Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I want to know if anybody has an idea of how to access column of a calculated column. If it is part of the loaded table, its not an issue. I tried accessing it using various syntax's given online. Can i use the label of the calculated column. Example, if the calculated column label is "total", how to access it. Thank you in advance!!
It's really hard to imagine what's happening without seeing the app. If you can't share your app, create a small model that illustrates your problem, and share it.
In the calculated List Box, try using the AGGR() function with your calculation, maybe it works better.
Try like this
Aggr(only({1} yourcalculation) , dimension)