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

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
darren_dixon
Contributor III
Contributor III

Create a list box from a count/lookup table

Hi,

I have a lookup table with the following data:

PropertyID     Bedrooms

202123          1

202123          1

202123          1

303567          1

303567          1

When I count the bedrooms of these properties I have the following:

202123          3

303567          2

How can I create a list box where the user can select 2 bedrooms from a drop down menu?

Thanks in advance,

Darren

1 Solution

Accepted Solutions
Not applicable

Put an expression in the listbox:

=AGGR(SUM(Bedrooms), PropertyID)

Cheers

View solution in original post

1 Reply
Not applicable

Put an expression in the listbox:

=AGGR(SUM(Bedrooms), PropertyID)

Cheers