Forum Discussion
bhanunadendla
6 years agoFrequent Visitor
Issue with group by option in Transform Data/Edit query settings
Issue with group by option in Transform Data/Edit query settings. When i use this option, I get to choose between Count Distinct rows vs Count Rows. For some reason both these otpions giving same ...
amitchandak
Super User
6 years agobhanunadendla ,Just check you are not doing count distinct on the unique column. If all values are unique then it will be same. Share more information(Step you done) and data to test.
bhanunadendla
6 years agoFrequent Visitor
The unique identifier fort hat table is say combination of column A, B and C
when i want to do grouping, I am using count distinct column A along other columns like X and Z bcasue column A alone is not distinct.
In group by feature you ahve both distcint and regualr counts but both gave me same result.
I follwed workaround by using Table creation instaed group by which increased my development time. I wish this feature works as expectd.
thank you,
Bhanu