ParamQuery grid support forum
General Category => Help for ParamQuery Pro => Topic started by: TeeJT on January 25, 2017, 03:01:35 pm
-
I notice that the summary is for the first grouping.
I need the summary for the sub-grouping.
E.g. Employee table that I grouped under Department and then by Grade.
The grid only shows the Department summary but I also need the summary for Grace.
Is there a work-awound this?
-
Sub summaries are shown upto any number of levels. Please check this example: https://paramquery.com/pro/demos/group_rows
-
Using the example: https://paramquery.com/pro/demos/group_rows
I added another level of grouping "Customer Name" to the first level "Shipping Country"
In the summary - I only see the grouping summaries for the first level "Shipping Country" but I do not see the sub-sub summary for the second level of grouping "Customer Name" e.g. I want to see the total for customer "Giovanni Rovelli" under shipping country "Italy".
-
Giovanni Rovelli under shipping country "Italy" has total of $469.75 as shown in the screenshot.
-
What I mean is that for "Giovanni Roselli" the view is expanded with the sub-total below.
-
Please add this to groupModel:
showSummary: [ true, true ]
-
Thank you so very much!
That was what I wanted to display.
-
Is it possible to add a merged row on top of each summary row as a title so as to distinguish the level of the grouping?
A screenshot is shown as attached.
-
I'm afraid there is no such option to do that.