Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
gidon500
Creator II
Creator II

Auto selected dates

Hi guys

i have a rquest that i could not fulfil

enclosed is qvw file  with sales and date

the customers to select only one date from the list box

and get  all data from the min date , to the selected date .

can we make it

thanks

gidon

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Make Straight Table and Put DOCDATE as dimension and

Sum({<DOCDATE = {"<=$(=Date(max(DOCDATE)))"}>}AMOUNT)

As expression.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Make Straight Table and Put DOCDATE as dimension and

Sum({<DOCDATE = {"<=$(=Date(max(DOCDATE)))"}>}AMOUNT)

As expression.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
vinieme12
Champion III
Champion III

i Think this is enough as we'll be comparing with value from same field

Sum({<DOCDATE = {"<=$(=max(DOCDATE))"}>}AMOUNT)

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

Its because the date format matters in set analysis.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
gidon500
Creator II
Creator II
Author

thanks

gidon

vinieme12
Champion III
Champion III

Works in the above case

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.