Hi all,
I know it's possible, but just don't remember how to get the totals on a summary row on the same line as the caption.
Right now, I have my "TOTALS" caption showing on a line, then on the next line are my column totals, what do I need to set to have them display on a single line.
Thanks.
I sure hope this one made it on the list for future version consideration. It is kind of a pain.
Also the ability to have dynamic groupby footer summary descriptions would be nice.
Thanks Mike for all your support.
Nick
That's correct, there's no way to move the summaries onto the same line as the caption.
But that doesn't mean there is no way to do what you want here. Like I said, you could easily create a summary for the first column in the grid and format it to be a literal string.
Another way to do this would be to use a DrawFilter or a CreationFilter to add text into the summary row yourself.
Let me understand what you're saying..
If I have a non-hierarchial grid that I'm just summing columns on. Col[0] is description, the summary row(caption) for that column is "Totals", the remainder of the columns display the sums of the ints in the columns. There is NO WAY to get the final summary row to look like:
Totals 10 150 25 1500
Instead of how it appears now which is:
Totals
10 150 25 1500
All I want is for the column totals to appear on the same line as the caption. Sorry but I think you're reading too much into this.. It's just a formatting question...
There's no way to place a summary on the same line with the SummaryFooterCaption. Unless by "caption" you are talking about the description on a GroupByRow.
Perhaps what you could do is hide the SummaryFooterCaption and then add a summary to another column which is just set to some text, rather than calculating a value. You could add a summary to the first visible column, for example, and set the DisplayFormat to a literal string like "Summaries".
This article is nothing what I'm asking..
It's a pretty easy question, I have a grid that sums the column in a final summary row. If you show a summary row caption, such as "Totals", the actual sum totals show one row down from the caption, not on the same row as the caption. I'd like for the caption and column sums to appear in the same row...
I have no idea what that article is talking about... That's way above what we do with your controls...