Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello qlikers 🙂 ,
I have a chart and when anything is selcted (in a filter or in another chart) then it should give me a true back.
=IF(GetSelectedCount(Year) = 1,Time, null())
At the moment I have this, but it is only for one filter and not for the chart filter and all other filter.
Do you have any other ideas? Thank you in advance! 🙂
=IF(Len(GetCurrentSelections())> 0,Time, null())
=IF(Len(GetCurrentSelections())> 0,Time, null())