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

Announcements
Qlik and ServiceNow Partner to Bring Trusted Enterprise Context into AI-Powered Workflows. Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Multiple output rows on custom component

Hello
I'm creating a custom component.
this component have 2 outputs rows and I want data to flow through one row at a time (not both the 2 rows).
Can you tell me how I can achieve it ?
Thanks,
Regards
tChangeTest.rar.rar 
Labels (3)
11 Replies
Anonymous
Not applicable
Author

I'm afraid I have not spent much time (if any) looking into this. If I were to start looking into it, I would look at the code for the tMap or tFilterRow components. Both of those demonstrate the sort of functionality that you want. I *think* it might have something to do with the sub component model I mentioned. The tMap has tMapIn and tMapOut components that appear to be used by the tMap. I suspect this has something to do with it.
Sorry I can't be of more help, but I would have to spend several hours looking into this and I do not have the time at the moment. It has raised an interest and I will look into it, but I am on a project at the moment and just don't have the time. Let us know if you find out how this is done.
Good luck
Anonymous
Not applicable
Author

I want to get the same output row management functionality as tESBConsumer.
But trying to reproduce by using the same code doesn't work for me.
tChangeTest.rar_20150721-1844.rar