We are working for one of the customers where we need to show the numbers as barcodes in Quicksight.
How to generate or develop barcodes both in Paginated (Pixel Perfect) & Interactive reports?
Eg:
We are working for one of the customers where we need to show the numbers as barcodes in Quicksight.
How to generate or develop barcodes both in Paginated (Pixel Perfect) & Interactive reports?
Eg:
Hello,
You have the possibility to show an URL in a field as an image. If you put that together with a web page that you can call with the code to generate the image you can do something like this.
in the calculated field, you can build the URL using the data in the field Code
concat('https://some.webpage.that.generates.a.barcode/barcode.ashx?data=', Code, '&code=Code39')
And in Properties/Field Styling.
You should get an output like this one
Hope this helps!
Hi, I appreciate your reply. Even though it is helpful, the external website (Web Page) I utilize needs to be very reliable and reasonably priced. Could you recommend a reliable third-party website where I can transform the digits into a barcode??
Hello @Dharani_Sankar_S,
Regrettably I cannot recommend any products for this.
Kind regards,
Andres.
Hi @andres007
Understood, thanks.