<?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 Re: INLINE LOAD: How to enter a value which has a comma? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99250#M15856</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;you can use '|' character as the alternative delimiter.&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Temp:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;LOAD * inline [&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt; Customer|Product|OrderNumber|UnitSales|CustomerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|AA|1|10|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|AA|7|18|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|BB|4|9|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|CC|6|2|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Betacab|AA|5|4|2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Betacab|BB|2|5|2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Betacab|DD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Canutility|DD|3|8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Canutility|CC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;] (delimiter is '|');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Oct 2018 13:09:46 GMT</pubDate>
    <dc:creator>nsetty</dc:creator>
    <dc:date>2018-10-12T13:09:46Z</dc:date>
    <item>
      <title>INLINE LOAD: How to enter a value which has a comma?</title>
      <link>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99248#M15854</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to create an INLINE LOAD table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will have Product Group, and Product Name fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my Product Name field I have some values which will be comma separated. How can I insert a value with a comma in it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Such as&lt;/P&gt;&lt;P&gt;Product Name&lt;/P&gt;&lt;P&gt;Bread&lt;/P&gt;&lt;P&gt;Milk&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Eggs, Meat&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I don't want the comma to be confused with relating to values in the Product Group field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 13:04:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99248#M15854</guid>
      <dc:creator>mwallman</dc:creator>
      <dc:date>2018-10-12T13:04:29Z</dc:date>
    </item>
    <item>
      <title>Re: INLINE LOAD: How to enter a value which has a comma?</title>
      <link>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99249#M15855</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put the whole thing within Double Quotes&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Eggs, Meat"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 13:09:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99249#M15855</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-12T13:09:00Z</dc:date>
    </item>
    <item>
      <title>Re: INLINE LOAD: How to enter a value which has a comma?</title>
      <link>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99250#M15856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;you can use '|' character as the alternative delimiter.&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Temp:&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;LOAD * inline [&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt; Customer|Product|OrderNumber|UnitSales|CustomerID&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|AA|1|10|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|AA|7|18|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|BB|4|9|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Astrida|CC|6|2|1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Betacab|AA|5|4|2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Betacab|BB|2|5|2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Betacab|DD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Canutility|DD|3|8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;Canutility|CC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-family: Calibri; font-size: 11.0pt;"&gt;] (delimiter is '|');&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 13:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99250#M15856</guid>
      <dc:creator>nsetty</dc:creator>
      <dc:date>2018-10-12T13:09:46Z</dc:date>
    </item>
    <item>
      <title>Re: INLINE LOAD: How to enter a value which has a comma?</title>
      <link>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99251#M15857</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Something like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Table:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;LOAD * INLINE [&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Product Name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Bread&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Milk&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; "Eggs, Meat"&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;];&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Oct 2018 13:10:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/INLINE-LOAD-How-to-enter-a-value-which-has-a-comma/m-p/99251#M15857</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2018-10-12T13:10:09Z</dc:date>
    </item>
  </channel>
</rss>

