Note: You must be registered in order to post a reply. To register, click here. Registration is FREE!
T O P I C R E V I E W
juliom
Posted - 11/12/2008 : 14:44:09 In OLAP Reports, when you apply an User Filter Value to a Report, you have the option to hide the filter. Is there a way to do this with SQL Reports??? Of course you can apply User Filter Values, but I see no option to hide the filter from the user, so this enable the user to "skip" the filter.
1 L A T E S T R E P L I E S (Newest First)
marco
Posted - 11/13/2008 : 05:30:56 You can use ::Filters like:
Select * from table where field = ::Filter
to show for example only the records from a table for the loged in person.