I want to apply conditional formatting to a field of type Date using a Parameter in a conditional clause. This is not available:

Is there a workaround?
You can make a calculated field and reference it.
ifelse(${data_param}={last-updated-ts},‘Green’,‘Red’)
Then conditionally format you field off of this field ^. If field = Green then color green.
2 Likes
Which means the only way to use parameters in conditional formatting is via a proxy field.
Yes that’s correct. That’s the workaround