BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
mmagnuson
Quartz | Level 8

Currently I have this code

 

compute Eligible;

if Eligible = "YES" then call define(_row_,"style","style={background=yellow}");

else if LEE in ("A" "B" "C" "D") call define(_row_,"style","style={background=orange{");

else call define{background=lightgreen}");

endcomp;

run;

 

however, when LEE = A, B, C, or D it does not pick it up for some strange reason. Instead I want to try to get around this problem by making it say "has value" instead of looking for a specific value but when I put "if LEE has value then" it errors.

Is there a way to do this?

1 ACCEPTED SOLUTION

Accepted Solutions
ballardw
Super User

Start with this:

 

={background=orange{");

 

mismatch should be }

View solution in original post

2 REPLIES 2
ballardw
Super User

Start with this:

 

={background=orange{");

 

mismatch should be }

mmagnuson
Quartz | Level 8

Thanks for your help! I actually ended up figuring it out somehow on my own just before seeing this.

sas-innovate-2026-white.png



April 27 – 30 | Gaylord Texan | Grapevine, Texas

Registration is open

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!

Register now

Creating Custom Steps in SAS Studio

Check out this tutorial series to learn how to build your own steps in SAS Studio.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 2 replies
  • 1374 views
  • 0 likes
  • 2 in conversation