Oracle Apex - Report rows highlighting based on condition
Hi,
I have a requirement in Oracle Apex classic report. There I have 3 report columns .e.g. COL01, COL02 & COL03. All are number columns.
Value of COL03 will be compared with page item (P18_PARAM) value. If COL03 value is more than or equal to P18_PARAM then values in COL01,COL02 & COL03 will be highlighted for that row.
It's not a simple query based report but it's a dynamic report, query formed at the page run time.
I have started the solution using javascript but stucked at one place. So can anyone suggest the solution in similar manner using javascript.