Hi AppSheet community,
In the Detail view mode, by default, AppSheet only displays fields that contain data, while fields without data are hidden. Is there a way to show all fields (both with and without data)?
Solved! Go to Solution.
Set the Show_If setting to the expression, TRUE.
Hello,
I don't think so. If your app is not that big you can try to use Virtual columns with IF formula like: IF(isblank([xxxx]), "Empty", [xxxx]). I'm using this in some special occasions if I need to show empty spaces.
I hope I answer you question
Set the Show_If setting to the expression, TRUE.
Thank you so much!
User | Count |
---|---|
36 | |
8 | |
3 | |
2 | |
2 |