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

Announcements
Learn how to migrate to Qlik Cloud Analytics™: On-Demand Briefing!
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..

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..