cancel
Showing results for 
Search instead for 
Did you mean: 

Exception color with formula variable(replacement path)

Former Member
0 Kudos

Hello,

I tried to define exceptions in a query which "from" and "to" values

are determined by formula variables with replacement path. I checked

the values of the formula variables and they are right. <b>But <b>the cells

are not colored</b></b>. When I set the same values in the field "from" and "to" without variables : the colors appear.

Could help me to resolve this problem please ?

Catherine Bellec

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

I suppose to the problem is that the replacement path is calculated after the exception. The only thing I think you could do it is to change the replacement path variable by a user exit variable with I_step = 2 and maybe in this case the variable is calculated before the exception.

I hope it helps.

Former Member
0 Kudos

Hi Alec,

You are right, the user exit permits to color the lines.

But the value of my variable needs to change for each line of the infocube so I can't do this with the user exit RSR00001 because it concerns global variables.

That's why I used a replacement path on a virtual characteristic.