You are here: Functions > TRANSFORM()

TRANSFORM()

TRANSFORM() reverses the display order of bidirectional data in a character string or field.

Use TRANSFORM() to make Hebrew characters display correctly.

Function Format

TRANSFORM(C)

TRANSFORM() identifies bidirectional data and displays it correctly in the View, from right to left. All other characters display from left to right.

Examples

TRANSFORM("ABC ZYX 123") = "ABC XYZ 123"

Where XYZ are the only Hebrew/bidirectional characters in the string.