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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
mani1304
Creator
Creator

Records getting combine in salesforce output

Hi there,

I am using tsalesforceinput component in query mode and want to fetch records using the below query.

SELECT CreatedDate, LastModifiedDate, Id, FirstName, LastName, Contact_Type__c, Phone, Fax, Email,

MobilePhone, Pref_Comm_Method__c, Phone_Ext__c, OtherPhone, Primary_Specialty__c, Secondary_Specialty__c, Status__c, Department,AccountId,(SELECT Name from Contact_Addresses__r) FROM Contact

But the problem is that output for some records which have multiple records for the same id are combining in one records having semicolon.

for example, if for Id 100, inner query has 4 records, then all are getting merge into one records like 100|a;b;c;d, but I wantit to be in 4 records like 100|a, 100|b, 100|c, 100|d

Here pipe is the delimiter

Please suggest how to achieve it.

Labels (3)
0 Replies