Add BL Estimated Date

This commit is contained in:
AzureAD\SylvainDUVERNAY
2026-03-24 15:03:44 +01:00
parent 832a142e87
commit 32148a4a86
4 changed files with 16 additions and 8 deletions

View File

@@ -41,5 +41,6 @@ CREATE OR REPLACE VIEW public.vw_bi_dim_sale_physical_contract AS
WHEN (("strBookName")::text ~~ '%Projection%'::text) THEN 'Yes'::text
ELSE 'No'::text
END AS "Is Projection",
"strIncotermCode" AS "Incoterm Code"
"strIncotermCode" AS "Incoterm Code",
"dtmEstimatedBLDate" AS "Estimated BL Date"
FROM vw_utility_dim_physical_sale_contract dpc;;