Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear experts, good day!
Maybe someone have task to calculate some expressions, which are described in document variables?
For example, in my real model i have more than 100 expression with same calculation logic and formula, when i need to set some changes, i must rewrite each of them.
Is in QV possibility to calculate expression by variables? -> In one variable i write my expression, and any changes in it must change each report where this variable is implemented.
In attachment test model and source file, but such variant doesn't work (result isn't aggregated by my dimensions)
Any ideas how to solve this?
Thanks.
Check the attached now
Update: Remove the '=' sign before your variable definition
Use $(vTest) as expression
Check the attached now
Update: Remove the '=' sign before your variable definition
Use $(vTest) as expression
Thanks!!!!!