15.08.2013 Views

Ektron CMS200/300 User Manual

Ektron CMS200/300 User Manual

Ektron CMS200/300 User Manual

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.

Using the Data Designer<br />

that your system administrator can customize the list, so it may not<br />

match what is below.<br />

Example Field Text Example Field Formula Description<br />

Add two numbers {X} + {Y} Add the value in the first field (X) to<br />

the value in the second field (Y).<br />

Subtract two numbers {X} - {Y} Subtract the value in the second field<br />

(Y) from the value in the first field (X).<br />

Multiply two numbers {X} * {Y} Multiply the value in the first field (X)<br />

by the value in the second field (Y).<br />

Divide two numbers format-number( {X} div {Y}<br />

,'0.###')<br />

Format as a percentage format-number({X} div {Y}<br />

,'#0%')<br />

Divide the value in the first field (X) by<br />

the value in the second field (Y).<br />

Determine what percentage one<br />

number (X) is of another (Y).<br />

For example, if {X}=10 and {Y}=100,<br />

the result of the calculation is 10%.<br />

Absolute value of a number {X} * (number({X} &gt; 0)*2-1) The number regardless of the sign<br />

(negative or positive).<br />

Minimum of two numbers {X} * number( {X} &lt;= {Y} ) +<br />

{Y} * number( {X} &gt; {Y})<br />

Maximum of two numbers {X} * number( {X} &gt;= {Y} ) +<br />

{Y} * number( {X} &lt; {Y})<br />

Zero if subtraction is negative ({X} - {Y}) * number(({X} - {Y})<br />

&gt; 0)<br />

The smaller of two field values.<br />

The larger of two field values.<br />

Subtract one number (Y) from<br />

another (X). If the difference is less<br />

than zero, insert zero.<br />

<strong>Ektron</strong> <strong>CMS200</strong>/<strong>300</strong> <strong>User</strong> <strong>Manual</strong>, Version 4.5, Revision 3 397

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

Saved successfully!

Ooh no, something went wrong!