Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
i have velocity column, where i need the new velocity column whose values are greater than 0.1
I was doing with "If" statement.....
Try if(column(1)>0.1%,column(1)
Hi Mark,
Is Rel % is the dimension you have in your app? I don't think so.
If not please use like below
If (column(1)>=0.2,column(1)
Try and confirm
Regards
Jeba
Hi Jeba,
I tried that, but no change.
Try if(column(1)>0.1%,column(1)
Hi jeba,
I just unchecked "%" in number tab and gave the condition "If (column(1)>=0.001,column(1))" instead of "0.1", it
worked.
In the end, after all the results were fetched i'm checking the "%" option.
This way it worked.
Thank you jeba, u accurately predicted it.
Kudos.
Hi Mark,
Please close the thread
Thanks & Regards
Jeba