<?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 Wildcard in Table Name in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411040#M1164881</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have had a look around and couldnt find any answers to this question (and I have never used QV to pull from databases before) so sorry if this is already covered somewhere.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to pull call history data out of a contact centre dialling program.&amp;nbsp; It saves the call history in a table for each day, so to look at a lot of history I need to upload many tables.&amp;nbsp; &lt;/P&gt;&lt;P&gt;eg.&amp;nbsp; table names are call_history010512 and call_history010612 etc.&amp;nbsp; I have over a year of data, so I dont really want to go through and select them individually if I can avoid it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to use a wildcard in a table name in order to upload the same fields from all tables?&amp;nbsp; &lt;/P&gt;&lt;P&gt;eg.&amp;nbsp; If I try "call_history*"&amp;nbsp; it comes back saying that the specified table (call_history) is not in the database.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice you can give me.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Sep 2012 02:20:47 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-09-17T02:20:47Z</dc:date>
    <item>
      <title>Wildcard in Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411040#M1164881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have had a look around and couldnt find any answers to this question (and I have never used QV to pull from databases before) so sorry if this is already covered somewhere.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to pull call history data out of a contact centre dialling program.&amp;nbsp; It saves the call history in a table for each day, so to look at a lot of history I need to upload many tables.&amp;nbsp; &lt;/P&gt;&lt;P&gt;eg.&amp;nbsp; table names are call_history010512 and call_history010612 etc.&amp;nbsp; I have over a year of data, so I dont really want to go through and select them individually if I can avoid it.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible to use a wildcard in a table name in order to upload the same fields from all tables?&amp;nbsp; &lt;/P&gt;&lt;P&gt;eg.&amp;nbsp; If I try "call_history*"&amp;nbsp; it comes back saying that the specified table (call_history) is not in the database.&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any advice you can give me.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 02:20:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411040#M1164881</guid>
      <dc:creator />
      <dc:date>2012-09-17T02:20:47Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411041#M1164882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai Any one can explain what is this problem while doing qlikview 11 instalation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="21932" class="jive-image-thumbnail jive-image" onclick="" alt="1.bmp" src="https://community.qlik.com/legacyfs/online/21932_1.bmp" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 04:19:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411041#M1164882</guid>
      <dc:creator />
      <dc:date>2012-09-17T04:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411042#M1164883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My advice would be load the list of table which start with "call_history" (in oracle select * from all_tables where table_name like 'CALL_HISTORY%') into qlikview.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Run a loop in this table to into the master table. Sample code goes like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_13478600246331176" jivemacro_uid="_13478600246331176"&gt;&lt;P&gt;TableNames:&lt;/P&gt;&lt;P&gt;SQL SELECT TABLE_NAME as tables from ....;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a = 0 to NoOfRows('TableNames')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vtableName = Peek('tables',$(a),'TableNames');&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CallHistory:&lt;/P&gt;&lt;P&gt;SQL Select * from $(vtableName);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 05:33:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411042#M1164883</guid>
      <dc:creator />
      <dc:date>2012-09-17T05:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Wildcard in Table Name</title>
      <link>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411043#M1164884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Kiran, That suggestion worked perfectly.&amp;nbsp; I appreciate you taking the time to help out.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Sep 2012 23:25:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Wildcard-in-Table-Name/m-p/411043#M1164884</guid>
      <dc:creator />
      <dc:date>2012-09-17T23:25:24Z</dc:date>
    </item>
  </channel>
</rss>

