You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by "pnirtep (via GitHub)" <gi...@apache.org> on 2023/06/21 08:35:03 UTC

[GitHub] [superset] pnirtep commented on issue #24460: Bug Report: Time Grain issue on pivot-table-v2

pnirtep commented on issue #24460:
URL: https://github.com/apache/superset/issues/24460#issuecomment-1600423644

   After switching version from 1.5.0 to 2.1.0, I noticed a problem with the fact that the Pivot table does not respond to the change in granularity. That is, by default, Pivot table on dashboard is loaded by month, but if you select a Quarter in the time grain filter and click apply, there are no changes. At the same time, if you then open this pivot table in Edit chart mode, then it will load in the editor with the desired granularity. By the way, after applying non-default time grain filter there is no changes in SQL-query. If i click View query i see still DATE_TRUNC(‘month’, datetime_field) but It should be DATE_TRUNC(‘quarter’, datetime_field).
   Moreover, this time grain filter is applied correctly to the Time-series Bar Chart, the chart adapts to the choice of Month or Quarter, but it does not work with the Pivot table. if anything, by Pivot table, I mean the Pivot Table v2 chart (that’s what it used to be called, now it’s just Pivot table)


-- 
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: notifications-unsubscribe@superset.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org