This commit is contained in:
2026-04-15 10:36:20 +08:00
parent 43527d6c98
commit f1903bf7bb
811 changed files with 46977 additions and 41706 deletions

View File

@@ -36,8 +36,8 @@ table Dim_IsEagle_AIASpecial
"
select
CONCAT(AUDIT_COD, MARKET, DATA_SOURCE) AS IS_EAGLE_FLAG_CODE,
CASE when MARKET = 'AIA ALL Market' and DATA_SOURCE = 'AIA(Monthly)' then ' ' --AIA ALL Market 不用挂eagle flag
WHEN is_eagle IN ('雾针等级医院','消化口服医院') THEN is_eagle
CASE when MARKET = 'ALL Market' and DATA_SOURCE = 'AIA(Monthly)' then ' ' --AIA ALL Market 不用挂eagle flag
WHEN is_eagle is not null THEN is_eagle
else ' ' END AS is_eagle
--is_eagle
FROM
@@ -57,7 +57,7 @@ table Dim_IsEagle_AIASpecial
annotation PBI_NavigationStepName = Navigation
annotation PBI_ResultType = Table
annotation PBI_ResultType = Exception
annotation TabularEditor_TableGroup = 04_DimTable