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
A pivot in Analyzer is configured with one column (Count) and uses the "% of Total" display option to show relative values. This configuration is correctly reflected in the Analyzer view (screenshot 1).
In the widget, only the "Count" property is selected, and the chart view renders the data as expected.
However, when switching the same widget to table view, instead of "% of Total" column a "Total" column appears (screenshot 2)
Expected behavior: The table view in the widget should preserve the "% of Total" column if it is part of the Analyzer pivot setup.