jrhessey Member

Comments

  • The fixed function looks pretty sweet. I converted my formula to this CASE WHEN `InventoryDate` = MIN(MIN(`InventoryDate`)) FIXED (BY `PartNum`) THEN `dollarsOnHand` ELSE 0 END But I still don't get an aggregate option to sum the column.