Unfortunately, the StringToNumber trick did not work for me. It appears as though the view is just not getting generated at all.
Original Message:
Sent: Thu June 06, 2024 08:02 AM
From: Asgeir Thorgeirsson
Subject: Issue with Chore-Scheduled Export Process Not Returning Values
I found a temporary solution to the issue. It seems that the
Value in the data source part of the process is "0" when the process is run by the system chore, but
SValue returns the correct string value.
My workaround is to use SValue and convert it as needed:
PatchValue = StringToNumber(SValue);
This resolves the problem for now, but I'm still looking for a more permanent solution.
All dimension members in the cube are numeric
Why would Value fail to return data, only when run by the system chore?
------------------------------
Asgeir Thorgeirsson
Original Message:
Sent: Thu June 06, 2024 06:59 AM
From: Asgeir Thorgeirsson
Subject: Issue with Chore-Scheduled Export Process Not Returning Values
Hi all,
I hope this message finds you well.
I'm encountering an issue with a chore that runs an export process for cube data. The process is designed to export the data from the cube, and I've noticed the following behavior:
- When I manually run the export process, it works perfectly, exporting all the data with no issues.
- Similarly, if I manually run the chore that includes this process, everything functions correctly and the data is exported as expected.
- However, when the chore is triggered by its schedule, the process runs but no values are exported for the records.
I'm puzzled by this discrepancy and would appreciate any insights or suggestions from the community and the PAW development team.
Has anyone experienced a similar issue? Are there specific settings or considerations for chore-scheduled processes that might be causing this?
Thank you in advance for your help!
Cheers, Asgeir
------------------------------
Asgeir Thorgeirsson
------------------------------