Question
How to show different color conditionally for a row in Report Viewer
Hi Team,
There is a OOTB functionality. If there is any case status = New it shows Blue color in Report Viewer. (PFA)
There is CSS file with code .statusNew, statusNewExpand { color: dodgerblue; }. But I dont know how report viewer will pick this code only for pyStatusWork= New
How to implement the same for other columns. Where we should mention condition ?
I have a requirement if the DateTime displayed in Report viewer is past the current date time then I should show RED color if not Green color.
How can I implement this in Report viewer ?
Thanks
Sateesh
***Updated by moderator: Lochan to add Categories***
Hello Sateesh,
To implement for other columns, add the style class definition in the workform_reportviewerskin.css.
Add the modified css file to the custom harness of the use case.
Also, refer if this post helps at your end.
Are you trying to add color to the value in Virtual Report definition?
Regards,
Rincy