<?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 indirection - use of for each? in Healthcare</title>
    <link>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200616#M318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a qvd file containing 999 records (customer number and name), i wish to create 999 unique files&lt;/P&gt;&lt;P&gt;containing a directional label (customer name), I am struggling ... any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Aug 2024 16:07:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2024-08-28T16:07:25Z</dc:date>
    <item>
      <title>indirection - use of for each?</title>
      <link>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200616#M318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a qvd file containing 999 records (customer number and name), i wish to create 999 unique files&lt;/P&gt;&lt;P&gt;containing a directional label (customer name), I am struggling ... any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Aug 2024 16:07:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200616#M318</guid>
      <dc:creator />
      <dc:date>2024-08-28T16:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: indirection - use of for each?</title>
      <link>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200617#M319</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;&lt;EM&gt;List:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD DISTINCT CustomerName as CustomerNameList&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FROM QVDFile.qvd (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;FOR EACH name IN FIELDVALUELIST('CustomerNameList')&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;SingleName:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD '$(name)' as CustomerName&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;AUTOGENERATE 1;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Extract:&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;LOAD * FROM QVDFile.qvd (qvd)&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;WHERE EXISTS(CustomerName);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;STORE Extract INTO [Customer_$(name).qvd] (qvd);&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP TABLE Extract, SingleName;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;NEXT name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;DROP TABLE List;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 12:18:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200617#M319</guid>
      <dc:creator>swuehl</dc:creator>
      <dc:date>2016-10-30T12:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: indirection - use of for each?</title>
      <link>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200618#M320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Oct 2016 15:19:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Healthcare/indirection-use-of-for-each/m-p/1200618#M320</guid>
      <dc:creator />
      <dc:date>2016-10-30T15:19:33Z</dc:date>
    </item>
  </channel>
</rss>

