on 2021 Mar 03 4:26 PM
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
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
34 | |
21 | |
14 | |
8 | |
5 | |
4 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.