Hide the Report Column based on User Condition

Introduction

The Interactive Reporting Region is an innovative new technology that allows end users to customize reports.In Interactive Reporting we can hide the report column based on user condition.

 

Steps To Follow

Get the interactive repot table id

Example : var apexform = $x{interactive report tableid};

Mention the rows and column

Example: var hidecell1= apexform.rows[4].cells[0];

Script used to hide the particular cell

Example: hidecell1.style.display=’none’;

Call To Action

For Oracle apex development and customization please do visit us..Our company website https://doyensys.com/

 

Conclusion

By using this in Interactive Report we can hide the report column based on user condition.

 

Recent Posts