Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

set analysis returns 0 value

Hi ..

I have formula as below.

num(count({<PeripheralCallType = {'2'},AgentSkillTargetID={"$(=firstsortedvalue(AgentSkillTargetID,-aggr($(vTotalCalls),AgentSkillTargetID),TeamVal))"}>} ACD_UNIQUECALLS),'#,##0')

When i try to use this function it returns 0 value instead of value..

please help me..

My application as below..

Labels (1)
2 Replies
ashfaq_haseeb
Champion III
Champion III

Hi,

Check this

Its working fine

Regards

ASHFAQ

Anonymous
Not applicable
Author

Hi ashfaq..

Thanks for your reply...

Its helpfull for me..