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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter a table box based on a key field

I am attaching a quick example similar to what I am trying to do.

I have calls with a CallID.  There may be 1 or many lines for a call. Calls have segments (# order) and categories.

If I filter on a certain category, the chart in the attached example works as expected.  I only see the line with that category.

However, what I want to see is all the lines for call where the category exists on any line.  For example, I have one call that was conferenced.  It is CallId 11111.  If I click "Conference" in the categories, I see that one line from that one call in the "Works" chart as expected.  What I want to do is build a table box that shows all 3 lines for the call.

Is this possible?

Thanks!!!

1 Solution

Accepted Solutions
MK_QSL
MVP
MVP

Create a Straight Table

Dimension

CallID

Category

Expression

=Only({1<CallID = P({1<Category={$(=GetFieldSelections(Category))}>} CallID)>} Segment)

View solution in original post

3 Replies
MK_QSL
MVP
MVP

Create a Straight Table

Dimension

CallID

Category

Expression

=Only({1<CallID = P({1<Category={$(=GetFieldSelections(Category))}>} CallID)>} Segment)

Not applicable
Author

Thank you so much!  Worked perfectly.  I really appreciate it.

MK_QSL
MVP
MVP

Kindly close the thread by selecting appropriate answer.