Hi,
I have a datagrid that shows a boolean column. I have changed the text to show as Open (false) or Closed (true).
I would like to find out if it possible to change the filter options from true/false to Open/Closed.
I have tried adding a formula
if("True","Closed","Open")
to the filter but that doesn’t work.
Any assistance appreciated.
Steve