Forum Discussion
CMSGuy
Helper III
3 years agoRelationship 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
Memorable Member
3 years agoSummarising 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
Helper III
3 years agoThat did seem to do the trick. Thank you for your help