client expression not working propoerly.
We are using client expression in as series 'History & Fcst COGS' as mentioned below:
if( GetRow ( ) < =ForecastFirstRow() , ( (if(Isnull(Adjusted History),0, Adjusted History)) * Item Cost) , (Final Forecast * Item Cost) )
but the multiplication function in not working properly. see the client expression as below.
now from the worksheet when we multiply final forecast * item cost then it is not coming exactly to History & Fcst COGS
Ideally the scenario should be..... final forecast * item cost = History & Fcst COGS
but value is not coming correct.
But for smaller values it is correct.. see below
I have also change the display multiple times and rebooted the windows server but still the issue exist.