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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

issues pulling open cases for a specific customer

Hi All,

i have been having an issue getting a gauge bo9x to display the number of open cases for a specific customer. I have been using the following expression:

=SUM(IF([Customer]='company name' And statecode=0))

statecode is simply a marker for open cases.

I have trawled through the help manual and have no idea why this returns no results, if someone could point me in the right direction it would be most appreciated.

Labels (1)
1 Reply
adamdavi3s
Master
Master

Its hard to advise without a bit more detail but firstly I can't see what you're actually trying to sum in your formula?

=SUM(IF([Customer]='company name' And statecode=0)opencases)


or try


Sum({<Customer={'Company name'},statecode={'0'}>}opencases)