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

Announcements
ALERT: QlikView server communication interruptions following Microsoft Windows Domain Controller security updates
cancel
Showing results for 
Search instead for 
Did you mean: 
parul_mehta
Partner - Creator
Partner - Creator

Alternate States

I have the below set of data

   

Parent ComponentChild Component
N366499444793-00
N36649930301914-01
N146358444793-00
N14635830301914-01
N14635830301910-00UM
N147481444793-00
N14748130301914-01
N14748130301910-00UM

I have created two list boxes - Parent Component / Child Component

When I select parent component  N366499N146358 , the intersection values should show in the child component box  ( 444793-00 / 30301914-01 )

Please provide inputs

Labels (1)
1 Reply
Anil_Babu_Samineni

Can you do this, May be?

Sample:

LOAD [Parent Component],

     [Child Component]

FROM

[https://community.qlik.com/message/1271301]

(html, codepage is 1252, embedded labels, table is @1);

LOAD [Parent Component], Concat('(' & [Child Component] & ')','/') as Red Resident Sample Group By [Parent Component];

Capture.PNG

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful