Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Passing XML Data Source file as a parameter...
schmidtkevina
Is it possible to pass the file location of the XML file specified as the data source as a parameter using the RE API?
If not, is it possible to change the file through the RE API?
Thanks in advance,
Kevin
Find more posts tagged with
Comments
Virgil Dodson
Hi Kevin, you can change the location of the XML file without writing any code using Property Binding. This is available on the Data Source and you can provide the XML Location as: params["XML_Location_Parameter"] instead of hardcoding the location.
mfaxfire
<blockquote class='ipsBlockquote' data-author="'Virgil'" data-cid="31740" data-time="1208371815" data-date="16 April 2008 - 11:50 AM"><p>
Hi Kevin, you can change the location of the XML file without writing any code using Property Binding. This is available on the Data Source and you can provide the XML Location as: params["XML_Location_Parameter"] instead of hardcoding the location.<br /></p></blockquote>
<br />
Fine! this work very well.<br />
<br />
Now, is it possible to specify the parameter (xml location) via a browse file system instead of specifying it directly into a text box?