cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAC Funtion not working

0 Kudos
672

Hi Team

I need to remove data where description like "20-" is mentioned.

For which, I am creating dimension calculated field and writing formula which gives me err msg like below:

Formula could not be computed: Function "NOT" is not allowed as the top-level function in a Calculated Dimension. Try rewriting the formula.

Please suggest.

Thanks

Neha

Accepted Solutions (1)

Accepted Solutions (1)

DebjitSingha
SAP Champion
SAP Champion
0 Kudos

Hello nehaverma,

Some sub functions are not allowed in nested format (combination with other functions). Not is among one of them.

You should be able to use "Like" function for your requirement. Here is an example-

Say you want to carte calculated country column and replace country start with "Can" as blank.

Use combination of "If" and "Like" function with "Can.*" for pattern check. Note: add ".*" for pattern check.

Canada is replaced with no value.

Hope this helps. Let us know if you have any query around this topic.

Viewers/ readers if you find above information helpful, feel free to vote ( arrows on the left side)

- Debjit

Answers (0)