When i read barecode with app, it return me 0...

When i read barecode with app, it return me 00051651511 instead of 51651511. It always add zero in front off my barecode ? Why ?

THX

0 3 295
3 REPLIES 3

Are you sure they arenโ€™t part of the barcode? I think you could use NUMBER([barcode]) to get rid of them.

@Adam_Stone_AppSheet i dontโ€™t understand. Where must i write this expression ?

One option is to add another column and make that the AppFormula, however you would still have the original column with the zeros as well. To modify the value in-place would be a bit more complicated, but you could use a โ€œset the value of a columnโ€ Action attached to the Form Saved event to change the value at the point the form is saved. In that case the result still needs to be Text-type, so the expression for the value to be set by the action should be CONCATENATE(NUMBER([barcode column name]))

View Events help.appsheet.com

Top Labels in this Space