<?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: Tables names are not consistent in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321601#M409462</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure is same, except that for PostgreSQL you need different syntax and you have to refer the link mentioned in the document &lt;A href="https://community.qlik.com/docs/DOC-3863"&gt;Load all tables in database dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163070_Capture.JPG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 May 2017 01:51:03 GMT</pubDate>
    <dc:creator>Siva_Sankar</dc:creator>
    <dc:date>2017-05-12T01:51:03Z</dc:date>
    <item>
      <title>Tables names are not consistent</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321598#M409459</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;How do I handle tables names if its not consistent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Ex:&lt;/P&gt;&lt;P&gt;New tables getting generated daily basis with some random Table Name.&lt;/P&gt;&lt;P&gt;How do I handle it in Qlikview.&lt;/P&gt;&lt;P&gt;If its same table name with different months Probably I can append it using variable like +1 to it to get the next month data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas or suggestions are appreciated?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohan...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 May 2017 19:29:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321598#M409459</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2017-05-10T19:29:44Z</dc:date>
    </item>
    <item>
      <title>Re: Tables names are not consistent</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321599#M409460</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Mohanraj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer these documents &lt;A href="https://community.qlik.com/docs/DOC-14663"&gt;Dynamically Loading Multiple Excel Files&lt;/A&gt; and &lt;A href="https://community.qlik.com/docs/DOC-8905"&gt;Load all Excel files and all sheets in a folder&lt;/A&gt; or &lt;A href="https://community.qlik.com/docs/DOC-3863"&gt;Load all tables in database dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 01:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321599#M409460</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-05-11T01:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Tables names are not consistent</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321600#M409461</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Siva ,&lt;/P&gt;&lt;P&gt;Thanks for the Quick response.&lt;/P&gt;&lt;P&gt;The above link helped. But I am trying to bring all the tables listed from particular schema in PostgreSQL .&lt;/P&gt;&lt;P&gt;And apply the script to append one by one .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT DISTINCT "TABLE_NAME"&lt;/P&gt;&lt;P&gt;FROM "INFORMATION_SCHEMA".COLUMNS; (This is for &lt;STRONG style="color: #3d3d3d; background-color: #f2f2f2; font-family: Helvetica;"&gt;MS SQL Server database)&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica; background-color: #f2f2f2;"&gt;I am trying to get the same script work for PostgreSQL.I Even tried \dt to get all the tables list for PostgreSQL but it did not work.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica; background-color: #f2f2f2;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: Helvetica; background-color: #f2f2f2;"&gt;Mohan&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 May 2017 23:36:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321600#M409461</guid>
      <dc:creator>mohanrajsubrama</dc:creator>
      <dc:date>2017-05-11T23:36:33Z</dc:date>
    </item>
    <item>
      <title>Re: Tables names are not consistent</title>
      <link>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321601#M409462</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The procedure is same, except that for PostgreSQL you need different syntax and you have to refer the link mentioned in the document &lt;A href="https://community.qlik.com/docs/DOC-3863"&gt;Load all tables in database dynamically&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Capture.JPG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/163070_Capture.JPG" style="height: 159px; width: 620px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 May 2017 01:51:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Tables-names-are-not-consistent/m-p/1321601#M409462</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2017-05-12T01:51:03Z</dc:date>
    </item>
  </channel>
</rss>

