Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
seb_ma2016
Contributor
Contributor

Set Analysis & Values in Listbox

Hi,

I have a question about the values of the listbox. in my qlikview file I have a table which counts the orders per month und a specific net value.

The net value is set via inputbox and a variable. The counting in the table works fine, but I want to see the orders that were count in a (separate) listbox.

in my example there a three orders in January, but only one that have a net value under 20.

How can I configure my listbox, that it shows only the orders that are counted in the table and are under the set value in the variable?

May be you can help me

thanks,

seb

1 Solution

Accepted Solutions
antoniotiman
Master III
Master III

Hi Seb,

try expression in Listbox

=Aggr(Only({<Net ={"<=$(=varNet)"}>} Order),Order)

Regards,

Antonio

View solution in original post

2 Replies
antoniotiman
Master III
Master III

Hi Seb,

try expression in Listbox

=Aggr(Only({<Net ={"<=$(=varNet)"}>} Order),Order)

Regards,

Antonio

seb_ma2016
Contributor
Contributor
Author

Hi Antonio,

thanks for your replay. That works perfect