Hi all,
Does anyone know how to display the data source info on the report, e.g. server name, db name, etc. I do not see a "Special Field" for this purpose.
Thanks,
dstelow
What ro is fishing for, is to find out if you're db/connectivity supports SQL Expression Fields. Here's a couple of threads with some ideas:
thread768-934767
thread766-679683
By the way, this would work too, using your original stuff in a SQL expression, however you have to run the report as SYS or with sys privileges, whereas the one I posted will run with just db user privileges.
(SELECT "V_$DATABASE"."NAME"
FROM "V_$DATABASE")
Glad that helped you out and thank you for the star.
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.