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)
Accessing a property key-value pair from javascript
dashbay
I would like to have a deployment specific properties file that can be used to set things like a DataSource Property Binding. Could anyone comment on how one accesses these property values by key from javascript? I can make it work with the localization property available for some report elements, but can't figure any other way to use it.
Thanks.
Find more posts tagged with
Comments
Megha Nidhi Dahal
<blockquote class='ipsBlockquote' data-author="'dashbay'" data-cid="72445" data-time="1295472456" data-date="19 January 2011 - 02:27 PM"><p>
I would like to have a deployment specific properties file that can be used to set things like a DataSource Property Binding. Could anyone comment on how one accesses these property values by key from javascript? I can make it work with the localization property available for some report elements, but can't figure any other way to use it.<br />
<br />
Thanks.<br /></p></blockquote>
<br />
Hi dashbay,<br />
<br />
For similar requirements, I read the property file from the java code that is invoking the report and set corresponding report parameters. Later I use the report parameters in the DataSource property binding.<br />
<br />
Also I found a cached page in google that shows how to read a file using javascript. It might help you probably.<br />
<br />
regards<br />
Arpan