Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have a dimension Doctor.
I am using it as a filter.
Conditions:-
1.) If i don,t select any year then need to show doctors for current year .
2.) otherwise according to the years selections.
Like
Doctor Year Revenue
Sunny 2014,2015 ,2016 455667
Manish 2014, 2015 467787
Arjun 2014, 2015 ,2016 454767
Jagan 2015 754344
Mohit 2014 4577
By default 2 doctors will be present in the List box only Sunny And Arjun.
If i selected 2015 then Manish and Sunny and Arjun, Jagan will be in List box.
And if i selected 2014 then All except jagan.
Regards,
Mohit Dahiya
Can you check here
Please find the attached Sample data. ! !
use this as list box expression
=Aggr(Concat({<Year = {"$(=Max(Year))"}>}DISTINCT Doctor,','),Doctor)
or
=Aggr(IF(GetSelectedCount(Year) = 0,
IF(Match(Doctor, $(=CHR(39)& Concat({<Year = {'$(=Max({1}Year))'}>}DISTINCT Doctor,CHR(39)& ',' & CHR(39)) & CHR(39))),Doctor),
Doctor),Doctor,Year)
Can you check here
Not Working Sir.
List box expression means you have to create list box using this expression.
This is working on my qliksense..
please try again.
Sunny Bhai in Full form
Mohit -
Did you check that I used the same exact expression I gave you on the other post? I just copy and pasted. I am not sure why did you think it was not working? Can you clarify what you were doing differently?
Thanks,
Sunny
Don't Know bro. then i think i was using something wrong there.
Sunny bro one problem is here i am unable to select two Doctors at a time and for date and month it is not working