Help

Re: Group name is cut off by count

537 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Button
4 - Data Explorer
4 - Data Explorer

I have a database of my softball league and have the table grouped by team, but the count for each team is cutting off the team name, which I'd much rather see. Is there a way to stop the count from displaying? The only way I can see to do it is making the number column very wide, which makes the table look terrible. Is there a way to easily see the full group name?

1 Reply 1
Nick_Robeson
6 - Interface Innovator
6 - Interface Innovator

Hi there, @Button!

Unfortunately there is no way to hide the "Count" that you're seeing. Even if you could hide it, I doubt the small space that it occupies would allow the full team name to be seen.


@Button wrote:

The only way I can see to do it is making the number column very wide, which makes the table look terrible. Is there a way to easily see the full group name?


Unless the "team name" is ridiculously long, I don't see why expanding the primary field would make it look awful as you mentioned.

A potential solution for you would be to make the primary field a formula that combines the players number and full name.

Result:
Screen Shot 2022-12-12 at 5.22.28 PM.png

Primary field formula for reference: 

CONCATENATE('#',{Player #},' ',{Full Name})

This would also allow you to hide the Player # & Full Name fields

Hope this helps!