I want to show a column text as link but hide when empty

Suppose the column value is empty, I don't want to show the embedded link text, however with current configuration it shows up as embedded link even for empty values.

Hi there!

For empty strings ('') and NULL values it should hide the link automatically. Could you check if the values have any spaces in them? (you can do something like a trim() on the column to check if the issue persists)

If that doesn't work, could you give some more context on the issue? (DB engine, column type, exact value of the column if it's not NULL or '').

Thanks, I had written an SQL query but I wasn't using null values but using "-" instead, which caused the link to show up

1 Like