Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I got two tables.
Item:
Sales:
If the date in the report is set to 04/10/22
then the table should show
If the date in the report is set to 04/08/22
If the date in the report is set to 03/07/22
then the table should show no data.
So the expression should look at the Sales table and find if there is any row for a particular item with a sales date less or equal to the date, then it should show the data.
Thanks
First:
left join Sales Item on Item.
Second:
Create a canonical date: https://community.qlik.com/t5/Design/Canonical-Date/ba-p/1463578
Third:
create a table with this expression:
Sum({<[Sales date] = {"<=$(=Date)"}>}Qty)