on 2025 Mar 15 4:14 PM
Hi everyone,
I am new on SAP Analytics Cloud and I would like to learn how to replace (No Value) in my table. My data contains empty string for EBELN but when it is empty and I add the EBELN in my table, it shows (No Value) as you can see from the picture:
I found a work around by replacing empty string with a space using the following formula:
IF(EBELN='', ' ', EBELN).
It is working in my table but I don't want to replace data even with a space. Is there a way to do that in a more flexible way?
Thank in advance,
Rocco
Request clarification before answering.
Instead of space replace it with "NA". There is no other way, Either it will appear as no value or you could replace it with a string of your choice. You can then filter those out in the dimension filter.
Nikhil
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
86 | |
11 | |
8 | |
8 | |
6 | |
6 | |
5 | |
5 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.