rusackas commented on code in PR #43905: URL: https://github.com/apache/superset/pull/43905#discussion_r3943077402
########## docs/docs/using-superset/creating-your-first-dashboard.mdx: ########## @@ -379,6 +379,15 @@ AG Grid supports server-side column filters that query the full dataset — not AG Grid Interactive Table supports **Time Shift** (time comparison), matching the behavior of the standard Table chart. In the **Advanced Analytics** → **Time Comparison** section of the chart configuration, enter a shift expression (e.g., `1 year ago`, `minus 7 days`) to add comparison columns showing values from the offset period. Dashboard-level time range overrides apply to both the base and comparison periods. +#### Show Summary + +The **Show summary** checkbox lives at the top of the **Visual formatting** section in the **Customize** tab, for both **Aggregate** and **Raw Records** query modes. Enabling it pins a summary row to the bottom of the grid. Review Comment: Good catch, seemingly accurate. I reworded the intro so it says the row only shows up when there is at least one metric in Aggregate mode or an eligible numeric column in Raw Records mode. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
