<?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 Load data from multiple table which is having common fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237390#M874447</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;I'm facing one challenging problem while making data model.&lt;/P&gt;&lt;P&gt;the scenario is...&lt;/P&gt;&lt;P&gt;In our database, PLC system will store all the parameters of machine as one table for every day.&lt;/P&gt;&lt;P&gt;ie one new table will be created on 01/04/2016 as MAC_PARAM_010416,similarly for each day system will create one new table as &lt;SPAN style="font-size: 13.3333px;"&gt; MAC_PARAM_(DATE).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i needs to load the data from these table in to qvd on daily basis , with the simple script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can give ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Murugesan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
    <dc:creator>shanmurugesh</dc:creator>
    <dc:date>2020-11-25T16:16:04Z</dc:date>
    <item>
      <title>Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237390#M874447</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;I'm facing one challenging problem while making data model.&lt;/P&gt;&lt;P&gt;the scenario is...&lt;/P&gt;&lt;P&gt;In our database, PLC system will store all the parameters of machine as one table for every day.&lt;/P&gt;&lt;P&gt;ie one new table will be created on 01/04/2016 as MAC_PARAM_010416,similarly for each day system will create one new table as &lt;SPAN style="font-size: 13.3333px;"&gt; MAC_PARAM_(DATE).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i needs to load the data from these table in to qvd on daily basis , with the simple script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you guys can give ideas.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and regards,&lt;/P&gt;&lt;P&gt;Murugesan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237390#M874447</guid>
      <dc:creator>shanmurugesh</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237391#M874448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use like&amp;nbsp; below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let vToday=Date(today-1,'DDMMYY'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;MAC_PARAM_$(vToday):&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load * From &lt;SPAN style="font-size: 13.3333px;"&gt;MAC_PARAM_$(vToday);&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&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;MAC_PARAM_$(vToday) into &lt;SPAN style="font-size: 13.3333px;"&gt;MAC_PARAM_$(vToday).qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop table &lt;SPAN style="font-size: 13.3333px;"&gt;MAC_PARAM_$(vToday)&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 07:44:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237391#M874448</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-11-12T07:44:56Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237392#M874449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;read and store in qvd 1 year of files in loop&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;FOR i=0 to -365 step -1&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp; LET vDate = Date(Today() +i, 'DDMMYY');&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp; trace $(vDate);&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp; // change with your file name&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp; SourceTable:&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp; load * from .......;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // use vDate variable&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&lt;EM&gt;&amp;nbsp; store * from SourceTable into .......qvd (qvd);&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; //&amp;nbsp; "&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;NEXT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;read all your 2016 files with wildcard (* ?)&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 8pt;"&gt;LOAD *&amp;nbsp; from &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;MAC_PARAM_????16&lt;/SPAN&gt;.csv;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 12 Nov 2016 11:19:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237392#M874449</guid>
      <dc:creator>maxgro</dc:creator>
      <dc:date>2016-11-12T11:19:20Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237393#M874450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Massimo,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks ..it is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one more scenario like this..hope u can give some idea&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are few tables are newly generated in each day with some predefined prefix in my database.&lt;/P&gt;&lt;P&gt;ie, new tables are created in the name of "AVAIL_XXXXX"&lt;/P&gt;&lt;P&gt;in that XXXXX may be any in name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in our previous scenario we have date filed in the tablename to filter our tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but in this current scenario, how can i identify which are all the tables are not loaded to my qvd??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:20:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237393#M874450</guid>
      <dc:creator>shanmurugesh</dc:creator>
      <dc:date>2016-11-17T09:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237394#M874451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try like below ,may be help to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AVAIL:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Load * From &lt;SPAN style="font-size: 13.3333px;"&gt;AVAIL_*;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;&lt;BR /&gt;&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;&lt;SPAN style="font-size: 13.3333px;"&gt;AVAIL &lt;/SPAN&gt;into &lt;SPAN style="font-size: 13.3333px;"&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;AVAIL&lt;/SPAN&gt;.qvd;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;Drop table &lt;SPAN style="font-size: 13.3333px;"&gt;AVAIL&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:42:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237394#M874451</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-11-17T09:42:51Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237395#M874452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;it is working fine, but on the next day i should only load which are all the tables are not loaded in the previous day, how can i identify those tables from database?&lt;/P&gt;&lt;P&gt;is there any option to check with directory??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 09:46:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237395#M874452</guid>
      <dc:creator>shanmurugesh</dc:creator>
      <dc:date>2016-11-17T09:46:45Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237396#M874453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes. is possible .&lt;/P&gt;&lt;P&gt;Let me know what is your type (excel,notepad,xml)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 15:37:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237396#M874453</guid>
      <dc:creator>perumal_41</dc:creator>
      <dc:date>2016-11-17T15:37:54Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237397#M874454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please close your thread if your initial question is answered:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://community.qlik.com/docs/DOC-14806"&gt;Qlik Community Tip: Marking Replies as Correct or Helpful&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Marco&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Nov 2016 23:01:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237397#M874454</guid>
      <dc:creator>MarcoWedel</dc:creator>
      <dc:date>2016-11-17T23:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Load data from multiple table which is having common fields</title>
      <link>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237398#M874455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hello Marco Great job really very helpful.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Can u just check this and see if you can help me out ! Badly needs support.&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;A _jive_internal="true" data-containerid="2003" data-containertype="14" data-objectid="1454399" data-objecttype="2" href="https://community.qlik.com/message/1454399#1454399" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #3778c7;"&gt;Compare with Old Data&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 17 Mar 2018 14:00:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Load-data-from-multiple-table-which-is-having-common-fields/m-p/1237398#M874455</guid>
      <dc:creator>sudhir0538</dc:creator>
      <dc:date>2018-03-17T14:00:14Z</dc:date>
    </item>
  </channel>
</rss>

