Hi All,
We are migrating the reports from 10.2.2 to 11.0.5.Issue is with multiselect check box default selection.Javascript is used to set the default value but it is not working in 11.0.5.Even the default selection properties is not working in 11.0.5.It would be great if someone help me to find the issue
Note : Run with Full Interactivity is set to "No"
Javascript used :
<script LANGUAGE="JavaScript">
var a = new array('Promptname','defaultvalue')
<\Script>
I have attached the report xml and script i have used.Script is working fine in 10.2.2 but coming to 11.0.5,it is not.Could someone please take look on that and suggest any idea to fix this?