Skip to main content
Solved

interface chart combine x-axis values

  • October 23, 2023
  • 2 replies
  • 46 views

Forum|alt.badge.img+17

Hello,

Is it possible to combine multiples of identical x-axis values in the interface chart?

I have multiples of identical x-axis values and I want to combine those values into 1 bar.

I could make a special summary table with a roll-up but then the person using the interface would not be able to filter the records the way they want, so I need the chart to show all the records and be connected to the accessible filter element in the interface.

Best answer by Sistema_Aotearo

What type of field is your x-axis?

I would recommend using a "Single Select" field type. From there, do a bit of data management to match all the identical fields.

2 replies

Sistema_Aotearo
Forum|alt.badge.img+20

What type of field is your x-axis?

I would recommend using a "Single Select" field type. From there, do a bit of data management to match all the identical fields.


Forum|alt.badge.img+17
  • Author
  • Inspiring
  • October 25, 2023

What type of field is your x-axis?

I would recommend using a "Single Select" field type. From there, do a bit of data management to match all the identical fields.


Hi @Sistema_Aotearo ,

I actually ended up using a linked field instead of a single select, but your strategy worked perfectly thank you!