<?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: Extract Multiple SmartSheets into qlikview with in loop ? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081279#M360280</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you already know how to load data from smartsheets, create a table with the names of all the smartsheets. Then loop through that table, retrieve the name of the smartsheet and load the data from a smartsheet, store it into a qvd, retrieve the name of the next smartsheet etc. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 0 to NoOfRows('TableWithSmartSheetNames') -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vName = Replace(peek('NameWithSmartSheetNames',$(i),'&lt;SPAN style="font-size: 13.3333px;"&gt;TableWithSmartSheetNames&lt;/SPAN&gt;'),' ','_')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[$(vName)]:&lt;/P&gt;&lt;P&gt;LOAD * FROM &lt;SPAN style="font-size: 13.3333px;"&gt;[$(vName)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;[$(vName)] INTO &lt;SPAN style="font-size: 13.3333px;"&gt;$(vName).qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 May 2016 10:45:54 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2016-05-06T10:45:54Z</dc:date>
    <item>
      <title>Extract Multiple SmartSheets into qlikview with in loop ?</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081277#M360278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;I want to extract multiple smart sheets into qlikview with in loop&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;Note : Smart sheets are having unique names.&lt;/P&gt;&lt;P&gt;How we can store these Smart sheets into QVD format with in loop ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:20:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081277#M360278</guid>
      <dc:creator>madhubabum</dc:creator>
      <dc:date>2016-05-05T10:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Multiple SmartSheets into qlikview with in loop ?</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081278#M360279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hope u wish to read from multiple sheets. Kindly refer the below thread for code which reads from multiple files from multiple tabs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/thread/204149"&gt;Issue with deploying code reading multitab excel&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 May 2016 10:32:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081278#M360279</guid>
      <dc:creator>amars</dc:creator>
      <dc:date>2016-05-05T10:32:26Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Multiple SmartSheets into qlikview with in loop ?</title>
      <link>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081279#M360280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Assuming you already know how to load data from smartsheets, create a table with the names of all the smartsheets. Then loop through that table, retrieve the name of the smartsheet and load the data from a smartsheet, store it into a qvd, retrieve the name of the next smartsheet etc. Something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For i = 0 to NoOfRows('TableWithSmartSheetNames') -1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LET vName = Replace(peek('NameWithSmartSheetNames',$(i),'&lt;SPAN style="font-size: 13.3333px;"&gt;TableWithSmartSheetNames&lt;/SPAN&gt;'),' ','_')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[$(vName)]:&lt;/P&gt;&lt;P&gt;LOAD * FROM &lt;SPAN style="font-size: 13.3333px;"&gt;[$(vName)];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;STORE &lt;SPAN style="font-size: 13.3333px;"&gt;[$(vName)] INTO &lt;SPAN style="font-size: 13.3333px;"&gt;$(vName).qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 May 2016 10:45:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Extract-Multiple-SmartSheets-into-qlikview-with-in-loop/m-p/1081279#M360280</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2016-05-06T10:45:54Z</dc:date>
    </item>
  </channel>
</rss>

