i got a report which has few columns and on each row i got a link(Label) which takes a user to next page if clicked on, and some cells don't have any value returned from db, so my issue is that i don't want a link on such cells where there is no value.
for example in table below, in info2 column i got no value for Patient 3 so i don't want a link in that column/cell.
And also how can i achieve that all rows show a red background color and change it to green if the row has been clicked on.
Thanks.
Much appreciated.