Not 100% clear but:
*WHEN ACCOUNT
*IS EXTR01
*REC(EXPRESSION=(%VALUE%==0) ? 0 : %VALUE%-0.3, ACCOUNT=EXTR02)
*ENDWHEN
Hi Vadim ,
thanks for your help , I know that member formulas are calculated after aggregation , that's why I need to use member formula and not script logic..
Here is the real example and the real formula
I'm asking if for example the denominator is 0 or <0 the result of EXTR07 is 0.i'm just asking if its possible or not.
regards.
I am not able to understand your report logic completely, but you can always use IIF in member formula to test value:
=IIF([EXTRxx]<0.3,...,...)
Add comment