Hide the data in View

dev_bc
New Member

2X_7_70ee7bc0145b1a3a4988b6d430916f761d064853.png
2X_5_5e64dadbe4c8c154b953a95b8323a09b2ef62915.png

I would like to hide the column data when the data is 0.00 and 2/1/2000 0:00:00 condition. How can i hide this data in view?

Currently my app setting is

2X_6_6a6a5db3c45268d1c010e9499f4aac1eda06bcac.png

I off this config is because have some data i would like to hide in form editor.

0 7 343
7 REPLIES 7

You canโ€™t remove columns in views based on any algorythm. The only option you have is to hide the values in those columns

@1minManager

Thanks. Is there possible to hide with condition? If just hide it then the value will forever hide. Any work around solution?

You can utilize the context expression to return the view name. This will allow you to show/hide based on what view the user is currently withinโ€ฆ

@Grant_Stead

Very interested to know your idea.

Do you mean the column can be view by selected user name only? How it work, do you have sample tutorial or sample for me to try?

What is the expression that you are using in SHOW_IF field?

@Fernando_Lopez

In the SHOW_IF field:
IF( ISBLANK( [Requested] ), True, False )

2X_b_bb7e80ad77df64e88296f2517c0b129e8729a840.png
If i set it to OFF. It just hide the value in Form editor. It canโ€™t hide from View page.

Appsheet should change this feature separately so that we can disable column data in view and disable column data in form editor. Flexible for us to control the data viewing.

dev_bc
New Member

2X_8_8fd09f7eb9705d93c56858d42e471b2d4d300735.png

I have a solution to overcome this. Instate of using existing edit button i create a new form slice and create a button by using Display Overlay. The button will link to Form slice and i removed the existing edit button.

Top Labels in this Space