on 2018 Nov 27 4:17 PM
Hello experts.
i am trying to create a new Alert Key Figure (HASOUTLIER) and using the following calculation with "not equal" statement / operator.
The Key Figure "DIFCORRCLEANSALES" has been calculated as following.
I am getting the following error by the activation of the planning area.
Can you give me more details about the "Not Equal (<>)" statement for the Alert Key Figure Calculation?
What should be wrong with the syntax of "IF <>" statement?
Thanks and Regards
Hey
Why don't you just switch around the calculation:
Instead of
IF( "KF@LEVEL" <> 0 , 1 , 0 )
change to
IF( "KF@LEVEL" = 0 , 0 , 1 )
And you have OR and NOT and ...
And don't forget to check on ISNULL …
In the model config guide you will find a sub-chapter "Commonly Used Functions and Expressions" (Key Figures --> Key Figure Calculations).
Here you will find > and < and so on, but not <>….
Irmi
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
You can use != instead of <> for building not equal to logic.
Regards,
Piyush Parekh
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
13 | |
3 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.