Hi, Frank.

Thanks for the feedback.
I’m still a beginner in SC and tried to do as you recommended it this way:

But I’m finding it difficult to pass on the value, like you said.

I have zxing installed on my cell phone.

My best regards.

Ok, first let the application model, first I figure you have a grid, in that grid you generate a column with the QR code, inside that QR code you codify the application url with the parameter. by the other side. as second point you have the report that is showed after the user scans the QR code, it could be a PDF report application, a grid application, a blank application. inside that application you should manipulate the sql clause, filtering the results using the parameter in the QR code.

using $_GET is the only way for passing a parameter to a SC application

or please share what you get in mind