Jacky_C
16 days agoNew Contributor III
ABS function in GetDataCell formula
Hi all,
We encountered an issue with the ABS function in a GetDataCell formula. Our cube view has two rows: the first tagged to account A#100, and the second with the formula GetDataCell(ABS(CVR(Row1))). The data displays correctly in the data explorer, but when using ‘Show Report’ or ‘Export to Excel,’ both rows show the absolute value of the original amount, which is not the expected output. An example is provided below
Data explorer view (correct amount)
Row Name | Member Filter | Output |
Row1 | A#100 | $ -1,000 |
ABS_Row1 | GetDataCell(ABS(CVR(Row1)) | $ 1,000 |
Show Report/Export to Excel view (incorrect amount)
Row Name | Member Filter | Output |
Row1 | A#100 | $ 1,000 |
ABS_Row1 | GetDataCell(ABS(CVR(Row1)) | $ 1,000 |
Does anyone know whether this is an issue in OneStream? Thank you.
Best,
Jacky