<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Generating a barcode in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225372#M77691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone had any success with generating barcodes in Qlikview?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 Oct 2009 02:03:02 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-10-27T02:03:02Z</dc:date>
    <item>
      <title>Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225372#M77691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Has anyone had any success with generating barcodes in Qlikview?&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 02:03:02 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225372#M77691</guid>
      <dc:creator />
      <dc:date>2009-10-27T02:03:02Z</dc:date>
    </item>
    <item>
      <title>Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225373#M77692</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;=&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;'http://chart.apis.google.com/chart?cht=p3&amp;amp;chd=t:60,40&amp;amp;chs=250x100&amp;amp;chl=Hello|World' &amp;amp; '.jpg'&lt;/P&gt;&lt;P&gt;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:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.barcode-soft.com/online-barcode-generator.aspx"&gt;http://www.barcode-soft.com/online-barcode-generator.aspx&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.webservicex.net/genericbarcode.asmx?op=GenerateBarCode"&gt;http://www.webservicex.net/genericbarcode.asmx?op=GenerateBarCode&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Oct 2009 09:58:01 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225373#M77692</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-27T09:58:01Z</dc:date>
    </item>
    <item>
      <title>Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225374#M77693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 03:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225374#M77693</guid>
      <dc:creator>johnw</dc:creator>
      <dc:date>2009-10-28T03:56:37Z</dc:date>
    </item>
    <item>
      <title>Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225375#M77694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;Not sure if it helps, apologies if it doesn't.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 14:53:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225375#M77694</guid>
      <dc:creator />
      <dc:date>2009-10-28T14:53:03Z</dc:date>
    </item>
    <item>
      <title>Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225376#M77695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I'd like to change the recommended solution to Nigel's. Pure genious compared to my backwards solution &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Just tested with a free font I found here and it worked perfectly:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.barcodesinc.com/free-barcode-font/"&gt;http://www.barcodesinc.com/free-barcode-font/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Oct 2009 15:25:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225376#M77695</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-10-28T15:25:04Z</dc:date>
    </item>
    <item>
      <title>Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225377#M77696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Regarding barcode generator, has anyone a experience with generating QR codes withing Qlikview ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Jan 2011 20:39:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225377#M77696</guid>
      <dc:creator />
      <dc:date>2011-01-06T20:39:43Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225378#M77697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will like this one &lt;A _jive_internal="true" href="https://community.qlik.com/docs/DOC-5535"&gt;http://community.qlik.com/docs/DOC-5535&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Dec 2013 11:06:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225378#M77697</guid>
      <dc:creator>ChristofSchwarz</dc:creator>
      <dc:date>2013-12-19T11:06:39Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225379#M77698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://www.keepdynamic.com/dotnet-barcode-reader/"&gt;qr code reader sdk .net&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 10:04:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225379#M77698</guid>
      <dc:creator />
      <dc:date>2014-05-27T10:04:36Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225380#M77699</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a good idea, but you should &lt;A href="http://www.businessrefinery.com/products/barcode_net/main.html"&gt;integrate a bar code generator&lt;/A&gt; to qlik.&lt;/P&gt;&lt;P&gt;I don't know whether you have already tried this work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Apr 2015 06:57:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225380#M77699</guid>
      <dc:creator />
      <dc:date>2015-04-16T06:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225381#M77700</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Cory.&lt;/P&gt;&lt;P&gt;Steve Dark has a blog which covers Barcodes. It may be of use to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at :&lt;/P&gt;&lt;P&gt;&lt;A class="unlinked" title="http://www.quickintelligence.co.uk/using-web-api-images-qlikview/"&gt;http://www.quickintelligence.co.uk/using-web-api-images-qlikview/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Neil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Jun 2015 13:55:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225381#M77700</guid>
      <dc:creator>ngulliver</dc:creator>
      <dc:date>2015-06-08T13:55:03Z</dc:date>
    </item>
    <item>
      <title>Re: Generating a barcode</title>
      <link>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225382#M77701</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your request, a third-party &lt;A href="http://www.keepdynamic.com/dotnet-barcode/"&gt;barcode generator library&lt;/A&gt; is necessary for you to generate barcodes in Qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Jun 2015 06:22:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Generating-a-barcode/m-p/225382#M77701</guid>
      <dc:creator />
      <dc:date>2015-06-10T06:22:07Z</dc:date>
    </item>
  </channel>
</rss>

