BookmarkSubscribeRSS Feed
0 Likes
The UI for condition rules authoring in SAS VI Data Object on SAS Viya is limiting.
 
For example, I am unable to achieve this expression below using the SAS VI user interface when defining a condition for a Data Object - I cannot set the parentheses correctly around the OR condition so I am highlighting the problem below in bold:
 
((VAR1='v1') or (VAR2='v2') or (VAR3='v3')) and (VAR4='v4') and (VAR5='v5')