<?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: Issue while loading excel in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88229#M14412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Olivier for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to sell all value in new line like below instead of X/Y/Z:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 03 Sep 2018 12:09:59 GMT</pubDate>
    <dc:creator>vipingarg23</dc:creator>
    <dc:date>2018-09-03T12:09:59Z</dc:date>
    <item>
      <title>Issue while loading excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88227#M14410</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an excel file where I have data as an attached excel file. When I am loading that excel, data is coming wrong. Means for India Country, I have three state (x,y,z) but In Qlikview, it is shwing only one(X). Please find the attached qvw file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't want to change excel file. How I can get all three state in qlikview listbox?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 11:42:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88227#M14410</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-09-03T11:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88228#M14411</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello&lt;/P&gt;&lt;P&gt;you see only one value because each value is separated by chr(10)&lt;/P&gt;&lt;P&gt;if you use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD County, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; replace(State,chr(10),'/') as State&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will see the values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 11:55:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88228#M14411</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-09-03T11:55:33Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88229#M14412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Olivier for your quick reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I want to sell all value in new line like below instead of X/Y/Z:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;X&lt;/P&gt;&lt;P&gt;Y&lt;/P&gt;&lt;P&gt;Z&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How we can achieve this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 12:09:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88229#M14412</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-09-03T12:09:59Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88230#M14413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;maybe something like :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOAD County, &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; subfield(State,chr(10)) as State&lt;/P&gt;&lt;P&gt;FROM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 12:18:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88230#M14413</guid>
      <dc:creator>olivierrobin</dc:creator>
      <dc:date>2018-09-03T12:18:48Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88231#M14414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Great !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Olivier for your quick answer. It is working fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 12:26:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88231#M14414</guid>
      <dc:creator>vipingarg23</dc:creator>
      <dc:date>2018-09-03T12:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while loading excel</title>
      <link>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88232#M14415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture2.PNG" class="jive-image" src="https://community.qlik.com/legacyfs/online/212491_Capture2.PNG" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="212490" alt="Capture.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/212490_Capture.PNG" style="height: 562px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Sep 2018 12:44:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Issue-while-loading-excel/m-p/88232#M14415</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-09-03T12:44:19Z</dc:date>
    </item>
  </channel>
</rss>

