Remove Prompt Name and Hyphen (Dashes) from the List Prompt
Add HTML tool in the prompt page and embed below java script in the HTML tag within enclose scipt open and script close tag.
Version - IBM Cognos 8.4
<script>
document.formWarpRequest._oLstChoicesReportDetailID.remove(0);
document.formWarpRequest._oLstChoicesReportDetailID.remove(0);
document.formWarpRequest._oLstChoicesReportDetailID.removeAttribute('hasLabel');
setTimeout('listBoxReportDetailID.checkData()', 100)
</script>
Version - IBM Cognos 8.4
Comments
Post a Comment