Skip to main content
Announcements
See what Drew Clarke has to say about the Qlik Talend Cloud launch! READ THE BLOG
cancel
Showing results for 
Search instead for 
Did you mean: 
pawwy1415
Creator III
Creator III

Set analysis help

Hi Experts,

Can any one please help me on below issue.

I have the working expression like =Time(Frac([Time]))

while working with alternate states in Qliksense I have applied set analysis expression in the middle which is highlighted in red color

=Time({$<Date=P([Date A]),Monthyear=P([Monthyear A]),Application=P([Application A])>}Frac([Time]))

but in the editor getting error in expresssion. Please help me am i missed any syntax in the expression.

Thanks in advance.

1 Reply
MK_QSL
MVP
MVP

Try something like below

=Only({$<Date=P([Date A]),Monthyear=P([Monthyear A]),Application=P([Application A])>}Time(Frac([ENDTIME])))