You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the Aggregation Column is a String/Text, PivotTableV2 fails to show the values, where as PivotTable correctly shows it.
For example, in SQL syntax, one can do MAX(filed_that_is_a_string), and it would show you just the value, but in case of PivotTableV2 it shows Null, NaN, NaNUndefined, depending on the aggregation option, and none of them work.
Here is how to reproduce the bug:
I used the public.FCC 2018 Survey Dataset and the following columns:
MAX(marital_status) as the aggregation, or metric
In case of PivotTableV2, Row is is_self_employed and Column is bootcamp_attend
In case of PivotTable, is_self_employed is in GROUP BY, bootcamp_attend is in Column and MAX(marital_status) is in metric.
Follow the Screenshots attached to create a version of your own Chart and you will see PivotTable doesn't show the metric results, where it should.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. For admin, please label this issue .pinned to prevent stale bot from closing the issue.
When the Aggregation Column is a String/Text, PivotTableV2 fails to show the values, where as PivotTable correctly shows it.
For example, in SQL syntax, one can do MAX(filed_that_is_a_string), and it would show you just the value, but in case of PivotTableV2 it shows
Null
,NaN
,NaNUndefined
, depending on the aggregation option, and none of them work.Here is how to reproduce the bug:
I used the public.FCC 2018 Survey Dataset and the following columns:
MAX(marital_status)
as the aggregation, or metricis_self_employed
and Column isbootcamp_attend
is_self_employed
is in GROUP BY,bootcamp_attend
is in Column andMAX(marital_status)
is in metric.Screenshots
Environment
(please complete the following information):
Let me know what else you would like to see, I would try to provide.
The text was updated successfully, but these errors were encountered: