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

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

Putting tSalesforceInput out put data row by row into multiple excelfiles

Hi,

 

I want to put each row which i got from tsalesforceInput after querying .. into a separate excel sheet..

Please suggest how to achieve this...PFA..

Labels (3)
15 Replies
Anonymous
Not applicable
Author

i have tried that way but getting error. PFA.


tal11.JPG
tal12.JPG
tal13.JPG
tal14.JPG
tal15.JPG
TRF
Champion II
Champion II

There is a lot of screen captures but not the most interesting one.

Share the tSalesforceInput settings and advanced settings.

Anonymous
Not applicable
Author

TRF
Champion II
Champion II

As your captures are not complete, double-check that the fields in your query correspond exactly with the fields of the schema

Anonymous
Not applicable
Author

Hi,

 

As you said i have tried using iterator and fixedflow...

 

 

Exception in component tFixedFlowInput_1 (ExtractApexClasses)
java.lang.NullPointerException
at local_project.extractapexclasses_0_1.ExtractApexClasses.tSalesforceInput_1Process(ExtractApexClasses.java:3326)
at local_project.extractapexclasses_0_1.ExtractApexClasses.runJobInTOS(ExtractApexClasses.java:4147)
at local_project.extractapexclasses_0_1.ExtractApexClasses.main(ExtractApexClasses.java:3996)
[statistics] disconnected

Job ExtractApexClasses ended at 11:49 19/09/2018. [exit code=1]


tal18.JPG
TRF
Champion II
Champion II

As soon as an input field is you cannot use the corresponding globalMap.get.
Try with globalMap.getOrDefault instead.