Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Expertise .
Need help, PLease find the attachment of the QVW app
I have a field called prirotiy
which has nubers from 1 to 60
i want to use a slider and make it three colours ...
from 1 to 20 red, 21 to 40 green and 41 to 60 blue
How can i achive this ..
Please help me achivung this .
in the edit script iam trying to wirte like this but it is showing error .
if(Priority >=0 and <20 ,'Low', if(Priority >20 and <40 ,'Medium',if(Priority >40 and <60 ,'High') as ChangedPriority,
It is not clear exactly what you are trying to achieve. Could you please elaborate.