crogers111
Technical User
CR XI
SQL
Is it possible to allow a user to input a comparison operator as a parameter ?
For example I was hoping to have 2 parameters:
?Operator
?Threshold
For example a user could enter:
?Operator: <
?Threshold: 5000
or as another example:
?Operator: >=
?Threshold: 10000
my goal is to use the parameter input in a formula within the report.
For example:
@PaidThreshold
if {Data.AmountPaid} {?Operator} {?Threshold}
then
{Data.AmountPaid}
SQL
Is it possible to allow a user to input a comparison operator as a parameter ?
For example I was hoping to have 2 parameters:
?Operator
?Threshold
For example a user could enter:
?Operator: <
?Threshold: 5000
or as another example:
?Operator: >=
?Threshold: 10000
my goal is to use the parameter input in a formula within the report.
For example:
@PaidThreshold
if {Data.AmountPaid} {?Operator} {?Threshold}
then
{Data.AmountPaid}