I need to display either a blank box,
or a blank box with a tick inside it, on the detail line, depending on the value of a variable.
I thought I could build a function like :
if {?@variable} = 'tick' then
'(box with tick)'
else '(empty box)'
I can get an empty box from the Insert Menu in the main design screen, but not when in Function Design
And how do I get a tick inside a box ?
Or is there a better appraoch ?
or a blank box with a tick inside it, on the detail line, depending on the value of a variable.
I thought I could build a function like :
if {?@variable} = 'tick' then
'(box with tick)'
else '(empty box)'
I can get an empty box from the Insert Menu in the main design screen, but not when in Function Design
And how do I get a tick inside a box ?
Or is there a better appraoch ?