I’m trying to turn a table with a lot of repeated information in each of the rows into a more condensed version with less duplicates.
Within a Query, the main option I see is “Aggregate”. However, for the “Group By”, option I’m only limited to use one column for this and lose access to the rest of the columns that I’m trying to access. Is there a workaround for this or another way that I can condense the table?
Micah Brown [SLC] [DevOps Advocate] Selected answer as best 28th August 2024
Hi Micah,
According to DataMiner Help, from 10.3.3/10.4.0 it should be possible to apply multiple GroupBy operations.
Hope it helps.
Micah Brown [SLC] [DevOps Advocate] Posted new comment 28th August 2024
Hi Miguel,
I didn’t consider adding additional “Group By”. That worked perfectly! Thank you!