Hi Team,
We are creating reports from information map in WRS using relational database.
We are trying to achieve conditional highlighting using WRS functionality.
Suppose we have a column named Flag.
Our rule for conditional highlighting is as follows:
- If flag value is 1 then we need to highlight the entire row in the report.
- If flag is 0 then we need no highlighting.
We know there is a conditional highlighting functionality in WRS where we can define rules.
But another requirement is that we need to hide that column.
Below screenshots will help you understand more.
Requirement: Refer attached Figure 1
Figure 1
Current Solution: Refer attached Figure 2
Figure 2
Hiding flag column removes highlighting: Refer attached Figure 3
Figure 3
Based on Flag column we are highlighting the entire row wherein we need to hide that column as seen in figure 1. But when we hide the flag column, the conditional highlighting is removed as seen in figure 3