In the following example, a date field has two operations performed on it:
January 14, 2008
" becomes "Q1
".Q1
" becoming "Quarter: Q1
".Any number of operations can be added here, and they're performed sequentially - one after the other - so the second operation gets the result of the first to work on.
Operation |
Action/Example |
Add text to the end, Add text to the beginning |
Puts your Text to add value at the beginning or end of the current value. |
Convert to upper-case |
" |
Convert to lower-case |
" |
Convert to mixed-case |
" |
Convert HTML to RTF |
Converts HTML-formatted code to RTF (RTF text can be used with special fields in Report Builder). |
Convert HTML to text |
Strips all HTML formatting and code from a text or memo field. |
Add years to a date |
For all "Add XXX to a date", if the date is blank, no action is taken. |
Add months to a date, Add weeks to a date, Add days to a date |
Adds the value you select to the existing date field. Negative values are valid here. A date field which is blank will not be changed. |
Day of week |
e.g. " |
Day of week name |
e.g. " |
Day of week name (short) |
e.g. " |
Week of year, Month of year, Year portion of date, Fiscal month of year, Fiscal year of date |
|
Quarter of year |
" |
Fiscal quarter of year |
For a fiscal year starting in April, " |
Add/subtract number, Multiply, Divide |
|
Round a number |
|
Truncate a number |
|
Choose text based on the field being TRUE or FALSE |
All three of these take a wide view of " |
Choose a number based on the field being TRUE or FALSE, Choose a date based on the field being TRUE or FALSE |
|
Date portion of a date/time value |
" |
Time portion of a date/time value |
" |
Convert to mixed case |
" |
First day of month |
" |
First day of year |
" |
Month of year with name |
" |
Fiscal month of year with name |
" |
Year portion of date |
" |