<?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: Is it possible to dynamically load date headings? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1914655#M1218315</link>
    <description>&lt;P&gt;Take a look at the "Crosstable" load prefix. In your case&lt;/P&gt;
&lt;P&gt;Crosstable (Month, Value, 7) Load ...&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 05 Apr 2022 16:59:54 GMT</pubDate>
    <dc:creator>rwunderlich</dc:creator>
    <dc:date>2022-04-05T16:59:54Z</dc:date>
    <item>
      <title>Is it possible to dynamically load date headings?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1914649#M1218314</link>
      <description>&lt;P&gt;I have a table containing multiple columns, many of which the names do not change (are static).&amp;nbsp; The table contains columns headed as month and year.&amp;nbsp; These headings will change throughout the year, previous months will drop in the data and new months will be added.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Example data (my table actually contains a lot more fields):&lt;/P&gt;
&lt;TABLE width="0"&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD width="66"&gt;
&lt;P&gt;&lt;STRONG&gt;Active Project?&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="104"&gt;
&lt;P&gt;&lt;STRONG&gt;Project Manager ID&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="132"&gt;
&lt;P&gt;&lt;STRONG&gt;Project Manager Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="66"&gt;
&lt;P&gt;&lt;STRONG&gt;Billable Project?&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="57"&gt;
&lt;P&gt;&lt;STRONG&gt;ID&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="87"&gt;
&lt;P&gt;&lt;STRONG&gt;Name&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="76"&gt;
&lt;P&gt;&lt;STRONG&gt;Priority&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;&lt;STRONG&gt;Feb-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="57"&gt;
&lt;P&gt;&lt;STRONG&gt;Mar-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;&lt;STRONG&gt;Apr-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="58"&gt;
&lt;P&gt;&lt;STRONG&gt;May-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="53"&gt;
&lt;P&gt;&lt;STRONG&gt;Jun-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="50"&gt;
&lt;P&gt;&lt;STRONG&gt;Jul-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="56"&gt;
&lt;P&gt;&lt;STRONG&gt;Aug-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;&lt;STRONG&gt;Sep-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;&lt;STRONG&gt;Oct-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="56"&gt;
&lt;P&gt;&lt;STRONG&gt;Nov-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="55"&gt;
&lt;P&gt;&lt;STRONG&gt;Dec-21&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="53"&gt;
&lt;P&gt;&lt;STRONG&gt;Jan-22&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;&lt;STRONG&gt;Feb-22&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="57"&gt;
&lt;P&gt;&lt;STRONG&gt;Mar-22&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD width="66"&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="104"&gt;
&lt;P&gt;123456&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="132"&gt;
&lt;P&gt;Bloggs, Fred&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="66"&gt;
&lt;P&gt;Yes&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="57"&gt;
&lt;P&gt;904797&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="87"&gt;
&lt;P&gt;Project Name&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="76"&gt;
&lt;P&gt;SCP only&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="57"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="58"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="53"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="50"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="56"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="56"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="55"&gt;
&lt;P&gt;17.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="53"&gt;
&lt;P&gt;21.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="54"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;TD width="57"&gt;
&lt;P&gt;0.00&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to be able to load these "month-year" fields dynamically, in QlikView, so I don't have to amend the script every time old months are dropped and new months are added.&amp;nbsp; Is this possible?&amp;nbsp; Any help would be greatly appreciated.&amp;nbsp; Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 16:45:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1914649#M1218314</guid>
      <dc:creator>SGood</dc:creator>
      <dc:date>2022-04-05T16:45:32Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to dynamically load date headings?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1914655#M1218315</link>
      <description>&lt;P&gt;Take a look at the "Crosstable" load prefix. In your case&lt;/P&gt;
&lt;P&gt;Crosstable (Month, Value, 7) Load ...&lt;/P&gt;
&lt;P&gt;See&amp;nbsp;&lt;A href="https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/May2021/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;-Rob&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 16:59:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1914655#M1218315</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2022-04-05T16:59:54Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to dynamically load date headings?</title>
      <link>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1923152#M1218642</link>
      <description>&lt;P&gt;Thanks Rwunderlich.&amp;nbsp; That works perfectly.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 07:09:46 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Is-it-possible-to-dynamically-load-date-headings/m-p/1923152#M1218642</guid>
      <dc:creator>SGood</dc:creator>
      <dc:date>2022-04-27T07:09:46Z</dc:date>
    </item>
  </channel>
</rss>

