Forum Discussion
Date Relationship Not Working
- Anonymous9 years ago
If the data type of the OPEN_TIME column is date/time, it will never match a date in your date table even if the format is date. There are more digits there that you've simply hidden with the formatting. The data types should match. If you need to preserve the time value from OPEN_TIME make a new column that takes only the date value from OPEN_TIME and use that new column in the date table relationship.
If the data type of the OPEN_TIME column is date/time, it will never match a date in your date table even if the format is date. There are more digits there that you've simply hidden with the formatting. The data types should match. If you need to preserve the time value from OPEN_TIME make a new column that takes only the date value from OPEN_TIME and use that new column in the date table relationship.
- AlexBaezUbeira7 years agoNew Member
Huge thanks for this... been banging my head for a while trying figure this one out :D
- Anonymous9 years agoNot applicable
Thanks sooo much... I would have never figured that out.
- Anonymous9 years agoNot applicable
It sometimes helps to think of relationships as exact lookups. The relationship can be valid but if no exact match can be found it, the relationship won't actually do anything.
- Anonymous9 years agoNot applicable
I didn't realize that changing the format is just cosmetic and doesn't change the underlying data.