Tuesday, January 7, 2020

HTML TAG TO HIDE OBIEE REPORT EXPORT IN CSV FORMAT

Place the below HTML in Text Box of OBIEE dashboard page to disable exporting reports in Csv Format

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
a.NQWMenuItemWIconMixin:last-child {    display: none !important;}
</style>