Hi all,
I would like to hide certain rows in the interactive report. The situation will be clear if you take a llok to the application on apex.oracle.com:
http://apex.oracle.com/pls/otn/f?p=44988:1
Please use guest/gast in order to login.
As you can see, the "Primary Report" contains all rows and all columns from the table, the alternative reports contains all rows but only certain columns.
I would like to hide the rows in the alternative reports "Report 1", "Report 2" and "Report 3" if all "Col..." columns are NULL. The first 2 columns "Module" and "Year Number" are always not NULL.
Is it possible using jquery?
Thank you!