I have a DQL Write activity where I'm trying to update an object name by concatenating the values from three attributes. The concatenation works, except for the part where one of those attributes is a date. Instead of getting a date such as 2/20/2011, I get a long value. I noticed there a "Date to String" function, but I wasn't able to combine it with the concat function. Does anyone have any suggestions as to how I might approach this problem?
1 -------------------------------> |
2 -------------------------------> | concat --------> 4
3 -------------------------------> |
where:
1 == String
2 == String
3 == Date
4 == String