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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
EWSTG
Contributor
Contributor

Ignore Selection

All the answer on how to ignore selection using {1} and so are for measurement and using SUM, AVG, COUNT, etc. I am looking for ignoring a selection in a table dimention that is not a calculated field. I want to show all the data in a field that is a text field regradless of the selection. 

What is the right way.?

thanks

EW

Labels (1)
1 Reply
vinieme12
Champion III
Champion III

Change the field to a calculated field and use below expression

=Aggr(Only{1}FieldName),FieldName)

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