I have the following keyword formula on a field in a web form. This field is used to control the category in a view.
“*”: @Unique(@DbColumn(“”; “”; “By Category”; 1))
What I would like to do is, instead of displaying “*”, I would like to use it as a synonym and use “All Entries” or something similar as the value to be displayed. Is this possible when using a formula for the choices?