Hello, I want to hide or display certain fields directly in the List block (or Grid Card) according to certain conditions. But I haven’t found how to do this…
On the Detailed page of a single record, I can hide or display fields.
Perhaps I am missing something and don’t see how to configure it? Or is this function not available in the settings configuration?
Thanks for your feedback.
This feature is not currently supported. I have documented this requirement and will evaluate it in the future.
2 Likes
I would also be interested in this functionality, as I have cases where fields are simply empty and shouldn’t be displayed.
For example, if a service can be provided digitally, then all fields of an address could be hidden.
An additional idea: A function that, when activated, always hides all fields if they contain no value.
I don’t know if you’ve found a solution yet, but I’ve found a workaround. Using an SQL collection and the CASE statement, I can now control whether values are displayed or hidden. Concatenation is also possible. Just wanted to let you know…
1 Like
Thank you for your feedback! Unfortunately, I haven’t found a solution yet. The key here is to hide not just the fields within the sub-detail, but the sub-detail block itself (i.e., to hide the “HTML container” that contains the fields and other sub-detail elements).
Were you able to hide the entire block, or only individual fields within the block?
Using the SQL collection, I was able to combine all relevant collections into one collection, meaning I no longer had a sub-block at all.
1 Like