and I have a list where I can choose the years. So I'm trying to apply the following filter: If InativeAt IS NOT NULL AND YEAR of InativeAt is lesser than SELECTED YEAR Set TotalSales as 0
This must not show the real value of TotalSales when the year selected is greater than the year of inativation of the store.
I try to apply the statement on property of the table later column but I haven't sucessfully result, someone could help me with this?