I have a custom SQL expression with some parameters. I've added it to Field Explorer correctly. But I couldn't find an example of syntax for using pre-defined parametrized SQL command with my own non-default parameters. For example, there is a SQL expression like this (it's body of SQL command):
select count(*) from table A where A.col1 > {?param}
I want to create a set of fields with different parameters. What should I to do? Is it possible? Version of CR is 11, SQL syntax is Oracle SQL. Thank in advance.