Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Access a calculated column

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!!

11 Replies
Oleg_Troyansky
Partner Ambassador/MVP
Partner Ambassador/MVP

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.

vinieme12
Champion III
Champion III

Try like this

Aggr(only({1} yourcalculation)  , dimension)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.