Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Get data into Salesforce from Qlikview

Hi,

I want to load data into Salesforce from Qlikview. Is these any way for this connection?

As per my research "Qlikview SalesForce Connector" load data from SalesForce CRM directly into Qlik’s in-memory data model.

Thanks,

Dhaval

2 Replies
Anonymous
Not applicable
Author

I am using:

http://market.qlik.com/salesforce-connector.html

Once installed you will see it appear on the "database connect" options in the "edit script" page as shown below:

1.png

     When you hit the connect or select button simply fill in your authentication details:

2.png

A window should then appear allowing you to select objects and fields:

3.png

This will then insert the required code into your script window eg:

          SELECT LastName,

                      FirstName,

                      Salutation,

                      Phone

          FROM Account;

Good luck!

awqvuserneo
Creator
Creator

Hi Dhaval,

It's been over a month since you posted this question. Does Phillip's respond help you from getting data into SalesForce? If it does, would you mind marking it as correct answer? It would help others who's looking for similar info.

I may also add, you need to have the right privilege of the SalesForce credentials to connect to and to pull those tables (This needs to be setup on SalesForce side, perhaps by SalesForce Admin within your firm).

Best regards,

Anton