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:
&<name="DMCBALCXBAL" checkbox=" AND (t.cxbal<>nvl(a.dmcbal,0)),">
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