Forum Discussion

markmess77's avatar
markmess77
Resolver I
5 years ago
Solved

Disable drop duplicates from table visual

I have a table visual in my report, but am experiencing an issue with "duplicate" rows. An example of my desired output of the visual would be

Company NameCountryCategory
123 CompanyUSA1
123 CompanyUSA1
123 CompanyUSA2
123 CompanyUSA3

However, the table visual automatically drops the duplicate rows so my actual output is

Company NameCountryCategory
123 CompanyUSA1
123 CompanyUSA2
123 CompanyUSA3

However, these rows are not true duplicates and should not be dropped. There is another column that differentiates the two, but cannot be displayed on the report. For example, behind the scenes the table looks like

Company NameCountryCategoryConfidential column (cannot be displayed)
123 CompanyUSA11
123 CompanyUSA12
123 CompanyUSA23
123 CompanyUSA34

This issue would easily be resolved if I could simply disable the visual from automatically dropping duplicates. However, I cannot seem to find the ability to do so. Am I missing something simple?

2 Replies