<?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: Adding dynamic dimensions into straight table via script in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115257#M17763</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Gysbert is suggesting, and I second, is that you &lt;EM&gt;should not be loading the new month's data as a separate field&lt;/EM&gt;. Use the crosstable prefix to generate two fields -- "Date" and "Amount" for every month.&amp;nbsp; In doing it this way the same Pivot table will work for 1 month or 24 months. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Oct 2018 11:32:07 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2018-10-30T11:32:07Z</dc:date>
    <item>
      <title>Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115248#M17754</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i need to develope a report where the number of dimensions cannot be defined and does not have any maximum and user is not selecting any dimension. the number of dimentions are getting extracted from database and in every load the number changes. how to add dimenstions dynamically via script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the calculated dimension below to be added to dimension in straight table via script as the number of dimensions varies in each load&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style=": ; color: #808080; font-size: 8pt;"&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', $(=j+1) ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="font-size: 8pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216193_pastedImage_0.png" style="max-height: 900px; max-width: 1200px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 08:19:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115248#M17754</guid>
      <dc:creator>arezoo99</dc:creator>
      <dc:date>2018-10-18T08:19:58Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115249#M17755</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You'd have to create the straight table programmatically using a macro. No, I won't write one for you. I'd ask what the purpose is. Possibly a simple export to a csv file that the consumer can open in excel will suffice instead.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 11:30:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115249#M17755</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-18T11:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115250#M17756</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin: auto 0px;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;I need to generate a table like below. It is an incremental load and will be run weekly. i have to upload the initial data and saved in&amp;nbsp; QVD file. Then after each weekly run one column will get added to the table with the run date as its column label&lt;/SPAN&gt;&lt;/P&gt;&lt;OL style="list-style-type: upper-roman;"&gt;&lt;LI&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;I am using triggers&lt;/SPAN&gt;à&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt; OnPostReload to save the updated data in QVD file&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;sub Save_To_QVD&lt;BR /&gt; QVDFile= "C:\.....FILE.qvd"&lt;BR /&gt; set obj = ActiveDocument.GetSheetObject("CH06")&lt;BR /&gt; obj.ExportEx QVDFile,4&lt;BR /&gt; end sub&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: auto 0px;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;--------------------------&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: auto 0px;"&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Count_of_Status:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG&gt;&lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;load&lt;/SPAN&gt;&lt;/STRONG&gt;&amp;nbsp; &lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;CS_Grouped_Status&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;AS&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;COS_Grouped_Status&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;CS_Date&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;COS_Date&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;,&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;COUNT&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;(&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;CS_ID&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;)&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;as&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;COS_Count&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Resident&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt; Current_Status&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Group&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: blue; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;by&lt;/SPAN&gt; &lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;CS_Grouped_Status&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;, &lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: maroon; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;CS_Date&lt;/SPAN&gt;&lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 8pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: auto 0px;"&gt; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt; LoadQVD_AppsInGI:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; *&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;from&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; &lt;C&gt;(&lt;/C&gt;&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;qvd&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;);&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;k&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;NoOfFields&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;('LoadQVD_AppsInGI');&lt;BR /&gt; &lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;NoOfFields&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;('LoadQVD_AppsInGI');&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;for&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; = 1 &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;to&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt; QVD_Counts_Table:&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;, 'LoadQVD_AppsInGI')) &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;QVD_Counts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; 1;&lt;BR /&gt; &lt;/SPAN&gt;&lt;STRONG style="color: blue; font-size: 9pt; font-family: 'Courier New';"&gt;next&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;BR /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin: auto 0px;"&gt; &lt;SPAN lang="EN" style="color: #3d3d3d; font-family: 'Helvetica','sans-serif'; font-size: 10pt; mso-fareast-font-family: 'Times New Roman'; mso-ansi-language: EN;"&gt;Calculated Dimension in straight table:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New';"&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', $(=j+3) ) &amp;amp; ']') &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;TABLE border="0" cellpadding="0" cellspacing="0" width="398"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD style="background: #c4d79b; border: 1pt solid black; border-image: none;" width="206"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 14pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;Status&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background: #92cddc; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: black black black #000000;" width="64"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;14-May&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background: #92cddc; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: black black black #000000;" width="64"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;21-May&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="background: #92cddc; border-width: 1pt 1pt 1pt 0px; border-style: solid solid solid none; border-color: black black black #000000;" width="64"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;28-May&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background: #92cddc; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: #000000 black black;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;Total 'Live' Apps&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;32&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;33&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;38&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background: #92cddc; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: #000000 black black;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;Total Decom/Withdrawn Apps&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;4&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;3&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;SPAN style="mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; mso-hansi-font-family: Calibri; font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;2&lt;/SPAN&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD style="background: #92cddc; border-width: 0px 1pt 1pt; border-style: none solid solid; border-color: #000000 black black;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;Grand Total Apps&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;36&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;36&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;TD style="border-width: 0px 1pt 1pt 0px; border-style: none solid solid none; border-color: #000000 black black #000000;"&gt;&lt;P style="margin: 0px 0px 1.5pt;"&gt;&lt;STRONG style=": ; mso-bidi-font-family: Helvetica; color: black; font-size: 12pt; mso-ascii-font-family: Calibri; font-family: Calibri; mso-hansi-font-family: Calibri; mso-fareast-font-family: 'Times New Roman';"&gt;40&lt;/STRONG&gt;&lt;/P&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P style="margin: 0px 0px 10pt;"&gt;&lt;SPAN style="font-family: Calibri;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 12:13:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115250#M17756</guid>
      <dc:creator>arezoo99</dc:creator>
      <dc:date>2018-10-18T12:13:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115251#M17757</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use the CrossTable function to pivot the week columns to rows and create a week dimension. Then use a Pivot Table object that will have just two dimensions. No need for dynamically created Straight Table objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Oct 2018 13:25:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115251#M17757</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2018-10-18T13:25:19Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115252#M17758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it looks like this also will not help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loading the new data has no issue, the problem is with joining the data retrieved from QVD file to the new data extrated from database in any table either Straight table or Pivot Table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue: when i want to add the retrieved data to the table, it doesnt have a fixed name. the title of the fields are the dates as shown in the screenshot below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/216384_pastedImage_0.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why I have written the script below to have the colunm names.... the other way is as you suggested to have weekdays&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="color: #0000ff; font-family: Courier New;"&gt;let&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; = &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;NoOfFields&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;('LoadQVD_AppsInGI');&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;for&lt;/STRONG&gt;&amp;nbsp; &lt;STRONG&gt;&lt;EM style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; = 1 &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;to&lt;/SPAN&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;&lt;BR /&gt; QVD_Counts_Table:&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;LOAD&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; (&lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;FieldName&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;(&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(i)&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;, 'LoadQVD_AppsInGI')) &lt;/SPAN&gt;&lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;as&lt;/SPAN&gt; &lt;SPAN style="color: maroon; font-family: 'Courier New'; font-size: 9pt;"&gt;QVD_Counts&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;AUTOGENERATE&lt;/SPAN&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt; 1;&lt;BR /&gt;&lt;/SPAN&gt;&lt;STRONG style="color: blue; font-family: 'Courier New'; font-size: 9pt;"&gt;next&lt;/STRONG&gt; &lt;STRONG&gt;&lt;EM style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;i&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for adding the fields to table i have written the code below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: black; font-family: 'Courier New'; font-size: 9pt;"&gt;= &lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM style="color: gray; font-family: 'Courier New'; font-size: 9pt;"&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', $(=j+3) ) &amp;amp; ']') &lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;but for this i need to write a loop script in macro to add these columns.... but i dont know what are the syntax for writing these codes in macro&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2018 09:39:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115252#M17758</guid>
      <dc:creator>arezoo99</dc:creator>
      <dc:date>2018-10-21T09:39:35Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115253#M17759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arezoo. I think you can do it with no macro. Just add &lt;SPAN lang="en"&gt;a few &lt;/SPAN&gt; calculated dimensions &lt;SPAN lang="en"&gt;with expectation&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', 1 ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', 2 ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', 3 ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', 4 ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;............................................................&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG style="color: #3d3d3d; font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;EM style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;EM&gt;&lt;SPAN style="font-size: 9pt; font-family: 'Courier New'; color: black;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="color: gray; font-size: 9pt; font-family: 'Courier New'; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', 25 ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;and make them conditional&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;1&amp;lt;=vNoOfFields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;2&amp;lt;=vNoOfFields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;3&amp;lt;=vNoOfFields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;4&amp;lt;=vNoOfFields&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;........................&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;25&amp;lt;=vNoOfFields&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Oct 2018 14:48:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115253#M17759</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-21T14:48:25Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115254#M17760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;P&gt;i added Year and Month filters to control the growth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i would like to know how i can write macro in such senarios,, appreciate if anyone can advise&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 10:24:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115254#M17760</guid>
      <dc:creator>arezoo99</dc:creator>
      <dc:date>2018-10-30T10:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115255#M17761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Arezoo, there is no need to use a macro in the above scenario, but...&lt;/P&gt;&lt;P&gt;try this sample and adjust it to the needs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Function AddDimensions&lt;/P&gt;&lt;P&gt;&amp;nbsp; Dim vChart, vChartProperties, vDimensions, i&lt;/P&gt;&lt;P&gt;&amp;nbsp; set vChart = ActiveDocument.GetSheetObject("CH01")&lt;/P&gt;&lt;P&gt;&amp;nbsp; set vChartProperties = vChart.GetProperties&lt;/P&gt;&lt;P&gt;&amp;nbsp; set vDimensions = vChartProperties.Dimensions&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; for i = 0 to vNoOfFields-1&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; vChart.AddDimension&amp;nbsp; "=&lt;SPAN style="color: #808080; font-size: 8pt; font-family: inherit; font-weight: inherit;"&gt;&lt;STRONG&gt;&lt;EM&gt;$(='[' &amp;amp; subfield(concat(QVD_Counts, ','), ',', $(=j+1) ) &amp;amp; ']')&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set vChartProperties&amp;nbsp;&amp;nbsp;&amp;nbsp; = vChart.GetProperties : vChart.SetProperties vChartProperties&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; next&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;End Function &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:23:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115255#M17761</guid>
      <dc:creator>andrey_krylov</dc:creator>
      <dc:date>2018-10-30T11:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115256#M17762</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:26:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115256#M17762</guid>
      <dc:creator>arezoo99</dc:creator>
      <dc:date>2018-10-30T11:26:29Z</dc:date>
    </item>
    <item>
      <title>Re: Adding dynamic dimensions into straight table via script</title>
      <link>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115257#M17763</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What Gysbert is suggesting, and I second, is that you &lt;EM&gt;should not be loading the new month's data as a separate field&lt;/EM&gt;. Use the crosstable prefix to generate two fields -- "Date" and "Amount" for every month.&amp;nbsp; In doing it this way the same Pivot table will work for 1 month or 24 months. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Oct 2018 11:32:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Adding-dynamic-dimensions-into-straight-table-via-script/m-p/115257#M17763</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2018-10-30T11:32:07Z</dc:date>
    </item>
  </channel>
</rss>

