Forum Discussion
Relation problem through lookuptable
- 8 years ago
Hi MrMarshall,
This is happening because you tables are joined only using UserID when the data is present for multiple days.
To Solve this join your tables using a concatenated column which is a concatenation of UserId and Date
Screenshots for the same are given below
concatenated column
Users TablesNew relationshipFinal Output
Hope this helps!!!
Hi MrMarshall,
This is happening because you tables are joined only using UserID when the data is present for multiple days.
To Solve this join your tables using a concatenated column which is a concatenation of UserId and Date
Screenshots for the same are given below
concatenated column
Users TablesNew relationshipFinal Output
Hope this helps!!!
Hi!
I understand now. That was really helpful, Thx!
Although, it requires that I would create a Date value for each unique user.
I cannot seem to get it to work in an automated way, say if I have 100 users.
Any ideas?
- MrMarshall8 years agoHelper II
Nvm, I figured it out! Created a list.
List.Dates([StartDate], 100, #duration(1,0,0,0))