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: 
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 !