Forum Discussion
Anonymous
5 years agoNot applicable
USERELATIONSHIP problem with appended Query
I have items created and closed each month. This was working for years and then we appended data from a new source. Since appending the query, this measure is no longer working. My current relationsh...
- 5 years ago
Just to discard possible issues, is the date closed field in the appended table formatted as date type (it must be the same type as the date field in the Date Table)?
PaulDBrown
5 years agoCommunity Champion
Just to discard possible issues, is the date closed field in the appended table formatted as date type (it must be the same type as the date field in the Date Table)?
Anonymous
5 years agoNot applicable
Thank you Paul! My appended query was using DateTime! Once I updated it to date, it was working properly! Thank you so much!