Announcements
This site is in read only until July 22 as we migrate to a new platform; refer to this community post for more details.

Is there a way to show all fields (both with and without data)?

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 Solved
0 3 175
1 ACCEPTED SOLUTION

Steve
Platinum 5
Platinum 5

Set the Show_If setting to the expression, TRUE.

View solution in original post

3 REPLIES 3

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 

Steve
Platinum 5
Platinum 5

Set the Show_If setting to the expression, TRUE.

Thank you so much!

Top Labels in this Space