Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
bhavvibudagam
Creator II
Creator II

Alternate state help in the attached app

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.

1 Solution

Accepted Solutions
kakani87
Specialist
Specialist

5 Replies
bhavvibudagam
Creator II
Creator II
Author

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.

kakani87
Specialist
Specialist

alternativestates_sense.pngCheck this once

bhavvibudagam
Creator II
Creator II
Author

Thanks a lot Kishore Its working ...

kakani87
Specialist
Specialist

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.