<?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: Upload qvd in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063830#M924931</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your information set analysis won't work in the Qlikview script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;.....you need to use the conditional and transformation functions to create the flags and finally you need to store the same for your qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Apr 2016 05:49:44 GMT</pubDate>
    <dc:creator>avinashelite</dc:creator>
    <dc:date>2016-04-20T05:49:44Z</dc:date>
    <item>
      <title>Upload qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063829#M924930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;anyone pls upload a qvd where you have done many set analysis work like flags and so on.&lt;/P&gt;&lt;P&gt;its for my reference purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Joshua.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063829#M924930</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Upload qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063830#M924931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for your information set analysis won't work in the Qlikview script &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;.....you need to use the conditional and transformation functions to create the flags and finally you need to store the same for your qvd.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 05:49:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063830#M924931</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-04-20T05:49:44Z</dc:date>
    </item>
    <item>
      <title>Re: Upload qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063831#M924932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sorry instead of script i written set analysis &lt;/P&gt;&lt;P&gt;post some qvd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 05:52:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063831#M924932</guid>
      <dc:creator>ajsjoshua</dc:creator>
      <dc:date>2016-04-20T05:52:12Z</dc:date>
    </item>
    <item>
      <title>Re: Upload qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063832#M924933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try like this , you could create your own QVD&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Country:&lt;/P&gt;&lt;P&gt;LOAD * Inline&lt;/P&gt;&lt;P&gt;[&lt;/P&gt;&lt;P&gt;Country,Amount&lt;/P&gt;&lt;P&gt;India,1000&lt;/P&gt;&lt;P&gt;USA,500&lt;/P&gt;&lt;P&gt;UK,900&lt;/P&gt;&lt;P&gt;];&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result:&lt;/P&gt;&lt;P&gt;LOAD * , If(&lt;SPAN style="font-size: 13.3333px;"&gt;Amount&amp;gt;500,1,0) as Amount_Flag&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;resident&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Country;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Drop table &lt;SPAN style="font-size: 13.3333px;"&gt;Country;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Store table &lt;SPAN style="font-size: 13.3333px;"&gt;Result into Country.qvd(QVD);&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 05:56:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063832#M924933</guid>
      <dc:creator>avinashelite</dc:creator>
      <dc:date>2016-04-20T05:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Upload qvd</title>
      <link>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063833#M924935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the document available at this link -&amp;gt; &lt;A href="https://community.qlik.com/docs/DOC-4951"&gt;Set Analysis: syntaxes, examples&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Some other useful links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4394"&gt;Dates in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4424"&gt;Excluding values in Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/qlik-blogpost/4076"&gt;A Primer on Set Analysis&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Apr 2016 08:27:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Upload-qvd/m-p/1063833#M924935</guid>
      <dc:creator>sunny_talwar</dc:creator>
      <dc:date>2016-04-20T08:27:52Z</dc:date>
    </item>
  </channel>
</rss>

