Hide 2nd line of grouped field titles
I have a ticketing program which displays tickets in a master grid and time entries for each ticket in a linked sub-grid (using wwExpandButton). Additionally, there's a calculated field in the master table showing the total hours accumulated for each ticket. I have placed the column holding the ExpandButton ("+") for the time entries sub-grid next to the column with calculated total hours. This is all working just fine--but I want a small visual enhancement.
What I would like to see is a Grouped Title for both columns but I don't want either column to have a place for its own title; in other words, I want a single-row title covering both columns.
Here's what it looks like now:
The "Time" title in the top row of the column's title is all I want showing, I don't want a title for the two grouped columns--I want to get rid of that 2nd row in the title bar over the two "time" columns.
Can I do that?
-
Nevermind--I solved it a different way. I realized the ExpandButton, since it's a calculated field, should be able to store the total hours instead of creating a second calculated field--but it wasn't showing. Then, I found a checkbox on the TwwExpandButton component, ShowText, that was unchecked. As soon as I checked that, the calculated value showed in the same column field as the plus-sign for expanding the grid.
So now, instead of two calculated fields, I only need one and it can serve both to expand the sub-grid and show the total.
Please sign in to leave a comment.
Comments
1 comment