Question
2
Replies
461
Views
Posted: November 20, 2017
Last activity: November 27, 2017
Closed
Display the columns with different colour based on the work object status in Report Definitions
Hi All,
How to display the columns with different colour based on the work object status in Report Definition?
Any suggestion please?
Hi SVAQuest,
You can try applying inline style for the column. Create a When Rule that states the workobject status and then include the same in the Inline style in the column properties as: <pega:when name="WHENRULE">color: red;</pega:when>
Regards,
Evita.