BookmarkSubscribeRSS Feed
vietlinh12hoa
Obsidian | Level 7

 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.

3 REPLIES 3
Sam_SAS
SAS Employee

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

WarrenKuhfeld
Rhodochrosite | Level 12

level = min(_n_, 3);

vietlinh12hoa
Obsidian | Level 7
Thanks it seems a quick solution. but it only for numeric, right? In case the level is character maybe if else it's still needed.

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Tips for filtering data sources in SAS Visual Analytics

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.

Discussion stats
  • 3 replies
  • 640 views
  • 2 likes
  • 3 in conversation