fix: default value for label
Build / Build-and-ng-test (pull_request) Successful in 5m35s
Build / Build-and-test-development (pull_request) Successful in 15m36s
Lighthouse Checks / lighthouse (pull_request) Successful in 21m51s

This commit is contained in:
4gl
2026-07-24 12:53:26 +01:00
parent d881290618
commit a3e46a968e
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -493,7 +493,7 @@ proc sql;
create table work.cols as
select a.NAME
,a.VARNUM
,c.desc as LABEL
,coalesce(c.desc,a.NAME) as LABEL
,a.FMTNAME
,a.DDTYPE
,case b.cls_hide
+1 -1
View File
@@ -364,7 +364,7 @@ run;
proc sql;
create table cols(drop=srclabel) as
select a.*
,coalesce(b.dd_shortdesc,a.srclabel) as label
,coalesce(b.dd_shortdesc,a.srclabel,a.name) as label
from cols1(rename=(label=srclabel)) a
left join &mpelib..mpe_datadictionary
(where=(&dc_dttmtfmt. < tx_to