Forum Discussion

rpinxt's avatar
rpinxt
Icon for Solution Sage rankSolution Sage
2 years ago

Flag for the correct date bracket

I have this (filtered) visual :

 

because of DateofManufacture it should show the 2nd line (4/20/2023 - 4/19/2028).

So I am trying to come up with some sort of flag to filter on so only the last line will show.

 

Be aware this is now filtered on 1 delivery, because for this delivery there are 2 lines.

Not all have this.

Was thinking something like when DateofManufacture <= ManufacturingToDate then 1 else 0.

 

But the result was both 0 so something was not correct.

2 Replies