Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I want to show on the histogram only the values from the 2nd major week.
Example: I have this table with "Week" and "feature_value". And week "6" is the 2nd major week.
Basically What I want is this:
I succeed doing it in qliksense table with this formula:
'=Num(Aggr(distinct IF(max(Week,2),feature_value),feature_value))'
But, when I use it on the histogram it appears "The chart is not displayed because it contains only undefined values."
See below the error:
Does anybody know how to solve it?