I need to determine the server/host name.
I am in a DataSource beforeOpen script function. But would also need it in the Property Binding Script as well.
var xml_url = '
http://'+reportContext.getAppContext().get("ServerURL")+'/';
I have also tried reportContext.getAppContext().get("SERVER_URL")
This keeps showing
http://null/. What am I doing wrong? How do I get list of all AppContext IDs.....