Either the content you're seeking doesn't exist or it requires proper authentication before viewing.
Try this one ------------------------------ Brian Newberry Lead Report Writer / Application Developer Methodist Family Health Little Rock AR ------------------------------
Adam, This is how I have done it. select ClientName, RandomNum from (select full_name_alternate as ClientName, dbms_random.value as RandomNum from rpt_client order by dbms_random.value) ...
Erika, I don't know if its the same thing or not, but I wrote a report once that the user could type in multiple client IDs and any that they typed in should pull into the report. I set the parameter up so that it had a start and end comma in it by default, ...