use style in database view

VaniK
Tera Contributor

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! 

1 ACCEPTED SOLUTION

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 !

View solution in original post

6 REPLIES 6

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 !

Thank you @Shashank_18 , it is working as expected when used current.prefix_column_name.