In reports one column there are two values payload and error,i want to heighligh only error with red colour if possible that row as well.How to achieve this in oracle apex
Hey, Dev!
Are you looking for a forum full of active developers to help you?
So if you want to:
➡️ Get answers for your development issues
➡️ Help others
➡️ Write an article
➡️ Get rewarded for your active participation
Then you are going to love this place.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Vinish
Take one more column in your SQL query to highlight the column. Below is an example:
Now in the HTML expression of ERROR column, specify the span tag as follows:
Ankita
Is it possible to show in one column only?because the requirement is such that payload and error should be in same column
Vinish
To show only one column, make the error and bgcolor column as hidden columns. And for payload column specify the HTML expression as following:
Timo Herwix
maybe this solution will help you ->
https://tm-apex.blogspot.com/2020/08/highlight-cells-based-on-value.html?m=1
you don‘t need HTML expressions which is very helpful in some cases.