Forum Discussion
CMSGuy
3 years agoHelper III
Relationship issues part 2
Here is the scenario. I have three tables of data related by EmployeeID and transaction date. I figured out how to show data in a visual table, but now I have some missing data based on data from o...
- 3 years ago
Summarising should do the work, if you change the change datatype to text and there is multiple entries for same date, it can only show first or last value.
NaveenGandhi
3 years agoMemorable Member
Summarising should do the work, if you change the change datatype to text and there is multiple entries for same date, it can only show first or last value.
CMSGuy
3 years agoHelper III
That did seem to do the trick. Thank you for your help