Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analysis not using Variable Panel

Hi Everyone,

I really need your expertise.

I'm thinking to create a variable for Talk + Hold.

vTalkHold = num(((sum([Aggr tTalkComplete]))/1000)+(((sum([Aggr tHeld]))/1000)),vFormatSeconds2)

then I will do the below expression in sheets.

sum(if([vTalkHold]>600,1,0))


But I do not have a variable panel access so I have to directly have this measure in master Item.

Please advise

1 Reply
Anil_Babu_Samineni

Are you getting something when we use this

If(vTalkHold > 600, 1, 0)

OR

If($(vTalkHold) > 600, 1, 0)

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful