Similar to my previous post on using ste analysis for calculating sales between dates. I would now like to bring a field into my script to say whether or not that line should be included.
Have tried
IF('[ProductLaunchDate]=<[Shipment Date]>[ProductLaunchDate]+365','Yes','No') as NewLaunchProduct,