Hello all,
Is there any provision to provide the back button in Drill UP/DOWN cognos report studio report, instead of using default right click drill up & drill down options provided by IBM.
Any hints are accepted.
Thanks,
Nithesh
Which version are you using? Have you seen this (http://cognospaul.com/2013/05/30/javascript-drill-up-and-down-buttons/)?
I would clasify this as a report issue, not admin.
We use this to navigate back from a drill-down report
<a href="#" onclick="history.go(-1);return false;">Back</a>
in an HTML item
Obviously you will also need another HTML object with
</div>