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

Announcements
Qlik Connect 2026 Agenda Now Available: Explore Sessions
cancel
Showing results for 
Search instead for 
Did you mean: 
Sunil645454
Partner - Contributor II
Partner - Contributor II

Identify common mobile number

I have mobile numbers and one number can have multiple reference id's so the requirement is when I select one reference id then table should show all reference id with respect to mobile number means mobile number associated with selected reference id. so want to see all reference id with common mobile number after selection of one reference id through filter , example Data:
Load*
Inline [
Reference_ID,Mobile_Number
Ref12345,9999999999
Ref56789,9999999999
Ref98765,8888888888
];

 

so when select Ref12345 in filter then my table should show result Ref56789,9999999999

Labels (1)
2 Replies
rubenmarin

Hi, if you don't want to show your current selection in the table, the expression could be:

Only({<Mobile_Number=P(Mobile_Number), Reference_ID={"*"}-P(Reference_ID)>} Mobile_Number)

To also show the selected Reference_ID it could be:

Only({<Mobile_Number=P(Mobile_Number), Reference_ID=>} Mobile_Number)

ManimekalaiS
Partner - Contributor
Partner - Contributor

Create 1 variable. In that variable predict  GetFieldSelection(RefID) mobile no. In table chart using set analysis pass this variable to mobile no field and get the refid's