Welcome to the Oracle Analytics Community

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

user9255588 Rank 1 - Community Starter

Comments

  • I am using below code in the text box. <html> <head> <script src='/analyticsRes/CustomApp/customjs/listRepVars.js'></script> <style> table.ma_toc tr:hover td{ background-color: #DEEEFE; } </style> </head> <body> <h3>Static Variables</h3> <table id='staticVars' class='ma_toc' width="900px" cellpadding="2px" border="1px"…
  • Thanks for the reply. I followed instructions as provided. I deployed listRepVars.js file and created text box in dashboard. When i run the dashboard all I see is the empty table structure for statics and repository variables without any content in it. Please help where i did mistake.