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

Displaying only the unselected values in a Bar Graph

Hi,

How can we display only the unselected values and not the selected ones in a Bar Graph?

Regards

Umar

1 Solution

Accepted Solutions
Not applicable

Hi,

Use E function of set analysis

suppose you  have one field 'Field1' and for all unselected value of 'Field1' You want to display data in chart

the use this set expression

=Sum({<Field1=E(Field1)>} Value)

View solution in original post

4 Replies
avinashelite

Hi Umar,

Use in direct set analysis, use E() function.

amit_saini
Master III
Master III

Umar ,

This will help you:

Select the unselected value

Thanks,

AS

Not applicable

Hi,

Use E function of set analysis

suppose you  have one field 'Field1' and for all unselected value of 'Field1' You want to display data in chart

the use this set expression

=Sum({<Field1=E(Field1)>} Value)

umartareen
Creator II
Creator II
Author

Thanks Vivek and everybody