Forum Discussion
Date Index
- 8 years ago
It didn't solve the problem. It has something to do with the "interactions" table format of the dates (it is an export from my compnay's programmers database).
Finnally I solved the problem making new columns with the following formula and relating them: Year(date)&" - "&Month(date)&" - "&day(date).
Thank you anyway!
This sounds like a relationship issue. From what i understand there should be a Many -> One, relationship between interactions & the date table. Make sure that it's a 2-way relationship.
If it's not an issue with the relationship it's proberbly with how the visualisation is built. You will for example need to use the date column from the date-master table in you visualisations.
But check the relationship :)
/ J
It didn't solve the problem. It has something to do with the "interactions" table format of the dates (it is an export from my compnay's programmers database).
Finnally I solved the problem making new columns with the following formula and relating them: Year(date)&" - "&Month(date)&" - "&day(date).
Thank you anyway!