14.03.2014 Views

Scripting Guide - SAS

Scripting Guide - SAS

Scripting Guide - SAS

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Chapter 9 Data Tables 297<br />

Row State Operators<br />

Notice that the first two expressions above replace the row state with just the exclusion or just the unhiding,<br />

so that any preexisting row state characteristics are lost. More commonly you would issue the State<br />

commands for all the characteristics that you want inside a Combine States:<br />

rowstate()=combine states(color state(4), marker state(3), hidden state(1));<br />

// changes the current row to hidden and a green square marker<br />

Another common way to use a -State command would be in a row state data column whose values could<br />

be added to the row state (for cumulative characteristics). This example excludes each odd numbered row.<br />

Colors and Markers<br />

dt

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!