Under database-show sql query is the intial record select query for the report. My question is this. How do you specify at this point that i only want my report to query records with a value higher than @x in column a?
This can be hardcoded for individual values, but i wanted to have a parameter select.
Can this be done?
How do you filter the record out ? Surely you dont select all the records then eliminate them after record select...or do you?
This can be hardcoded for individual values, but i wanted to have a parameter select.
Can this be done?
How do you filter the record out ? Surely you dont select all the records then eliminate them after record select...or do you?