<?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: Select * in Salesforce in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877714#M1231440</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ur reference,i'm successfully load the data with the above syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 May 2015 10:03:16 GMT</pubDate>
    <dc:creator>buzzy996</dc:creator>
    <dc:date>2015-05-18T10:03:16Z</dc:date>
    <item>
      <title>Select * in Salesforce</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877710#M1231429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As we all know if we are connecting through SalesForce DB then we can not use &lt;STRONG style="font-size: 12pt;"&gt;"Select *"&lt;/STRONG&gt; statement in the script.&lt;/P&gt;&lt;P&gt;I did some search and found by using SalesForceDLL.dll we can use "Select *" in the our application.&lt;/P&gt;&lt;P&gt;I have that .ddl file but dont know how to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please let me step by step how to use this .dll file to use "Select *" in my application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 21:26:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877710#M1231429</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2026-01-26T21:26:37Z</dc:date>
    </item>
    <item>
      <title>Re: Select * in Salesforce</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877711#M1231431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try tis way,&lt;/P&gt;&lt;P&gt;select &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;SalesForceDLL.dll from database&amp;nbsp; dropdown from DATA tab and click connect--key in ur username&amp;amp;password--test connection,then so..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CUSTOM CONNECT TO XXXXXXXX-----will create.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeyTable:&lt;/P&gt;&lt;P&gt;SystemModstamp as Key1,&lt;/P&gt;&lt;P&gt;CreatedById,&lt;/P&gt;&lt;P&gt;CreatedDate,&lt;/P&gt;&lt;P&gt;Id,&lt;/P&gt;&lt;P&gt;IsDeleted,&lt;/P&gt;&lt;P&gt;LastActivityDate,&lt;/P&gt;&lt;P&gt;LastModifiedById,&lt;/P&gt;&lt;P&gt;LastModifiedDate,&lt;/P&gt;&lt;P&gt;LastReferencedDate,&lt;/P&gt;&lt;P&gt;LastViewedDate,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;SystemModstamp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;CreatedById,&lt;/P&gt;&lt;P&gt;CreatedDate,&lt;/P&gt;&lt;P&gt;Id,&lt;/P&gt;&lt;P&gt;IsDeleted,&lt;/P&gt;&lt;P&gt;LastActivityDate,&lt;/P&gt;&lt;P&gt;LastModifiedById,&lt;/P&gt;&lt;P&gt;LastModifiedDate,&lt;/P&gt;&lt;P&gt;LastReferencedDate,&lt;/P&gt;&lt;P&gt;LastViewedDate,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;SystemModstamp&lt;/P&gt;&lt;P&gt;FROM XXXXXXX;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will work &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 08:58:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877711#M1231431</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-18T08:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select * in Salesforce</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877712#M1231435</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shiva,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am able to connect with SalesForce. but the problem is, if I use "select *" its throwing error message.&lt;/P&gt;&lt;P&gt;As per your script following "Load * " is not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KeyTable:&lt;/P&gt;&lt;P&gt;Load *;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQL SELECT &lt;/P&gt;&lt;P&gt;CreatedById,&lt;/P&gt;&lt;P&gt;CreatedDate,&lt;/P&gt;&lt;P&gt;Id,&lt;/P&gt;&lt;P&gt;IsDeleted,&lt;/P&gt;&lt;P&gt;LastActivityDate,&lt;/P&gt;&lt;P&gt;LastModifiedById,&lt;/P&gt;&lt;P&gt;LastModifiedDate,&lt;/P&gt;&lt;P&gt;LastReferencedDate,&lt;/P&gt;&lt;P&gt;LastViewedDate,&lt;/P&gt;&lt;P&gt;Name,&lt;/P&gt;&lt;P&gt;SystemModstamp&lt;/P&gt;&lt;P&gt;FROM XXXXXXX;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:06:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877712#M1231435</guid>
      <dc:creator>soha1902</dc:creator>
      <dc:date>2015-05-18T09:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: Select * in Salesforce</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877713#M1231437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think latest connector will support, and few restrictions aswell.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PFA,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"The “SELECT *” statement can be added manually in the SOQL Query text box to select all fields in the table. The SOQL query language does not support the “SELECT *” statement, but the Salesforce Connector has been enhanced to recognize that syntax. Only asterisks (*) and simple field names can be used in the SELECT statement. Qualified field names, such as “Contact.FirstName,” are not permitted. The “SELECT *” statement can only be used when Bulk is selected."&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 09:58:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877713#M1231437</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-18T09:58:43Z</dc:date>
    </item>
    <item>
      <title>Re: Select * in Salesforce</title>
      <link>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877714#M1231440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;for ur reference,i'm successfully load the data with the above syntax.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 May 2015 10:03:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Select-in-Salesforce/m-p/877714#M1231440</guid>
      <dc:creator>buzzy996</dc:creator>
      <dc:date>2015-05-18T10:03:16Z</dc:date>
    </item>
  </channel>
</rss>

