COGNOiSe.com - The IBM Cognos Community

IBM Cognos Analytics Platform => Cognos Analytics => Reporting => Topic started by: Mr.Cognos on 22 Jan 2020 02:33:20 AM

Title: Restrict drilldown/drillup on full interactivity mode Report Studio
Post by: Mr.Cognos on 22 Jan 2020 02:33:20 AM
Hello,

Is posible to restrict drilldown/drillup on full interactivity mode Report Studio? I have a report which has some custom controls, so I need full interactivity, and one crosstab. User doesn't want to drill down on data. Is it posible?


Thanks
Title: Re: Restrict drilldown/drillup on full interactivity mode Report Studio
Post by: Mr.Cognos on 23 Jan 2020 03:49:16 AM
I answer myself. I have put a html item with a layer over the crosstab that disable click.

<div lid="layer" style="width:100%; height:100%;position:absolute;display:block;z-index=50;pointer-events:none">

crosstab

</div>