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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
francesctesi
Contributor III
Contributor III

Show table with different concatenated filters

Hi everyone. I apologise if the title of the question is wrong, but I was not sure how to describe the problem!

I've a table with two dimensions: Patient e Result

Initial TableInitial Table

 I would like to be able to filter the two dimensions on the table to see only the following records:

  • John with result A
  • Mark with result B (not showing the first line)

This is the final result that i want:Final resultFinal result

 Indeed, when using ordinary filters, the first row is always displayed in the results.

 

Labels (4)
1 Solution

Accepted Solutions
Or
MVP
MVP

Create a concatenated field of Patient and Result, and filter on that field. This is usually best done in script - PATIENT & ' ' & RESULT as [Patient Result] - but you can also do it as a calculated dimension on the front end.

View solution in original post

3 Replies
Or
MVP
MVP

Create a concatenated field of Patient and Result, and filter on that field. This is usually best done in script - PATIENT & ' ' & RESULT as [Patient Result] - but you can also do it as a calculated dimension on the front end.

francesctesi
Contributor III
Contributor III
Author

But if I have many dimensions and this concatenation I want to do in several cases, wouldn't the script be too complex to define single each case?

marcus_sommer

I think there won't be many possibilities to restrict views to such OR linking between independent fields. The suggested concatenation is probably the simplest way of providing it.

Normally should such a use-case rather be an exception for a special view and not the general method to select the wanted data. Within any BI tool is usually rather the opposite approach intended - and the pattern of similar data are evaluated.