Focal Point
Retrieving MR Domain Name in a report

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/7891038331

March 08, 2005, 03:11 PM
bchinnap
Retrieving MR Domain Name in a report
Hi,
I running reports through the Business Intelligence Dashboard.
How do I retrieve the Managed Reporting Domain Name the report is in, within the report code ? I tried using IBIMR_domain, but I get this error
(FOC283) IMPROPER USE OF 'GOTO'

Any help with this appreciated.

Thanks,
Babu
March 08, 2005, 04:19 PM
<WFUser>
Put this code in the client53/wfc/etc/site.wfs file

DOMNAME=&IBIMR_domain
<set>DOMNAME(pass)

And then use &DOMNAME in your fex.
March 09, 2005, 08:31 PM
bchinnap
It worked.

Thanks WFUSER !