Hiding a Table in RTF Template Oracle BI Publisher / XML publisher

Q : How to Hide a Table based on an IF condition?

Q : Can we Hide complete table in Oracle Bi Publisher / XML publisher at runtime?

Answer:

To hide a table in oracle BI publisher at runtime you can use following highlighted code or condition before and after the table.

for-each LIST_G_EMPLOYEE_NUMBER

F

<?if:
GRADE< 11?>

Grade Employee Number Full Name
GRADE EMPLOYEE_NUMBER FULL_NAME

<?end if?>

E

end LIST_G_EMPLOYEE_NUMBER