In my project, I have a view that is suppressing duplicate values. When ever I add in three fields from that view (for instance, Establishment ID, Product Serial, and Submission Type) and then filter the report by Establishment ID, I come up with 1 record for the report. But when I add the primary key ID field (from the same view) to the report, it returns 15 records including some duplicates.
My users want to see the duplicates and don't want them to be suppressed. This is for an Ad Hoc project - so my users are using Query Studio 10.2.1 for right now. And I see there is a checkbox to turn off "Automatically Suppress Duplicate Values" under the Advanced Options when you run a report in QS. I discussed this with my users yesterday, and they didn't warm to it because they were concerned that they'd have to go there and uncheck that box every single time they wanted to see duplicates, and that this seemed tedious to them at best.
In Query Studio is there a way to set that "Automatically Suppress Duplicate Values" checkbox to unchecked by default?