Uploaded image for project: 'Analytics'
  1. Analytics
  2. ANALYTICS-126

Hide duplicate values in new table charts

XMLWordPrintable

    • Our product teams collect and evaluate feedback from a number of different sources. To learn more about how we use customer feedback in the planning process, check out our new feature policy.

      User Problem

      I want to hide duplicate values in my table chart to remove repetitive values in my data and provide a cleaner display on the chart.

      The old table charts had this setting, but it is no longer available in the new table charts.

      Suggested Solutions

      Add a chart setting to give the user the ability to hide duplicate values.

      Current Workarounds

      Add a "Apply formula" step on your column with the custom formula: 

      CASE WHEN ROW_NUMBER() OVER (PARTITION BY "Column Name") = 1 then "Column Name" ELSE NULL END

              fc1801e0d2cb Inder Singh
              f88288d89e3b Tracy Chow
              Votes:
              4 Vote for this issue
              Watchers:
              5 Start watching this issue

                Created:
                Updated: