Hi, I suppose you could but can't the data source handle that aspect?
If it needs a username/password to access it, then let CR prompt for it..
Otherwise you could ( though I wouldn't) use a parameter and use a record selection formula like
(If {?parameter} = 'Correct' then
True
else
1 = 0)
This will return no Records if the parameter is not correct..( Not secure since it can be seen by anyone who can access the report with CR )
It will, however, read all the records in the data source regardless.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.