Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have fields Date and Value like bellow
Here I want output like this
Thanks in advance
Gopi
You can. Create a new expression (label: NewValue) and then expression:
If(Value>0, Value, Above(TOTAL NewValue))
In script, try like:
If(Value>0, Value, Peek(NewValue)) as NewValue
Hi Tresco,
Thanks for reply
in edit script, I tried by using the previous function but it will give a result for only one row.
script or chart no problem please give any idea about this
Hi,
It works perfectly in edit script.
can I able to get same result in the chart
You can. Create a new expression (label: NewValue) and then expression:
If(Value>0, Value, Above(TOTAL NewValue))
Thanks for spending your time for me.
it works perfectly.
here I missed Total Qualifier
Thanks,
Gopi