In a Data Table I can very easily sort high > low or low > high in the event/ metric columns…
...but in some cases i want to sort by the values of the Group By variable...and can see no option for this. Is it not possible?
Thanks!
Kudos to solving this on your own dangrainger -- you’re exactly right about needing to click on the blank space above the selectors to sort by the values of the group by.
I think you bring up a great point, though, about it not being intuitive. Would you mind submitting this as an “Idea” to our product team please? Really appreciate the feedback! I’m sure other customers feel similarly.
Hi dangrainger - when you say you want to sort by the Group By values, do you mean you hope to sort the values alphabetically?
It’s this...when you create a Data Table, you can select your Group By variable, such as…
….but then I wanted to be able to sort by the values of that Group, not by the Metrics/ Events in the columns to the right. In this example I wanted the ordering of the rows to be 01-02 weeks, 02-03 weeks, and so on, but could not see a way to achieve this.
However, I’ve just inadvertently stumbled on the solution. Bizarrely you have to click on the blank space above the selectors, rather than clicking on the three dots to look for a sorting button that isn’t there…it’s not intuitive, but at least I’ve figured it out!
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…