Let diagrams show value of records - also without "group by"

For a bar chart I need to decide for a “group by” field. But why?
I just want to show a nice diagram for all the records in the view by a selected field.

Unfortunately I then need to select a group by field, which isn’t necessary for my diagram and would mess up with the x axis titles.

Simple fix: Let us disable “group by” and then show the records with their title in the diagram.

1 Like

Hey Dirk,

The “Group By” is what determines the X axis bars - it sounds like maybe you would want to group by the item titles, so it would just be one record per bar that displays a certain field’s value. Is that right? I guess that isn’t an option since text fields can’t be used to group.

If there aren’t that many records, the only workaround I can think of would be to create a category with options for each item title, then have an automation select that category on each record. Or have a calculation field output the item ID as a number, but that wouldn’t be easy to tell at a glance what each record was unless you memorize all the IDs.

Maybe it’s better as a feature request :slight_smile:

5 Likes

Thanks - it now is a feature request :wink:

2 Likes