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)
Import JS files / global variables
jballnik
Gang,
I'm trying to create a global variable that will be accessible with all my reports. Does anyone know if there is a place to create that in the library. Right now I am creating it with a JS file and including that in the library but I am unable to import the JS file into Maximo. So I have two questions
1) Can I create a global variable in the library file, ex...var strTitle;
2) If I cannot create a global variable, am I able to import JS files into Maximo.
thanks,
John B
Find more posts tagged with
Comments
RCirne
<blockquote class='ipsBlockquote' data-author="'jballnik'" data-cid="70671" data-time="1290531787" data-date="23 November 2010 - 10:03 AM"><p>
1) Can I create a global variable in the library file, ex...var strTitle;<br /></p></blockquote>
<br />
I'm not sure, but I think you can.<br />
<br />
<blockquote class='ipsBlockquote' data-author="'jballnik'" data-cid="70671" data-time="1290531787" data-date="23 November 2010 - 10:03 AM"><p>
2) If I cannot create a global variable, am I able to import JS files into Maximo.<br /></p></blockquote>
<br />
In Maximo 7, put the resources (properties, images, javascript, etc) you want to import in a zip file and put the path to this zip in the resources file field of the import report dialog.<br />
<br />
Cheers
jballnik
Everything worked great!! Thanks so much