cancel
Showing results for 
Search instead for 
Did you mean: 

WebIntelligence : Set Measure to NULL

michael_jennings
Participant
0 Kudos
358

Dear ALL,

is it possible to set a measure to NULL Value ?

Any help is apreciated.

Best regards

Accepted Solutions (1)

Accepted Solutions (1)

ayman_salem
Active Contributor
0 Kudos

Here's a trick to do it.

define the following variable:

v_null: =If (IsNull([V])) Then [V]

...
I hope I understand your question correctly and it helps

Answers (1)

Answers (1)

michael_jennings
Participant
0 Kudos

Thanks ayman.salem!

Best regards