Inquiring if there is a way to disable a link of a row based on a condition set.
for example I have and IR with column a and b, column b type is link, and column a holds the value that will be run in a select statement to determine if the link will be disabled or not.
ex. col a value = 'new' col b value = link
select colname .... where value ='new'
if colname = 'Yes' then
disable link in col b
Thank you!