Adrian Simpkins Posted January 24 Share Posted January 24 Hi All I have a custom field set in one of our processes to capture a start / end date and set this to h_custom_21 but I have noticed the field is blank in a report we output. When checking the mapping customised fields wiki it does state the date fields are only suitable for a single date/time stamp so I am presuming I need to set this to another generic custom field instead to be able to output the 2 dates captured? Many thanks Adrian Link to comment Share on other sites More sharing options...
James Ainsworth Posted January 24 Share Posted January 24 Hi Adrian, Thanks for your post. SQL fields of type DATETIME can only hold a single date. Specific formats are required for date fields so that date functions can be applied against them. A single field that contains two dates would required a VARCHAR field. You just need to keep in mind that date functions can't be used on varchar fields. I hope that helps. 1 Link to comment Share on other sites More sharing options...
Adrian Simpkins Posted January 25 Author Share Posted January 25 Thanks James I did think it would be a VarChar but wanted to confirm before changing the IC Many thanks as always Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now