Hello,
I am trying to create a Medical Inventory Scanner using QR. Does anyone know how to display information from the database (Sheets) such as name, manufacturer, etc after the QR code for a particular entry is scanned? Thanks
First created a Table (spreadsheet tab) where the first column is the QR code and the others are
Then in Appsheet you set the QR Code column to be scannable and then youโll need app formulas for the subequent columns with a formula similar to this:
ANY(Select(Table_Name[Name_Column],[QR_Code_Column],[_ThisRow].[QR_Code_Column]))
Hope this helps
My two apps are made exactly like @1minManager has written above. I just can confirm what I have read
Hi, I tried doing that but Iโm getting this error for the QR column,
Column Name โQRโ in Schema โMedicines_Schemaโ cannot be scanned (not Barcode scannable) because it contains a formula or AppFormula.
Seems like you are adding the App Formula inside the same column that you should be using to scan the QR.
Iโm sorry if Iโm wrong but if you are looking for a fast solution to apply without reading the docs, you wonโt be able to solve your problem.
I encourage you to read that as much as posible:
Either do as @SkrOYC suggests, or if this isnโt possible simply contact one of the Appsheeet Partners (https://www.appsheet.com/Partners) like me . They are all more than capable of jumping into your App and quickly fixing the issue. Probably in minutes. When I started out with Appsheet, this is what I did to learn the platorm and it really helped.
Maybe try to check:
{ Data โ Columns โ [QR SCANNING COLUMN] โ Auto Compute โ App formula }
whether it is empty. It is possible that you had formula in your gsheet in that column and it was automatically overwritten in AppSheet (?)
It is just my first thought after reading your post,
Good luck!
User | Count |
---|---|
18 | |
14 | |
11 | |
7 | |
4 |