<?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 Table and QlikView in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180732#M47036</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved with this script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vNrTables = NoOfTables();&lt;/STRONG&gt;&lt;B&gt;&lt;BR /&gt;&lt;STRONG&gt;let vListaTable = "";&lt;/STRONG&gt;&lt;/B&gt;&lt;BR /&gt;&lt;STRONG&gt;let vListaField = "";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;for a = 0 to $(vNrTables)-1&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;let vTable = TableName($(a));&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;i =NoOfFields('$(vTable)');&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;set vListaTable = $(vListaTable) T_$(a) :[$(vTable)]_fields $(i)",";&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;for i = 1 to NoOfFields('$(vTable)')&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;let vField = FieldName($(i), '$(vTable)');&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;set vListaField = $(vListaField)T_$(a) : C_$(i) [$(vField)]",";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;next i&lt;/STRONG&gt;&lt;B&gt;&lt;BR /&gt;&lt;STRONG&gt;next a&lt;/STRONG&gt;&lt;/B&gt;&lt;BR style="mso-special-character:line-break;" /&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;Thanks to All&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;BR style="mso-special-character:line-break;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 11 Sep 2009 14:37:41 GMT</pubDate>
    <dc:creator>filippo</dc:creator>
    <dc:date>2009-09-11T14:37:41Z</dc:date>
    <item>
      <title>Table and QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180729#M47033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;it is possible read the content of the tables loaded into QlikView by a macro?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 00:51:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180729#M47033</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2009-09-10T00:51:16Z</dc:date>
    </item>
    <item>
      <title>AW:Table and QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180730#M47034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;well, I haven't done this before (only read contents of table boxes and so on), but I'd suppose it's possible - there are methods like GetTableName and so on described in the APIGuide. May I ask what you're aiming at?&lt;/P&gt;&lt;P&gt;Rgds,&lt;BR /&gt;Joachim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 01:07:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180730#M47034</guid>
      <dc:creator>biester</dc:creator>
      <dc:date>2009-09-10T01:07:03Z</dc:date>
    </item>
    <item>
      <title>Table and QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180731#M47035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So you're looking to use the data you've already loaded in inside a macro?&lt;/P&gt;&lt;P&gt;You should look at the Field section of the APIGuide.&lt;/P&gt;&lt;P&gt;Here's a piece of an example from the API Guide:&lt;/P&gt;&lt;BLOCKQUOTE style="overflow-x: scroll;"&gt;&lt;PRE style="margin: 0px;"&gt;set doc = ActiveDocument&lt;BR /&gt; set mySelections = doc.fields("Field").GetSelectedValues&lt;BR /&gt;&lt;BR /&gt; for i = 0 to mySelections.Count - 1&lt;BR /&gt; MsgBox(mySelections.Item(i).text)&lt;BR /&gt; next&lt;/PRE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;That will loop through all the selected values in a specific field and display them each in a message box.&lt;/P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Sep 2009 01:09:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180731#M47035</guid>
      <dc:creator />
      <dc:date>2009-09-10T01:09:03Z</dc:date>
    </item>
    <item>
      <title>Table and QlikView</title>
      <link>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180732#M47036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I solved with this script:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;let vNrTables = NoOfTables();&lt;/STRONG&gt;&lt;B&gt;&lt;BR /&gt;&lt;STRONG&gt;let vListaTable = "";&lt;/STRONG&gt;&lt;/B&gt;&lt;BR /&gt;&lt;STRONG&gt;let vListaField = "";&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;for a = 0 to $(vNrTables)-1&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;let vTable = TableName($(a));&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;i =NoOfFields('$(vTable)');&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;set vListaTable = $(vListaTable) T_$(a) :[$(vTable)]_fields $(i)",";&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;for i = 1 to NoOfFields('$(vTable)')&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;let vField = FieldName($(i), '$(vTable)');&lt;/STRONG&gt;&lt;BR /&gt; &lt;STRONG&gt;set vListaField = $(vListaField)T_$(a) : C_$(i) [$(vField)]",";&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;next i&lt;/STRONG&gt;&lt;B&gt;&lt;BR /&gt;&lt;STRONG&gt;next a&lt;/STRONG&gt;&lt;/B&gt;&lt;BR style="mso-special-character:line-break;" /&gt;&lt;/P&gt;&lt;P style="font-weight: bold"&gt;&lt;/P&gt;&lt;P&gt;Thanks to All&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Big Smile" src="http://community.qlik.com/emoticons/emotion-2.gif" /&gt;&lt;BR style="mso-special-character:line-break;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 11 Sep 2009 14:37:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Table-and-QlikView/m-p/180732#M47036</guid>
      <dc:creator>filippo</dc:creator>
      <dc:date>2009-09-11T14:37:41Z</dc:date>
    </item>
  </channel>
</rss>

