Skip to main content
Announcements
Join us at Qlik Connect for 3 magical days of learning, networking,and inspiration! REGISTER TODAY and save!
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Listbox that shows all the sales of a client depending on registered date

Hello,

I have a doubt and i hope that you can help me.

I have been asked if it possible to have a listbox that depending on the date it will show all the sales for the clients that were registered or dropped that date.

the registered and dropped date is shown in two fields, where when it is 1 it shows when it was registered or dropped.

I would like to have a listbox that it does what i described above, selecting a date it will show me all the clients sales for all months if the clients was dropped or registered.

i attached you a qwd with some of my data.

hoping you can help me.

thank you

1 Reply
tresesco
MVP
MVP

Try list box expression something like:

=Aggr(Sum({<Registration={1}>+<Drop={1}>}Sales),Date,CLIENT)