Hi, I have a question if it is possible to write a markdown table in the new Notebook. I used to work but it doesn’t work right now. Any ideas?
Hey hitomi
The Notebooks documentation does mention about a full markdown support for text blocks, but I haven’t come across a way to create a markdown table natively yet.
I normally copy past the table format from an Google Sheet which kinda does the job.
Hi Saish Redkar
Thank you for your reply! It seems that a markdown for table creation is not be supported in Notebooks.
I tried copy-pasting the table from a Google Sheet, and it worked! Thanks for the tips
Hitomi
Hi, When I add a chart (widget) to my dashboard, and then go to the content and modify the chart (I user another type for exemple) and save, my dashboard doesn't reflect the latest modification. Would you by any chance know why ? Thank you
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…