Just inspected the CSS and it seems that functions are not supported as they are not parsed it seems. See attached.
Comment actions
Hey Guys,
Concerning the Advanced->Styles, are you able to use Clarizen functions here to declare CSS based on something. Example:
{If($Category <> 'Analysis Clinic',
'#AnalysisClinic {
display: none;
}'
,null)}
It doesnt seem to work if you are allowed.
Please sign in to leave a comment.
Just inspected the CSS and it seems that functions are not supported as they are not parsed it seems. See attached.
Styles are static. Instead, define different styles and assign them to elements based on the condition
Thanks Eyal appreciated.