When concatenate 2 columns how to preserve the zeros ih the left of a mumber. Example:
column 1: 41
Column 2: 003
Concatenate([column 1]; [column 2]),
The result showd come: 41003, but in reality comes 413
How to solve this?
Thank you
AppSheet does not display nor store leading zeros in numeric columns, so there is no way to “preserve” leading zeros where numeric columns are involved. If you want to add leading zeros:
worked. thanks a lot.
Its important to maintain a unic ID if you have several plots and inside objects. Example
Plot 1 object 11 (ID 111) the same as Plot 11 object 1 (Id 111)