Forum Discussion
HenryJS
6 years agoPost Prodigy
Matrix: Date Columns
Hi all, I have created a matrix with Weeks along the columns. Action Name is the rows and a count of 'Action Ref' in the values. But the data isn't picking up the date values? Tables ar...
- 6 years ago
Try
ActionDate 1=date(year([ActionDate]),month([ActionDate]),day([ActionDate]))
amitchandak
6 years agoSuper User
Remove time stamp from ActionDate before joining to date table
ActionDate 1 = [ActionDate].Date
HenryJS
6 years agoPost Prodigy
- amitchandak6 years agoSuper User
Try
ActionDate 1=date(year([ActionDate]),month([ActionDate]),day([ActionDate]))