Skip to main content
Report Functions - Formatting

This article helps you understand report functions of 'Formatting' type.

Updated over a week ago

Click on a function name below to continue:

Bold

Description

Applies the bold formatting to the input.

Remark

Can be used to bold part but not all of the text in a cell.

An entire cell can be made bold using the bold button in the toolbar or ctrl + B.

Example

E.g. ='The second half of '& bold('this sentence is bold.') – returns 'The second half of this sentence is bold.'

Italic

Description

Applies the italic formatting to the input.

Remark

Can be used to italic part but not all of the text in a cell.

An entire cell can be italicized using the italic button in the toolbar or ctrl + I.

Example

E.g. = 'The second half of '&italic ('this sentence is italic.') – returns 'The second half of this sentence is italic.'

Underline

Description

Applies the underline formatting to the input.

Remark

Can be used to underline part but not all of the text in a cell.

An entire cell can be underlined using the underline button in the toolbar or ctrl + U.

Example

E.g. = 'The second half of '&underline ('this sentence is underlined.') – returns 'The second half of this sentence is underlined.'



Did this answer your question?