fjcortes Greetings, I have a question: how could I place a QR code in an image field on a query or, failing that, show the QR code directly in the query?
fjcortes I managed to display a QR code in a query with the help of the custom method for query, this is the code <div class="jca-qrymobile"> <div class="jca-qrymobile-wrapper"> <div class="jca-qrymobile-list-image"> <img src="https://chart.googleapis.com/chart?chs=90x90&cht=qr&chl=,{PlacaNro},"/> </div> <dl class="jca-qrymobile-list-details"> <dd class="jca-qrymobile-texto">{Prefijo}{Consecutivo}</dd> <dd class="jca-qrymobile-texto">{Prefijo}</dd> <dd class="jca-qrymobile-texto">{Aplicada} </dd> </dl> </div> </div>