Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
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.
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?
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
Hi,
I solved use this formula:
count(IF(IsNull(DATA_MAX_ULTIMO_SCONTRINO_3),(K_MEMBER_3)))
Regards