NIH | National Cancer Institute | NCI Wiki  

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Scrollbar
iconsfalse

...

Table of Contents
minLevel2

...

More information on the evaluate data macro

Multiexcerpt include
MultiExcerptNameExitDisclaimer
nopaneltrueMultiExcerptNameExitDisclaimer
PageWithExcerptwikicontent:Exit Disclaimer to Include

...

Observation: The Basic Mathematics example, with the formatting by the java.text.DecimalFormat rules shown in the example from Atlassian, yields the result 5000%. To obtain 50 it was necessary to remove

Code Block
\%

which a slash (\) and percent symbol (%) which is the correct percentage markup and shows the percent sign.

...

The evaluate data macro displays the result:


Result
Evaluate Data
name
format#0.0
nameResult
${Numerator}/${Denominator}


The evaluate data macro displays the percentage:


Evaluate Data
format##0
namePercentageformat##0
round(${Result} * 100, 0)

...

The table data macro contains a table with text data for the name and number data for the value. In the Edit Contents view select , click the plus sign to add a row and enter values for each row.

Table Data
nameValues
orderasc

Name

Value

Namewiki
Name
INLINE
 

ValueINLINE

The evaluate data macro calculates the sum of the values in the table:

...

Evaluate Data
nameAverage
avgtable("Values", "Value")

...