List presentation
{case when objStatus = 'Planned' then 'PURPLE' when objStatus = 'Released' then 'GREEN' when objStatus = 'Rested' then 'RED' else '' end}
Last updated
Was this helpful?
{case when objStatus = 'Planned' then 'PURPLE'
when objStatus = 'Released' then 'GREEN'
when objStatus = 'Rested' then 'RED'
else '' end}Last updated
Was this helpful?
Was this helpful?