Quantcast
Channel: COGNOiSe.com - The IBM Cognos Community
Viewing all articles
Browse latest Browse all 13000

Re: Cognos 11.0.7 CustomControl JavaScript to remove top 2 lines from value prompt

$
0
0
<script language="javascript">
var f = getFormWarpRequest();
var list = f._oLstChoicesplaceyourpromptnamehere;

list.remove(0);
document.formWarpRequest._oLstChoicesplaceyourpromptnamehere[0].text =  '  ';
list.removeAttribute("hasLabel");
</script>

==...

Viewing all articles
Browse latest Browse all 13000

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>