February 16, 2008
When including numeric values in the expression to build up a character string, it’s common to use the Trim (removes leading and trailing spaces) and Str (converts numerics to characters) functions together, such as: Trim(Str(MyValue)) The equivalent when programming in Excel is the Cstr() function, so why not go ahead and build yourself a custom [...]
Click to continue...
November 8, 2007
You Can Edit, Produce and Direct Without Going to Hollywood! Today we’ll conclude our review of Monarch’s calculated fields. We began with an overview of the field types, followed by a good look at formula-based fields, then runtime parameters, and yesterday’s examination of lookup fields. The final available option when building a calculated field is [...]
Click to continue...