Commit all views
This commit is contained in:
@@ -22,8 +22,8 @@ CREATE OR REPLACE VIEW public.vw_bi_itsa_fct_shipment_fees AS
|
||||
ELSE ("dblPrice" * ("dblSignMultiplier")::numeric)
|
||||
END) AS "Amount",
|
||||
CASE
|
||||
WHEN (upper(("strProduct")::text) = 'MARITIME FREIGHT'::text) THEN "strProduct"
|
||||
WHEN (upper(("strProduct")::text) = 'PROFIT SHARING'::text) THEN "strProduct"
|
||||
WHEN (upper(("strProduct")::text) = 'MARITIME FREIGHT'::text) THEN 'Freight'::character varying
|
||||
WHEN (upper(("strProduct")::text) = 'PROFIT SHARING'::text) THEN 'Profit Sharing'::character varying
|
||||
ELSE 'Other Costs'::character varying
|
||||
END AS "Cost Group"
|
||||
FROM vw_utility_shipment_fees;;
|
||||
|
||||
Reference in New Issue
Block a user