Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to use tHashOutput twice

I am storing the Salesforce Ids into a tHashOutput after an inserting.

 

I use the tHashOutput later when inserting Contacts into Salesforce.

 

Then I want to use the same tHashOutput when I am inserting Opportunities into Salesforce, but I cannot connect the tHashOutput to the tMap.

 

How can I use the tHashOutput twice?

Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

tHashOuputs are for loading data into memory. To retrieve the data you need to use a tHashInput. The schemas must be the same (between the output and the input) and you will need to set the "Component list" drop down in the tHashInput to be the name of the tHashOutput that you want to refer to.

View solution in original post

1 Reply
Anonymous
Not applicable
Author

tHashOuputs are for loading data into memory. To retrieve the data you need to use a tHashInput. The schemas must be the same (between the output and the input) and you will need to set the "Component list" drop down in the tHashInput to be the name of the tHashOutput that you want to refer to.