I have a parameter field named group defined as a string range.
From this I have a formula field named mingroup defined as follows
minimum({?group})
In the display string of mingroup I have the following code
if trim({@mingroup}) = "" then "Earliest" else {@mingroup}
This code does not work, is there any way to detect wether {@mingroup} is
empty. I have tried different comparisons to an empty string and nothing
seems to work.
Thanks in advance
Dave