QR Code scan

Hello Expert,

I have a requirement like:
I will scan the QR code and once done, The app will display the information matching that QR code. Suppose, I have three pens. Each pen has different QR code. I will scan one QR code, it will open the view with detail information of the pen where matching QR code.

Could you please guide to make this thing?

Thanks,
Arindam.

1 21 7,335
21 REPLIES 21

Not an Expert but maybe I can guide you a little.

You need a table, Pens, with a few columns. Say it is ID, QR, Pen Name, Color, Type, etc.

QR will be what you need to base your QR Scan off, so you will take the ID and go to a QR generator and get that code for the TEXT.

Go into the Data-> Columns and make ID you key(should be by default), Pen name = Label

Go into the QR settings and at the bottom (OTHER SETTINGS) click Scanable = Yes

You then need to create the UX form which will give you an option to Scan the QR.

Hello John,
Thanks for your reply.
If you please see the link:https://help.appsheet.com/ux/capturing-information-in-forms/using-a-barcode-scanner, it is saying:

So after scanning, data will be inserted into spreadsheet. But in my case, I would like to find the item like pen details after scanning the QR code or Bar code.
Again I am saying I would like to find or search corresponding one row from the Spreadsheet, after reading BARCODE or QR code.

Is it possible?
Please guide me,

Thanks,
Arindam.

I am guessing but you could create a second sheet that captures the barcode and cross references the pen data sheet.

I do this for employee data and use virtual columns and lookup to visualize the information. You do not need virtual columns bc you can just use a ref in the field. I use the virtual column to mask information tho.

Hello John,
Thanks, for your reply. Its working. But I am getting extra in my target view which is unexpected, like below -
2X_5_57433958088c3a4519a644bb01baf2ea75f88a90.png
I dont want this. This is one system view. How to eliminate this view.

Any Idea?
Thanks, for your help.

Are you using a Slice to limit access to information?

Any Idea, to eliminate this unexpected view?
Thanks,
Arindam

Could you try this one again?

Tsuji

Dear John, I am guessing Arindam would like to do an App to scan QR Code which attached on the product package to searching product information.

Hi @Ari 

I'd like to do the same thing. Did you solve it? If yes, can you please share your experience and suggestions?

Thank you in advance

A.A 

can also asked, how can i make my starting view a camera to scan a qr code. thank you

Hi @John_Alarcon 

Do you know how to do that?

Best,

A.A

I believe that the following is true.

If one of the fields in the records is marked โ€œScannableโ€, then when you click the โ€œSearchโ€ button, the barcode scanner icon is displayed next to the search box. This will allow you to can use the barcode scanner to enter the search value. Is that what you are trying to do?

Hello Phil,

Thanks, for your reply. I just say - There is no search button. In my app, I have a form to scan QR code or Bar code. If that match with some item available in my spreadsheet, the app will open that item with detail.

This is my requirement. I will not search. I will scan.

Please let me know if it is understandable or not.
But Johnโ€™s reply is quiet correct. I am following that and its matching my requirement.
Thanks,
Arindam.

I think it should be possible if i understand the requirement correctly.

This is quick sample app. Once the app is launched, the scanner automatically activated, then user scan QR code. Then it save the form automatically, bring the user to the particular details view based on the scan result.

https://www.appsheet.com/start/1a8566fa-50dd-47b4-853c-c0a4df96754a

Hope this would make sense.

@tsuji_koichi, when I installed the app I did not have the scanner activated. Can you recheck the sample please? This solution would really help me.

Also, are you able to share the sample app so I can see the implementation?
Thanks a lot!

I discussed with Appsheet team and now my sample app is available here. Hope this would help to understand how to set up.

https://www.appsheet.com/samples/Scan-a-barcode-to-find-out-all-the-details-of-an-item?appGuidString...

@tsuji_koichi Thanks for creating that sample. Thatโ€™s a nice sample.

I posted some questions regarding this on another thread when another community member posted this sample.

Interested in your input.

this is link to install app to mobile.

The scanner wont be launched automatically on PC, but it would be on mobile device.

Hello TSUJI,
Thanks for your response.
I am not able to execute the app as I am not authorized. Any other idea that would help me?
Thanks,
Aindam

Mahesh
New Member

@arindam.samanta, were you able to solve this issue. Any guidance is appreciated

Thanks!

HI there,
I am using a virtual column to store the QR code [QRCode] for the same respective Purchase Orders record

The PO Number [PO Number] is search able and defined as Scanner capable and when I use the mobile app and the Search key and scan the a barcode (normally present on a printed sheet) I was it to open the appropriate Purchase Orders record.

The search picks up the correct record in the search bar but it does not open in the Purchase Orders_Detail view. In the Behaviours for the PO Number field I have listed

LINKTOFILTEREDVIEW(โ€œPurchase Orders_Detailโ€, [PO Number] = [_thisrow].[QRCode])

In-case it makes any difference Key to the PO Order record data set is [Naming] but I have tried every possible permutation of {Po Number], [QRCode} [Naming] with no luck. Or is this is not the way that the Search feature works and I need to do something else to display the detail of the record?

Many thanks in advance
Dave

Top Labels in this Space