commit: 2025-04-09 08:16:27

This commit is contained in:
Paul Trowbridge 2025-04-09 08:16:27 -04:00
parent 84d09c4b83
commit d9513aa891

View File

@ -29,7 +29,7 @@ SELECT
,COALESCE(s.segm,o.glec) segm ,COALESCE(s.segm,o.glec) segm
,og.sortmo omon ,og.sortmo omon
,sg.sortmo smon ,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 ,coalesce(i.futstdus,o.fb_cst_loc_cur * c_rate) cash_cost
FROM FROM
rlarp.osmfs o rlarp.osmfs o