I am trying to show the "Billing Status" fill on a...
# suiteanalytics
m
I am trying to show the "Billing Status" fill on a Saved Search, but the the field is not available. I can see the field name is {billingstatus} and it is a checkbox. How do I make it appear on the Results with a formula? I used TO_CHAR({billingstatus}) and I get an error.
n
if it's going to be available Formula (Text) , {billingstatus} will show it.
otherwise you will need a custom field to hold a copy of it, then use this new field in your search.