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

Sum two filters or more

Hello,

In KPI I am trying to sum two or more filters which are in same column.

Sum({$<[ product type]={"FIX"}>} and {$<[ product type]={"FIX"}>}[Count Shipment]) [this gives an error]


Sum({$<[product type]={"FIX"},[product type]={"TIME_WINDOW"}>}[Count Shipment]) [this only reads the last one (TIME_WINDOW)]


Can you please help me with this.


Thank you & Regards,


Sachin

1 Solution

Accepted Solutions
jwjackso
Specialist III
Specialist III

Try Sum({$<[product type]={'FIX','TIME_WINDOW'}>} [Count Shipment])

View solution in original post

1 Reply
jwjackso
Specialist III
Specialist III

Try Sum({$<[product type]={'FIX','TIME_WINDOW'}>} [Count Shipment])