I am converting a report from an old legacy system and I am not sure I can duplicate the functionality. I am writing the report in Reporting Services 2005 and looking for input or feedback.
The legacy reporting system allowed the user to choose their own operator when querying a dollar amount field: >, <, >=, <=, =, NOT.
Does anyone have any ideas on whether or not it's possible to create/pass parameter that supports a dynamic operator? Or, whether or not it's a parameter, is is possible to incorporate a dynamic operator where user has control?
Here's a sample of what I'm trying to accomplish:
When the user is prompted for trans amount they enter their specified operator and amount to generate a queries like:
trans_amt > 0
trans_amt < 15
trans_amt = 30
Ideas, tricks, tips anyone??
The legacy reporting system allowed the user to choose their own operator when querying a dollar amount field: >, <, >=, <=, =, NOT.
Does anyone have any ideas on whether or not it's possible to create/pass parameter that supports a dynamic operator? Or, whether or not it's a parameter, is is possible to incorporate a dynamic operator where user has control?
Here's a sample of what I'm trying to accomplish:
When the user is prompted for trans amount they enter their specified operator and amount to generate a queries like:
trans_amt > 0
trans_amt < 15
trans_amt = 30
Ideas, tricks, tips anyone??