Hi everyone!!! Question for you !! I have to check on four-wheelers. I would like to use qr code to apply on cars. When I scan the QRcode with the app, I would like it to open the history of that vehicle, example car number, mechanical interventions and more. Do you think this is possible?
Thank you
Yes itโs possible.
The best approach I would suggest is to use the same approach as this sample app:
https://www.appsheet.com/templates/Allow-the-user-to-filter-a-view-based-on-a-form?appGuidString=912...
Additionally, you can add an action button to reset the scanned value from the first view.
Edit: correction on 2nd view
thanks a lot!! but i dont undestand Lโapp for example
the app โfiltersโ what is picked in the bottom/enum view
the graph view will be a slice, based on criteria: โmatches the user selection on the other viewโ
Thanks but I didnโt understand how I can connect an adhesive QR code attached to a car, scan the qr code with the app
The QR needs to be made through the app for the app to identifty the info from the QR as an usable string, for example.
Usually, QR images are key values for a table.
If the QR are already printed and have another info not related to AppSheet, this seems hard, even not possible
I havenโt found a useful use case for my apps yet (Iโm still looking since itโs a really cool thing) but you can find some info here
https://community.appsheet.com/search?q=qr+code
Koichi even made QR with public url to open views form outside the app
thanks I thought it was easier
Let me summarize this just to help your understanding @Cannone_Cannone
You need a table with the info of the car. Letโs call this Cars
Cars
have an [ID_CAR]
column thatโs the key.
Then you have another column, type Image and called [QRCODE]
with this Initial Value expression:
CONCATENATE(
"https://quickchart.io/qr?text=",
[ID_CAR]
)
If you print the QR to put it into a car, then you know that you can get the key for that car record on your database by scanning it.
To get the info you need what @Aurelien already said, a view with Ref column and stuff like that to pull the info
the problem is that the QR code stickers are empty for now I should print them
Thatโs not a problem from my POV, because you will put whatever you want on them, like the Key value I talked above
User | Count |
---|---|
15 | |
15 | |
8 | |
7 | |
4 |