This commit is contained in:
2026-03-29 14:24:01 +08:00
commit 3e0ef9086b
4321 changed files with 3174841 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
role Province
modelPermission: read
tablePermission Dim_Geo =
Dim_Geo[PROVINCE_C]
IN
SELECTCOLUMNS(
FILTER(
dm_td_user_permission_detail,
dm_td_user_permission_detail[user_kcode]=CUSTOMDATA()
&& dm_td_user_permission_detail[role] <> "PI_RMTPMT"
&& dm_td_user_permission_detail[province_name] <> BLANK()
),
"PROVINCE",
dm_td_user_permission_detail[province_name])
annotation PBI_Id = b694ee61c26249ee9f183ce0fb4d3b58