I would like to add a dummies categories column "Level" (1,2,3) just for filtering purpose. What I have in mind is:
If _n_ = 1 then Level = 1
else (if _n_ = 2 then Level =2
else Level = 3)
The first row is Level 1, second row is Level 2, the rest of table is assigned to Level 3. But it seems the syntax in Viya is different with SAS EG.
Are you are talking about a dummy column to use as selector labels in a report prompt (button bar, etc)?
If you are creating the column within VA, one way is to create a custom category with three value groups, then just put some arbitrary values in each group.
Sam
level = min(_n_, 3);
Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!
See how to use one filter for multiple data sources by mapping your data from SAS’ Alexandria McCall.
Find more tutorials on the SAS Users YouTube channel.