Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
gianluca_brick
Contributor II
Contributor II

how to insert a filter in a chart

Hi, I have this table in qlikview and I would like to filter by the field "Data Ultimo SContrino" = '-' how do I do? is there any way to do it from the conditions of the chart?

 

regards 

Gianluca 

Senza nome.png

Labels (1)
4 Replies
BrunPierre
Partner - Master
Partner - Master

Perhaps in a pivot table as illustrated below. On the other hand, you may have to textualize '-' (null or missing values) to be displayed by the dropdown.

peter_brown_2-1662410413752.png

peter_brown_4-1662410805623.png

 

 

 

 

gianluca_brick
Contributor II
Contributor II
Author

Hi,

actually I should filter on a bar chart where as an expression. I execute a count (Card_Code) and I should filter by "Last Receipt Date" is null or "-". How can I filter on the bar chart?

gianluca_brick
Contributor II
Contributor II
Author

I solved with the following formula in the expression:
Count ({<DATA_MAX_ULTIMO_BONTRINO_3 = {'13/05/2021'}>} K_MEMBER_3)

If I want to filter for the '-' values ​​it doesn't work, what do you recommend?:

Count ({<DATA_MAX_ULTIMO_BONTRINO_3 = {'-'}>} K_MEMBER_3)

that should be a null value

gianluca_brick
Contributor II
Contributor II
Author

Hi,

I solved use this formula:

count(IF(IsNull(DATA_MAX_ULTIMO_SCONTRINO_3),(K_MEMBER_3)))

 

Regards