Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mskusace
Creator
Creator

Searchable Field Data Load Editor Pick Match Delimited by Comma

I have 2 tables that are associated with the ID column. One table has project data and the other table has the users associated with the project. Each project has a status which indicates who has current ownership of the project. I would like a way to show in the table everyone in a certain role associated with the project based on the status. There can be multiple people in the same role, so I would need multiple people to show in one field delimited by a comma. I would like the field to be searchable. I created a Pick Match measure in the table to get the names delimited by commas, but it was not searchable (thanks to Shubham_singh for the solution!). I was told to use the data load editor, but I am not sure how to implement Pick Match in there.

Table 1

IDProjectDate StartedStatus
1Project12019-03-15Initiated
2Project22018-08-23Reviewed
3Project32019-02-01Final

 

Table 2

IDUser RoleUserE-mail
1AdminUser1user1@user1.com
1Project ManagerUser2user2@user2.com
1AnalystUser3user3@user3.com
1AnalystUser5user5@user5.com
2Project ManagerUser2user2@user2.com
2AnalystUser4user4@user4.com
3Project ManagerUser6user6@user6.com
3AnalystUser3user3@user3.com
3AdminUser7user7@user7.com

 

Desired Result

IDProjectDate StartedStatusUserE-mail
1Project12019-03-15InitiatedUser3, User5user3@user3.com, user5@user5.com
2Project22018-08-23Reviewed(Missing)(Missing)
3Project32019-02-01FinalUser6user6@user6.com

 

Logic

If Status = Initiated, show Analyst
If Status = Reviewed, show Admin
If Status = Final, show Project Manager

 

If Status = Initiated and there is no Analyst associated with the project, fill in the field with "(Missing)". This is an error catch for me.

Any guidance would be greatly appreciated.

0 Replies