Forum Discussion
Same field values repeating when displayed in table
- 3 years ago
David111 , You have to create sort column
You might need two column
Section Name 1 = [Section Name]
Section Name order = < Order by logic using [Section Name]>
Now sort Section Name 1 on Section Name order and use that in visual
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
David111 , You have to create sort column
You might need two column
Section Name 1 = [Section Name]
Section Name order = < Order by logic using [Section Name]>
Now sort Section Name 1 on Section Name order and use that in visual
How to Create Sort Column and Solve Related Errors:
https://www.youtube.com/watch?v=KK1zu4MBb-c
Hi Amit
Thanks for the response. I think you have given me the solution although I still don't understand it. There was already a field in the source table named DisplayOrder which was being used as the sortorder. I have included it below and when looking at it I noticed the DisplayOrder values were different for a couple of the "Self Guided Learning" and "Additional hours.." records, so I updated the "Self Guided Learning" DisplayOrder value of 5 to a 4 and the duplicate "Self Guided Learning" display has disappeared.
Thanks very much for the solution, but why did this affect SectionName and not ShortName?
| SectionId | SectionName | ShortName | DisplayOrder |
| 1 | Professional Development Plan | PDP | 1 |
| 2 | Peer Review | PR | 2 |
| 3 | Practice Improvement | PI | 3 |
| 4 | Self Guided Learning | SGL | 4 |
| 5 | Additional hours from PR, PI & SGL | NULL | 5 |
| 6 | Professional Development Plan | PDP | 1 |
| 7 | Peer Review | PR | 2 |
| 8 | Practice Improvement | PI | 3 |
| 9 | Self Guided Learning | SGL | 4 |
| 10 | Additional hours from PR, PI & SGL | NULL | 5 |
| 11 | Professional Development Plan | PDP | 1 |
| 12 | Peer Review | PR | 2 |
| 13 | Practice Improvement | PI | 3 |
| 14 | Self Guided Learning | SGL | 4 |
| 15 | Additional hours from PR, PI & SGL | NULL | 5 |
| 16 | Professional Development Plan | PDP | 1 |
| 17 | Peer Review | PR | 2 |
| 18 | Practice Improvement | PI | 3 |
| 19 | Self Guided Learning | SGL | 4 |
| 20 | Additional hours from PR, PI & SGL | NULL | 5 |
| 21 | Professional Development Plan | PDP | 1 |
| 22 | Peer Review | PR | 2 |
| 23 | Practice Improvement | PI | 3 |
| 24 | Self Guided Learning | SGL | 4 |
| 25 | Additional hours from PR, PI & SGL | NULL | 5 |
| 26 | Professional Development Plan | PDP | 1 |
| 27 | Peer Review | PR | 2 |
| 28 | Practice Improvement | PI | 3 |
| 29 | Self Guided Learning | SGL | 4 |
| 30 | Additional hours from PR, PI & SGL | NULL | 5 |
| 31 | Professional Development Plan | PDP | 1 |
| 32 | Formal Peer Review | PR | 2 |
| 33 | Practice Improvement/Measuring Outcomes | PI | 3 |
| 34 | Combined Section 2 & 3 | PRPI | 4 |
| 35 | Self Guided Learning | SGL | 5 |
| 36 | Additional hours from PR, PI & SGL | NULL | 6 |
Regards
David