Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
AlexisLeCorfec
Contributor II
Contributor II

QR Code accessing a Qlik Dashboard

Hi everyone

First time posting a question here, but I couldn't find any topic related to this.

I have a request from a customer to be able to retrieve data using a QR Code. The idea is to scan the QR code on a product and to be able to see every piece of information related to it (traceability / stock / etc…)

In Qliksense we could just type manually the product number in a search box or a filter and data could be linked automatically.

But here the idea is to avoid this step by directly be directed to the dashboard filtered on the product number we scan with our phone.

I hope it makes sense.

If any of you have an idea on how to achieve this or a similar way to this concept, please feel free to comment or send me a message. Would be very appreciated.

Thanks

If we have data, let’s look at data. If all we have are opinions, let’s go with mine
Labels (2)
1 Solution

Accepted Solutions
MarcoWedel

You could encode the product number as selection in the url contained in the QR code like this:

 

https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-int...


So your QR encoded urls might end on something like "/select/ProductNumber/PN012345"


One example using a random demo application:

QR_code_Qlik_Sense_url_with_field_selection.png

https://showcase3.qlik.com/sense/app/bcca6893-a1b3-4763-8c5d-55ca7679878b/sheet/a3cec515-1751-46af-8...



hope this helps

Marco

View solution in original post

2 Replies
MarcoWedel

You could encode the product number as selection in the url contained in the QR code like this:

 

https://help.qlik.com/en-US/sense-developer/May2022/Subsystems/APIs/Content/Sense_ClientAPIs/app-int...


So your QR encoded urls might end on something like "/select/ProductNumber/PN012345"


One example using a random demo application:

QR_code_Qlik_Sense_url_with_field_selection.png

https://showcase3.qlik.com/sense/app/bcca6893-a1b3-4763-8c5d-55ca7679878b/sheet/a3cec515-1751-46af-8...



hope this helps

Marco

AlexisLeCorfec
Contributor II
Contributor II
Author

It seems to be the kind of idea I can make work.

Do you mind if I contact you later with more questions when we will have to implement ?

Thanks a lot for the quick answer

If we have data, let’s look at data. If all we have are opinions, let’s go with mine