Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
Now we faced the challenge that, if we set if in the filter , than getselectedcount function not works, always show 0 value. Sample as below,
For example we want to judge the count for field Choosemonth,
if we just put Choosemonth in the filter then the Getselectedcount(Choosemonth) works fine,
if we put if in the filter, for example if(ChooseMonth='2017_Sep',ChooseMonth), then if we selected from filter, getselectedcount(Choosemoth) not works. So we cant use if for getselectedcount() function? Any ideas? Thanks.
Best Regards,
Haifeng
What about:
GetSelectedCount (If(ChooseMonth='2017_Sep',ChooseMonth))
not works also, we try that. Thanks
Should work, Can you send sample which not working?
Hi Anil,
Shared the file in another discusstion. Thanks in advance.
https://community.qlik.com/thread/313462
Best Regards,
Haifeng