CHECKBOX coma issue

grzyb

Member
Hi,
I'm trying to use checkbox to give users options to select proper condition to select. I'm using some SQL functions inside, and QR returns error "Checkbox requires two items...". Below example:
&
This error dissapear when there is no coma inside but this implifies not to use functions inside checkbox. Is there any possibility to use coma inside checkbox?
regards
 
I'm afraid this is not possible. The comma within the NVL function is interpreted as the separator between 2 checkbox items.
 
Back
Top