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: 
ashok1203
Creator II
Creator II

Can Listbox display the values by aggreation expression

Hi,

I need to create a list box with the values is 'Y' and 'N'.

If the sum(sales) values is 'Zero' then we need to display the values as 'N' else 'Y'.

This condition will be working to me in charts but not listbox.

Can anyone suggest how we will display the values in the listbox.

AAK
12 Replies
MK_QSL
MVP
MVP

I think you have to use as below

=Aggr(IF(SUM({<A,Sales>}Sales)>0,'Y','N'),A)

ashok1203
Creator II
Creator II
Author

This was working to me.

AAK
ashok1203
Creator II
Creator II
Author

Thanks Manish and other all for your support and help.

AAK