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

Generating a barcode

Has anyone had any success with generating barcodes in Qlikview?

I want to generate a report that when exported has a barcode on it that a user can scan and upload the information contained in the report to an AS400.

10 Replies
Anonymous
Not applicable
Author

It sounds fairly straight forward to me. I would suggest using a webservice to which you send a request and have it return an image of the barcode to a text object or something which can be added to a report and printed. Pretty much the same way a google map/charts call would look in a QlikView doc. For example you can add this to a text object and set the representation to Image and have a google chart image stream sent to the object:

=



'http://chart.apis.google.com/chart?cht=p3&chd=t:60,40&chs=250x100&chl=Hello|World' & '.jpg'

Now, I only had a quick look online but there seem to be such services available for barcodes. Not sure if there are free ones though:

http://www.barcode-soft.com/online-barcode-generator.aspx

http://www.webservicex.net/genericbarcode.asmx?op=GenerateBarCode

johnw
Champion III
Champion III

As a possible but probably worse alternative, I'm guessing that there would be a way to create a bar code out of a sideways stacked bar chart as long as you know the rules for the encoding.

Not applicable
Author

Hi

I haven't used this in QlikView but have certainly used it in Crystal Reports and SSRS, I simply changed the font of a text box to a bar code font, the font itself does the clever stuff for me.

Not sure if it helps, apologies if it doesn't.

Anonymous
Not applicable
Author

Ok, I'd like to change the recommended solution to Nigel's. Pure genious compared to my backwards solution 🙂

Just tested with a free font I found here and it worked perfectly:

http://www.barcodesinc.com/free-barcode-font/

Not applicable
Author

Regarding barcode generator, has anyone a experience with generating QR codes withing Qlikview ?

ChristofSchwarz
Partner Ambassador
Partner Ambassador

Not applicable
Author

Not applicable
Author

It's a good idea, but you should integrate a bar code generator to qlik.

I don't know whether you have already tried this work.

ngulliver
Partner - Specialist III
Partner - Specialist III

Hi, Cory.

Steve Dark has a blog which covers Barcodes. It may be of use to you.

Have a look at :

http://www.quickintelligence.co.uk/using-web-api-images-qlikview/

Cheers,

Neil