How to create conditional Buttons
I have a list report with a status column I am trying to create a button or a link to a URL to request status on the rows that do not have any status. I currently have implemented a if statement that converts null values to a URL. The URL is represented as static text instead of a hyperlink. Does anyone have any ideas of how to represent select rows as a button or hyperlink?