- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2023 08:43 AM
Hi, I have created a database view to use it in a report. I have a decimal field which needs to be highlighted in the report based on certain condition.
ex: if the number is above 36 it should highlight green, else red
I have tried using configure style option on the main table but it does not carry over to the table. Any suggestions to achieve this?
TIA!
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 08:07 AM
Hi @VaniK,
As I mentioned earlier, please use the prefix of the field like current.Prefix_column_name.
Hope this will resolve your issue.
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2023 08:07 AM
Hi @VaniK,
As I mentioned earlier, please use the prefix of the field like current.Prefix_column_name.
Hope this will resolve your issue.
Thanks !
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-21-2023 05:48 AM
Thank you @Shashank_18 , it is working as expected when used current.prefix_column_name.