From d9513aa89181d219c8b4488e5b0428fa44769548 Mon Sep 17 00:00:00 2001 From: Paul Trowbridge Date: Wed, 9 Apr 2025 08:16:27 -0400 Subject: [PATCH] commit: 2025-04-09 08:16:27 --- inquirey/osmfs.pg.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inquirey/osmfs.pg.sql b/inquirey/osmfs.pg.sql index 73a8fee..6ae2012 100644 --- a/inquirey/osmfs.pg.sql +++ b/inquirey/osmfs.pg.sql @@ -29,7 +29,7 @@ SELECT ,COALESCE(s.segm,o.glec) segm ,og.sortmo omon ,sg.sortmo smon - ,COALESCE(f.flag,'Not Forecasted') price_flag + ,COALESCE(f.flag,CASE WHEN o.shipgrp = 'TARGET STORES' THEN 'RETAIL' ELSE 'YoY' END) price_flag ,coalesce(i.futstdus,o.fb_cst_loc_cur * c_rate) cash_cost FROM rlarp.osmfs o