Description:
The below explain describe how to hide the report column based on given user condition in oracle EBS
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’;
Summary:
This Post described the script Create Project party in oracle projects accounting using Hide the Report Column based on User Condition in Oracle EBS.
Queries?
Do drop a note by writing us at doyen.ebiz@gmail.comor use the comment section below to ask your questions.
Recent Posts