<?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 Create list boxes with the list of Tables and associated fields in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143761#M716382</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sqltables does not work...&lt;/P&gt;&lt;P&gt;As I am really nowhere in QlikView or sql programming, may be you can further help me...&lt;/P&gt;&lt;P&gt;I do have the following script:&lt;/P&gt;&lt;P&gt;CUSTOMCONNECT TO Database, username and password&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;$Table&lt;/P&gt;&lt;P&gt;$Field&lt;/P&gt;&lt;P&gt;FROM ???&lt;/P&gt;&lt;P&gt;What shall the xact script look like ??? Thanks for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 08 May 2009 22:45:25 GMT</pubDate>
    <dc:creator />
    <dc:date>2009-05-08T22:45:25Z</dc:date>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143758#M716379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am connecting to a SalesForce DB. Done.&lt;/P&gt;&lt;P&gt;Now, I want to load all fields from all tables:&lt;/P&gt;&lt;P&gt;What is the script that I need to use ?&lt;/P&gt;&lt;P&gt;After that, I want to create two list boxes showing the Tables (1) and the Fields (2) so I can expose which field is associated to which Table.&lt;/P&gt;&lt;P&gt;Who can help me doing that ?&lt;/P&gt;&lt;P&gt;Thanks in advance !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 21:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143758#M716379</guid>
      <dc:creator />
      <dc:date>2009-05-08T21:59:30Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143759#M716380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the standard database, you would use commands SQLTABLES and SQLCOLUMNS. Try them - I'm not sure Salesforce.com connector supports those commands.&lt;/P&gt;&lt;P&gt;if you don't mind sharing - it would be extremely interesting to see &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 22:07:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143759#M716380</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-08T22:07:04Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143760#M716381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The answer to your first question about what to load from the database, depends on the specific requirements. You certainly don't want load everything...&lt;/P&gt;&lt;P&gt;The second question is easy. When you select fields to show on the sheet, check "Show System Fields", and select $Table and $Field. You'll get exactly these list boxes.&lt;BR /&gt;In addition, you can create System Table - it is available from the "New Sheet Object" menu, the last one. And use the table viewer - CTRL+T.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 22:14:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143760#M716381</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-08T22:14:00Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143761#M716382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sqltables does not work...&lt;/P&gt;&lt;P&gt;As I am really nowhere in QlikView or sql programming, may be you can further help me...&lt;/P&gt;&lt;P&gt;I do have the following script:&lt;/P&gt;&lt;P&gt;CUSTOMCONNECT TO Database, username and password&lt;/P&gt;&lt;P&gt;SELECT&lt;/P&gt;&lt;P&gt;$Table&lt;/P&gt;&lt;P&gt;$Field&lt;/P&gt;&lt;P&gt;FROM ???&lt;/P&gt;&lt;P&gt;What shall the xact script look like ??? Thanks for your help !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 22:45:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143761#M716382</guid>
      <dc:creator />
      <dc:date>2009-05-08T22:45:25Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143762#M716383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;BR /&gt;It's a different question. To read a database table from the database, you use&lt;BR /&gt;SQL SELECT&lt;BR /&gt; &amp;lt;your database fields here, comma separated&amp;gt;&lt;BR /&gt;FROM &amp;lt;a table&amp;gt;&lt;BR /&gt;But first of all you need some basic training. You can't create a load script without at least some initial knowledge of SQL. Try using wizard - see "Select" button belo "Connect" in the "Edit Script" window.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 22:53:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143762#M716383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-08T22:53:20Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143763#M716384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Tanks, I'll do basic training. I promise !&lt;/P&gt;&lt;P&gt;But i would really appreciate if you can help me... So let's do it this way:&lt;/P&gt;&lt;P&gt;First line connect me to the Salesforce db, it works. My problem is that I'd lihe two list boxes with the fields contained in each table so I can identify which ones I need.&lt;/P&gt;&lt;P&gt;When I SELECT in the load section of the script, I can view one list on the left with the tables contained in my db and if I click on one table, the list of fields of that table.&lt;/P&gt;&lt;P&gt;Now, to reproduce that in QlikView, How do I do ?&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;CUSTOMECONNECT TO XXXXX&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SQL SELECT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;$Fields&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FROM $table&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;??? (thanks a lot for your help !)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 22:59:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143763#M716384</guid>
      <dc:creator />
      <dc:date>2009-05-08T22:59:11Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143764#M716385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jeff,&lt;/P&gt;&lt;P&gt;Salesforce.com is a "different animal"... we all depend on what features do they support with their connector...&lt;/P&gt;&lt;P&gt;Maybe you can get started with pulling some basic data from specific tables, and not try to build a metadata application right away/&lt;/P&gt;&lt;P&gt;I believe you should be able to use "Select" wizard once you connect to the database - you will see all the tables and fields there.&lt;/P&gt;&lt;P&gt;I honestly don't know how to pull the list of tables and fields from Salesforce.com.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did anybody out there ever pulled the full list of tables and fields from Salesforce.com ? Please respond!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 23:17:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143764#M716385</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-08T23:17:11Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143765#M716386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Oleg. In fact, I do not think this is linked to SalesForce.&lt;/P&gt;&lt;P&gt;I would find it logical, when you create a new application, by starting to load the 'tables titles' and related 'fields tables' to get familiar with the DB, without looking at the value !&lt;/P&gt;&lt;P&gt;Let's wait if anyone can answer this.&lt;/P&gt;&lt;P&gt;Cheers !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 23:27:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143765#M716386</guid>
      <dc:creator />
      <dc:date>2009-05-08T23:27:13Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143766#M716387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe there's a QV file for Salesforce that might be give you some direction.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Eraaj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 23:33:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143766#M716387</guid>
      <dc:creator />
      <dc:date>2009-05-08T23:33:35Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143767#M716388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is application "QlikView for SalesForce" on &lt;A href="http://demo.qlik.com/"&gt;http://demo.qlik.com/&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 08 May 2009 23:37:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143767#M716388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2009-05-08T23:37:32Z</dc:date>
    </item>
    <item>
      <title>Create list boxes with the list of Tables and associated fields</title>
      <link>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143768#M716389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE class="jive_text_macro jive_macro_quote" jivemacro="quote"&gt;&lt;BR /&gt;jeffrobertz wrote:I would find it logical, when you create a new application, by starting to load the 'tables titles' and related 'fields tables' to get familiar with the DB, without looking at the value !&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;P&gt;Jeff, this sounds very logical, and there are some tools for that:&lt;/P&gt;&lt;P&gt;1. "Select" wizard provides that functionality and is working well for small databases.&lt;/P&gt;&lt;P&gt;2. Most databases and their ODBC drivers support standard sql commands:&lt;/P&gt;&lt;P&gt;SQLTABLES;&lt;/P&gt;&lt;P&gt;SQLCOLUMNS;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I must say - in real life we are often connecting to huge ERP systems like SAP and JDE - they have so many tables and fields that it is not practical to learn their structures by browsing their tables... You need to know or ask someone who knows, to identify the dozen or so tables that you actually need.&lt;/P&gt;&lt;P&gt;I hope it makes sense...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Oleg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 May 2009 00:26:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Create-list-boxes-with-the-list-of-Tables-and-associated-fields/m-p/143768#M716389</guid>
      <dc:creator>Oleg_Troyansky</dc:creator>
      <dc:date>2009-05-09T00:26:16Z</dc:date>
    </item>
  </channel>
</rss>

