Forum Discussion
JRParker
7 years agoHelper III
Remove Repeating Values in a Table Visualization
So we have a basic Table visual with two fields from two tables related via one-to-many relationship. How does one prevent the repeating value on the 'one' side while repeating the values on the 'many' side:
Desired result:
Thanks in advance; presumably straight forward but apparently not for a rookie :)
5 Replies
- JRParkerHelper III
Couldn't get this to work in the following scenario when the 'many' side has two fields (Note, Activity)
Lead Note Activity
Lead 1 Note 1.1 Phone Call Lead 1 Note 1.2 Phone Call Lead 1 Note 1.3 Phone Call Lead 2 Note 2.1 Meeting Lead 2 Note 2.1 Phone Call Lead 3 Note 3.1 Phone Call Lead 3 Note 3.2 Meeting Lead 3 Note 3.3 Meeting Lead 3 Note 3.4 Meeting Desired outcome:
Lead Note Activity
Lead 1 Note 1.1 Phone Call Note 1.2 Phone Call Note 1.3 Phone Call Lead 2 Note 2.1 Meeting Note 2.1 Phone Call Lead 3 Note 3.1 Phone Call Note 3.2 Meeting Note 3.3 Meeting Note 3.4 Meeting Thanks again parry2k!