0415
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user