|
Still not sure why I got the error, but I added the WhoEdited custom
property to the table viewer instead of the model and did not have the
problem anymore.
- Paul
>I am struggling with the implementation, though. I get the error message:
>
>ERROR: [Line 60] Unknown attribute WhoEdited for
>SASHELP.CLASSES.SASDATASET_C.CLASS.
>ERROR: [Line 61] Unknown attribute WhoEdited for
>SASHELP.CLASSES.SASDATASET_C.CLASS.
>ERROR: Compile error(s) detected. No code generated.
>
>
>This is even after I added the attribute WhoEdited to the data model.
>
>60 if upcase(_self_.WhoEdited) = 'EDITOR' then do;
>61 _self_.WhoEdited = ' ';
> end;
> else do;
> _self_._setColumnText( RunColName, RunValue );
> end;
|