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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
pauldamen
Partner - Creator II
Partner - Creator II

Show all names around current selection

All,

I have a sheet where information provided is per employee. The employee is selected in a listbox.

On the tab I also have a table where I want to show a benchmark of all team members of the team where the selected employee is in, with some figures.

How do I show the numbers for all the teammembers belonging to the team the selected teammember is in even though 1 employee is selected?

Regards, Paul

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

your expression should look like this

sum({<employee=,Team=p(Team)>}X)

this way in the expression you disregard the selection in the employee field

but you select to display only teams that are in the current selection set of data

View solution in original post

3 Replies
sunny_talwar

May be this in the set analysis:

{<Employee, Team = p(Team)>}

lironbaram
Partner - Master III
Partner - Master III

your expression should look like this

sum({<employee=,Team=p(Team)>}X)

this way in the expression you disregard the selection in the employee field

but you select to display only teams that are in the current selection set of data

pauldamen
Partner - Creator II
Partner - Creator II
Author

Thanks for the quick explanation, works like a charm