I have a table - Location Table. This table has all my companies locations:
Column - key (code given inside companies software per branch i.e. - 59,19,37,etc…
Column - location
Column - Address
My company over the years had errors when entering these [key] branch id’s inside their software and some are blank.
I want to show in my app those [key] branch id’s but i cannot figure out how. They show as blank space in my app - because they were blank in the software. I created the table “location table” to have the key, location and address. I have all keys and locations in it, excpet a blank space. How do i make Appsheets see a blank space in the [key] value?
I created the table “location table” to have the key, location and address. I have all keys and locations in it, excpet a blank space. How do i make Appsheets see a blank space in the [key] value?
How did you populate this table?
Did you add a row for the blank-space key?
Did you give that blank-space row a key value of a blank space, or is the key value simply blank (no space at all)?
Based on some quick experimentation, it appears a blank or space-filled key value will cause problems. My suggestions is to create a new key column (named RowKey, e.g.), separate from the existing column named key, with new, unique values (see below for an option). This would entirely sidestep the problem key values, though it might also introduce new complexity in validating values of the key column.