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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
areko1231
Contributor
Contributor

Calculate filed in expression (KPI)

Hello,

I want to calculate the field in Count formula. See below : 

Count({left(Order,2)-="WO"} Sign)

Sb could tell me what is wrong in this formula? 

2 Replies
Vegar
MVP
MVP

Try this:

Count({<Order-={"WO*"} >}Sign)

areko1231
Contributor
Contributor
Author

Run. Thanks !