Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
Try something like below
=Only({$<Date=P([Date A]),Monthyear=P([Monthyear A]),Application=P([Application A])>}Time(Frac([ENDTIME])))