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);
April 27 – 30 | Gaylord Texan | Grapevine, Texas
Walk in ready to learn. Walk out ready to deliver. This is the data and AI conference you can't afford to miss.
Register now and lock in 2025 pricing—just $495!
Still thinking about your presentation idea? The submission deadline has been extended to Friday, Nov. 14, at 11:59 p.m. ET.
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.