New Member
Since ‎04-08-2021
‎05-19-2021

My Stats

  • 33 Posts
  • 0 Solutions
  • 11 Likes given
  • 16 Likes received

FHLPC's Bio

Badges FHLPC Earned

View all badges

Recent Activity

The app is connected to a MySQL database. AppSheet doesn’t have auto-increment (and I am not interested in a random UNIQUEID()). I created a database column called MY_ID as primary key set as unique, and auto increment. Every time the user adds a new...
I added the Show_If formula to hide the column SCAN_URL CONTEXT(“ViewType”) = “form” The column is still visible, but empty. No need to display an empty column. I need to have this column editable and visible only in the ‘form’ view. And I’d like thi...
I checked CONTEXT() and SHOW_IF() resources, but unable to understand or find an example for my case. I have few hidden columns, that I want to show only in specific views. For example: View1 = hide column1 View2 = show column1 How do I combine CONTE...
I couldn’t find documentation on the difference between the columns initial value and formulas. Is there a reference link I can read?
Is it possible to have a button to open the barcode scanner immediately? Instead of pressing the button within the text field form?