Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Experts,
I have tried Alternate States in Qliksense without extension.
Its working fine with one field but how to apply state to multiple fields?
for example in my scenario I am able to apply the alternate state for Application Field but i need to apply the alternate sate for Date also without extension in this way only.
I have added the back end script like below.
GeoA:
load Application as [Application A],
Date as [Date A]
resident Inline;
GeoB:
load Application as [Application B],
Date as [Date B]
resident Inline;
Struck at UI. Please help me on adding the date field to state. Please find the attached app.
Sum({$<Application=P([Application A])>}Jobs)
Sum({$<Application=P([Application B])>}Jobs)
Thanks in advance.
Check this once
Hi ,
Thanks for your reply. In the above thread explained about applying state on only one field.
I am looking for how to apply Alternate state on Multiple fields like alterante extension in this scenario.
For example in the above attached app I am able to select one application from Application A field and one application from Application B field. Like this i have to select 25/02/18 from Date A and 26/02/18 from Date B along with application.
Check this once
Thanks a lot Kishore Its working ... ![]()
Earlier you considered both the Date filters but not DateA and DateB in filters
Then comes to Expression
Added DateA and DateB in Set expression
Cheers.