Rennur Date format dd/MM/yyyy is not respected when defining a plain text attribute using AS_STRING. RULE: Object.Name=AS_STRING(Object.Date)+' '+'Some Custom Title' Instead of returning the attribute format dd/MM/yyyy it returns yyyy/MM/dd. Cheers
aware_support You can specify the format explicitly as part of this function: AS_STRING (Object.Date,'dd/MM/yyyy')
RocketRod Support you can specify for date and datetime attributes a format of locale. Can you use this here? If not might be a good suggestion. Cheers Rod