|
Additional Details on Certain Functions
|
|
| FormatNumber (Number, ThousandsSeparator, DecimalSeparator, #DecimalPlaces)
|
|
|
| FormatNumber(7123456, ",", ".", 2)
|
| FormatNumber(7123456, ".", ",", 2)
|
| FormatNumber(Q28, ",", ".", 0)
|
|
|
| RadioSelect(QuestionName, Value)
|
| <tr class="clickable">
|
| <td class="input_cell">
|
| [%RadioSelect(freeformat_radio, 1)%]
|
| </td>
|
| <td>
|
| ResponseOption_1
|
| </td>
|
| </tr>
|
| <tr class="clickable">
|
| <td class="input_cell">
|
| [%RadioSelect(freeformat_radio, 2)%]
|
| </td>
|
| <td>
|
| ResponseOption_2
|
| </td>
|
| </tr>
|
| <tr class="clickable">
|
| <td class="input_cell">
|
| [%RadioSelect(freeformat_radio, 3)%]
|
| </td>
|
| <td>
|
| ResponseOption_3
|
| </td>
|
| </tr>
|
| CheckSelect(QuestionName, Value)
|
| <tr class="clickable">
|
| <td class="input_cell">
|
| [%CheckSelect(freeformat_check, 1)%]
|
| </td>
|
| <td>
|
| ResponseOption_1
|
| </td>
|
| </tr>
|
| <tr class="clickable">
|
| <td class="input_cell">
|
| [%CheckSelect(freeformat_check, 2)%]
|
| </td>
|
| <td>
|
| ResponseOption_2
|
| </td>
|
| </tr>
|
| <tr class="clickable">
|
| <td class="input_cell">
|
| [%CheckSelect(freeformat_check, 3)%]
|
| </td>
|
| <td>
|
| ResponseOption_3
|
| </td>
|
| </tr>
|