Series consisting of both 'server' & 'Client expression' and also having 'update field'.
we have a Series (Series name: 'revenue by cogs' ) consisting of both 'server' & 'Client expression' and also having 'update field'. update field is say sales_data.sdata23
And client expression is something like this
if | (GetRow ( ) > ForecastFirstRow() , (seriesA x 1.37) , revenue by cogs) |
and its server expression
sum(branch_data.sdata10)
So I want to know if we look into Database (column sales_data.sdata23) at any point of time what value we will get.
will the database only shows the value from server expression. and will skip those generated from client expression. Please clarify.
Regards,
Meraj