<?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 How to dynamically adjust the filed name while loading data into Qlik in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1568718#M597545</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Problem:&amp;nbsp; My source table kinda looks like this with some dummy data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SampleFile.PNG" style="width: 486px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10094iA2759C05865DC527/image-dimensions/486x67?v=v2" width="486" height="67" role="button" title="SampleFile.PNG" alt="SampleFile.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now when I load it into qlik, I get Nov,Dec,Jan as fields but when the file will be updated next month, it will have Dec,Jan and Feb which is not present in the original script and I obviously can't keep on changing the script every month. So, I was wondering if there's any way so that I can make a generic load script which can dynamically read the month columns and load into qlik.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion or help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pranav&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Nov 2024 21:03:39 GMT</pubDate>
    <dc:creator>pranaview</dc:creator>
    <dc:date>2024-11-16T21:03:39Z</dc:date>
    <item>
      <title>How to dynamically adjust the filed name while loading data into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1568718#M597545</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;Problem:&amp;nbsp; My source table kinda looks like this with some dummy data&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="SampleFile.PNG" style="width: 486px;"&gt;&lt;img src="https://community.qlik.com/t5/image/serverpage/image-id/10094iA2759C05865DC527/image-dimensions/486x67?v=v2" width="486" height="67" role="button" title="SampleFile.PNG" alt="SampleFile.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Now when I load it into qlik, I get Nov,Dec,Jan as fields but when the file will be updated next month, it will have Dec,Jan and Feb which is not present in the original script and I obviously can't keep on changing the script every month. So, I was wondering if there's any way so that I can make a generic load script which can dynamically read the month columns and load into qlik.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any suggestion or help will be appreciated.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Pranav&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Nov 2024 21:03:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1568718#M597545</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2024-11-16T21:03:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically adjust the filed name while loading data into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1569056#M597546</link>
      <description>Hi Pranav,&lt;BR /&gt;You can use crosstable - &lt;A href="https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm" target="_blank"&gt;https://help.qlik.com/en-US/qlikview/November2018/Subsystems/Client/Content/QV_QlikView/Scripting/ScriptPrefixes/crosstable.htm&lt;/A&gt; - so something like CrossTable (date, value,4) before your load statement, but you should be able to use the import wizard to line it up.&lt;BR /&gt;You might also need to tidy up your months/dates &amp;amp; decide what to do with your target and rolling average field.&lt;BR /&gt;Cheers,&lt;BR /&gt;Chris.</description>
      <pubDate>Sun, 14 Apr 2019 17:45:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1569056#M597546</guid>
      <dc:creator>chrismarlow</dc:creator>
      <dc:date>2019-04-14T17:45:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to dynamically adjust the filed name while loading data into Qlik</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1570031#M597548</link>
      <description>Hi Chris,&lt;BR /&gt;Thanks for pitching in!&lt;BR /&gt;I did think about the CrossTable() function but it won't work as I would still need to know which months are present in the updated file when I will try to load the data before i can transpose them using CrossTable().&lt;BR /&gt;&lt;BR /&gt;For now i think i will have to the transpose directly in source file along with some other modifications prior to the load.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pranav</description>
      <pubDate>Tue, 16 Apr 2019 14:11:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-dynamically-adjust-the-filed-name-while-loading-data-into/m-p/1570031#M597548</guid>
      <dc:creator>pranaview</dc:creator>
      <dc:date>2019-04-16T14:11:19Z</dc:date>
    </item>
  </channel>
</rss>

