I have created a static parameter called {?Account}in command line.
In query i have a condition where it checks users.account_number = {?Account}
In this case while i run the report, for example if i enter the parameter value to be 1000 it gives me the correct data. It works fine for one value. how will i be able to pass multiple values at once (ie. if i want to run the report for account 1000 and 2000), how do i do it?
I tried to change the condition to: users.account_number in ({?Account) and set the parameter to accept multiple values.
this condition works fine for one parameter value but for multiple values it throws an error saying failed to retrieve data from the database(MYSQL)
Is it possible to set to select all {?Account} parameter values to run at once as one of the options?
Thanks,
-P
In query i have a condition where it checks users.account_number = {?Account}
In this case while i run the report, for example if i enter the parameter value to be 1000 it gives me the correct data. It works fine for one value. how will i be able to pass multiple values at once (ie. if i want to run the report for account 1000 and 2000), how do i do it?
I tried to change the condition to: users.account_number in ({?Account) and set the parameter to accept multiple values.
this condition works fine for one parameter value but for multiple values it throws an error saying failed to retrieve data from the database(MYSQL)
Is it possible to set to select all {?Account} parameter values to run at once as one of the options?
Thanks,
-P