I am able to change color and highlight certain table rows in a dashboard panel using CSS, Javascript. Can we do it in a scheduled report? Please let me know.
My table will have below columns, indicating what is the status of each job:
JobName
JobStartTime
JobEndTime
JobStatus
If the JobStatus is "COMPLETE", the row needs to be in green. Appreciate any pointers on where to begin with.
I am able to do it for a dashboard, but can't do it for a report. Either in pdf or online. I am not sure if it's possible and where to begin with.