Since Scriptcase 9.10 update, totals when grouping in grid summaries can not be deactivated

Hi everyone!

After upgrading to Scriptcase 9.10, the “Do not show totals by grouping” option has been removed from the grid summaries.

Can you fix this or can you say me if there is an alternative way to do this?

Thanks

Dear @ajhernan,

Where is the option you are referring to located or was it located in? In the development environment interface or in the grid application at run time? Could you tell us more about it, please?

We await your return.

Best regards!

Hi Danilo
It’s appears in the spanish help, but I cant locate it on scriptcase environment…

Thanks

Hi Danilo!!

I have a group by with dimensions: Name, Code, Vat No. and metric: Quantity.
Then, I have a Summary like this…

Name |Code |VAT No. |Quantity

1 WORKER1_NAME | 00135 | 1234567H | 1000
2 | 00135 | 1000
3 WORKER1_NAME | 1000
4 WORKER2_NAME | 00210 | | 7777777X | 1000
5 | 00210 | 1000
6 WORKER2_NAME | 1000

I want to obtain a sumary like this (without subtotals):

Name |Code |VAT No. |Quantity

1 WORKER1_NAME | 00135 | 1234567H | 1000
2 WORKER2_NAME | 00210 | 7777777X | 1000

How can I eliminate the groupby subtotals from the sumary?

Thanks…