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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

List Box to show expression values of not selected records?

Hi, I have a List Box with a unique key as Field and the accompanying namefield as Expression. When I select one value (one unique key) the expression values of all the other unique keys (names) are not displayed anymore (grey and displaying the minus sign). Logical and ok. But, is there a way to keep the expression values displayed in grey instead of the minus sign? Just as the unique keys are also still shown in grey?

2 Replies
danielrozental
Master II
Master II

check the what's new in QV 10 document, notice how listbox expressions don't dissapear after a selection is done because set analysis is being used.

If it's the field "Year" selection expressions do sum({<Year=>} Sales) so QlikView will not consider the year selection and will show all expressions.

Anonymous
Not applicable
Author

With your reply and additional advice locally what worked for me is: =ONLY( {1} Projects.NAME)

Sum returned zeros since I'm using namefields (characters) as expression. Regards, Sander.