Use of XFBR in the SQL query of a Bound List parameter
Hi,
I have a Bound List parameter with Command type SQL.
1. I have first tried to use an XFBR rule within the string of the Like condition. This works fine.
2. I have then tried to use the XFBR to return the full condition "cvi.Name Like..." (see below), but it looks like the XBFR is passed as a String to the SQL statement in this case, without processing the XFBR and returning its output (see error in the last picture).
How do I force OneStream to process the XFBR before passing it to the SQL query? What is the right syntax?
Note: things are commented out in the code below, but I have of course uncommented the lines as needed during the testing.



Thank you
