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

Data Action to create values for existing dimension members but yet no values

ericliefke
Explorer
0 Likes
534

Hi all,

i am trying to create a Data action which creates a specific value (zero, not Null) for a given time horizont and for the members of each dimension I selected beforehand via prompt.

First approach:

MEMBERSET[d/Dim1]= %Paramater1%

MEMBERSET[d/Dim2]= %Paramater2%

etc...

Data([d/Measures] ="Measure1")=0

also etc...

This DA only writes back zeroes for already existing values.

My desire is to "fill in" the null values with zeroes in this case.

Any idea? TYIA

Accepted Solutions (1)

Accepted Solutions (1)

William_Yu1
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi ericliefke

  You may try this: 

   Data([d/Measures] ="Measure1")= 1 - 1 

Best regards, William 

Answers (0)