I have a few calculated fields that I use for...

I have a few calculated fields that I use for things like displaying the text date. On the detail view, these keep showing up in the app.

So - a couple of questionsโ€ฆ1) Can I have a different view (detail? form?) for adding a record vs editing one? Also, is there a naming convention or something used to determine which view it opens anyway? I donโ€™t seem to be able to hide those columns no matter what on the actual app.

0 3 334
3 REPLIES 3

You can read the the status โ€œadding or editingโ€ with an expression IN([KeyColumn],TableName[KeyColumn]). If itโ€™s true, the record already exists and you are editing an existing record.

Thank you! That worked well to clean up my input form!! I was looking around though and couldnโ€™t find that โ€œINโ€ function. Where is that referenced (in case there are some other gems I might use there!)?

help.appsheet.com - List Expressions and Aggregates List Expressions and Aggregates help.appsheet.com

Top Labels in this Space