Wanted to know how many ‘top level group by’ are allowed within a data table? It seems to be limited to 5. I’d like to build a pretty big report for contract management, but that doesn't seem possible.
Hey Cortney KetchumNot completely sure, but I think this limit is translated directly from the group by limit on an event seg chart, wherein only a max of 5 group bys can be added to the event.
Saish Redkar if that is the case, is there another way to add more columns of data?
Hi Cortney Ketchum,
Thank you for posting this question! Saish is totally correct that this limit is translated directly from the group by limit on an event seg chart so we only support 5 group bys. If you could share your use case with me, I will gladly submit a feature request to the Product team!
Best,
Hi Yuanyuan Zhang I would definitely like to put in a feature request. How long does something like this takes to get worked on? Our Use Case Is: We run reports on our customer contract management lifecycle. It includes every touchpoint from when a customer is created until they go through our KYC Approval process. In order to keep track of this process we need to be able to pull a report that can have unlimited group by’s within the data table. I understand you are not able to do this with any of the other reporting, but I was under the assumption this was a capability within the data table.
Cortney Ketchum Thanks for sharing your use case. I have submitted a feature request on your behalf!
Our product team is curious to know how many group bys you would likely have. We support 5 today, but would be helpful to know how high that number can go if we want to think about lifting the limit. Let me know! Thanks.
Yuanyuan Zhang the ideal limit (which is what we have with our current tool) is unlimited, but if you need a number I’d say up to 50 group by’s would work. I’ve shared an example of how our current tool allows you to group multiple events. This then is exported to a CSV report with all data included and I can work on creating a presentable report from there.
Any traction on this year-old feature request to up the number of allowed group by’s on event segmentation / data table charts?
+1 interested on this too!
ccanamas Gorka Puente none that I know of. I’m also awaiting an update on time spent on a single page as this is an out of the feature of other tools.
Hello! In React-Native mobile project we have error: Amplitude Logger [Error]: Failed to set cookie for key: AMP_TEST. Error: Cannot set property 'cookie' of undefined Error Component Stack: ``` The package version is "@amplitude/analytics-react-native": "1.5.1", Steps to Reproduce: * Initialize Amplitude with our API key…
We implemented first party tracking using the basic JS SDK on the browser and pointing the payload to our servers like this: amplitude.init(AMPLITUDE_API_KEY, { serverUrl: serverUrl, autocapture: { attribution: { excludeReferrers: [/domain1\.com$/, /domain2\.com$/], }, formInteractions: false, fileDownloads: false, }, });…
My Android app is primarily a background app. Does Amplitude track events for such an app? Please let me know.
here is the referance graph: https://app.amplitude.com/analytics/demo/chart/new/363tk5og In this graph, retention is currently being calculated based on the next day, but I want to analyze it based on the previous day instead. Example: For July 27, we should compare retention against July 26, not July 28. * So for 1-day…
Hi everybody! I need your help with a client request: my client is used to analyze landing pages performance with the standard report from GA4 and I need to create something similar in Amplitude. What I already have: * session entries grouped by page URL * purchase event calculated as session totals grouped by page URL and…