Skip to main content
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 !