Hi everyone,
I’m facing an issue with a validation rule on a data entry that uses a detailed by dimension.
I would like to create a validation rule that checks whether the total of this detailed-by data entry is equal to a value coming from another cube within the same layout.
I tried adding the cube directly in the form without detailed by , but in that case the cube does not update at the same time as the data entry, so the validation does not work.
Has anyone found a way to validate totals coming from a detailed-by entry against another cube?
Thanks for your help!
Cube 1 : Amount | Cube2 : 2026 | Cube2 : 2027 | Cube2 : 2028 | result of validation rules |
|---|
100 | 30 | 70 | | ok |
90 | | 60 | 10 | ko |
110 | 90 | 10 | 20 | ko |