Combining Transform formats
A Transform expression can consist of multiple formats that are used in combination. To use multiple formats to define a Transform Expression simply connect the format expressions together with or without a blank space.
Examples
"Revenue"c<20, 2>
Description — combination with formats "Revenue" and c<20, 2>.
Examples
"123456" ==> "Revenue 123,456.00"
yyyy"/"MM"/"dd"-"HH":"mm":"ss
Description — combined with formats: yyyy, "/", MM, "/", dd, "-", HH, ":", mm, ":" and ss.
Examples
"20051026080405PM" ==> "2005/10/26-20:04:05"
Input Format: T<yyyyMMddhhmmssTT>
See also: