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: 
Anonymous
Not applicable

[resolved] Component list problem

hi,
i'm extending JDBC connection with a new parameter for pervasice Connection, but the attribute Component list of an JDBCinput still empty when I try to "trigger" with mine.
What's wrong ? and where I have put information !?
Edit : I think there's a relation with :
boolean useExistingConn = ElementParameterParser.getValue(node,"__USE_EXISTING_CONNECTION__").equals("true");

!!
regards
laurent
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

come back 0683p000009MACn.png
I also have to re-write a new tPervasiveInput component and change JDBC filter parameter !?
 <PARAMETER
NAME="CONNECTION"
FIELD="COMPONENT_LIST"
FILTER="tJDBCConnection"
// to FILTER="tPervasiveConnection"
NUM_ROW="10"
SHOW_IF="USE_EXISTING_CONNECTION == 'true'"
/>

++
... and that 's the way !! 0683p000009MACn.png

View solution in original post

1 Reply
Anonymous
Not applicable
Author

come back 0683p000009MACn.png
I also have to re-write a new tPervasiveInput component and change JDBC filter parameter !?
 <PARAMETER
NAME="CONNECTION"
FIELD="COMPONENT_LIST"
FILTER="tJDBCConnection"
// to FILTER="tPervasiveConnection"
NUM_ROW="10"
SHOW_IF="USE_EXISTING_CONNECTION == 'true'"
/>

++
... and that 's the way !! 0683p000009MACn.png