Hi,
I have a table component in my LCA with a column that can have any value OR be empty. And I'm trying to set a Conditional case to show an icon when the value is empty.
Is there a way to set the filter value to empty or null or something similar, to only show the icon when the field is empty?
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5 days ago
Hi Stefan,
Typically I do that via the regex comparison ^$
Does that work for you?
Best Regards
Marieke Goethals [SLC] [DevOps Catalyst] Selected answer as best 5 days ago


It worked, thanks again.
Hi Pieter, ok, I will see if I can make it work. Thank you!