Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
As per my understanding, you are trying to initialize multi-valued session variable. In this case, you need to only check the box "Row wise initialization" and "use caching" that u already did and importantly remove the target variable "Reg_Cd" that you defined. Then, replace your initialization block query with the…
-
Version: OBIEE 11.1.1.6.9 Put the following script in Static Text. <script type="text/javascript"> var intColumnNumbers = 2; /*Put the number of vertical lines required*/ var sectioncnt =0; var x=0; var nw_tr =new Array(); var tables = document.getElementsByTagName('table'); var pt_tables = new Array(); var cnt=0; /*Take…