Summary is not showing all lines

Hi @ all,

I have a problem with the summary of grid. I know, there are 6 different Values in the key-field, which is also visible in the grid.
Pressing the summary button the summary shows only three lines and sums that to 100%. The missed three lines are not shown
or displayed in the sum. Does someone have an idea?

Best regards

Eric

Re: Summary is not showing all lines

This is a bit difficult to debug when not knowing the details of how the grid is setup.

Regards,
Scott.

Re: Summary is not showing all lines

Yes, I think so. But not to know which infos could be helpful to give a hint I fear to post a lot of useless info.

DB has just around 60 or 70 entries. Grouped by one key into 6 different groups e.g.

key value
1 6
2 256
3b 50
1b 70
1 62
3b -77

grouped by key, I would need to get 6 groups, 1, 1b, 2, 2b, 3, 3b. Value should be added to a sum in the summary.
The grid below the summary button shows all entries. But I only get the rows and summary of 1b,2b,3b.
If I exclude one of these number by the search option different I get something like 1b,3b,3.

I searched everywhere, if there might be some number that only a number of rows in the summary will be shown, but
did not found something like that …

confused

Re: Summary is not showing all lines

Post the SQL for your table … I will try to create a grid and sum all 6 fields.

Regards,
Scott.

Re: Summary is not showing all lines

I get the same result …

grid groups: 1-bis,3,3-bis,5,5-bis
summary list: 1-bis,3-bis,5-bis (3,5 missing)

That is a bug. If you do not have access to create a ticket, I will.

Regards,
Scott

Re: Summary is not showing all lines

You made me happy, cause I thought I made a mistake and was not able to correct it.

Please be so kind with the ticket, hope you have more experience with that …
… or send me the adress, where to create the ticket. In that case, it would help,
if you send me back the configuration I sent you, there is no “sent”-box in the mesage system :frowning:

Re: Summary is not showing all lines

I have entered the ticket under my support account. I will let you know when I get a response.

Regards,
Scott.

Re: Summary is not showing all lines

thx a lot …

Re: Summary is not showing all lines

Hello,

We didnt found this bug, please help us, sending your application and the table you used to create the grid.
You can send the app to bugs@netmake.com.br

Re: Summary is not showing all lines

Did you see my ticket, I have the table posted.
Simply create a grid and group on the key fields.

Scott.

Re: Summary is not showing all lines

Hi maxveras,

the problem Scott posted was originally the problem I opened the thread for.
Scot got some sample data and the structure of the table, built a small grid
and found the same problem, that not all rows that should be displayed were
displayed. Thank to Scott I am sure there was no problem on my side, cause
all the info he got were some SQL-statements, so there was no chance to
have some problem within the built grid or else …

Eric

Re: Summary is not showing all lines

I tryed to do everything like you guys said.

View the printscreen …

Can you give us the exactly table estructure, data and the scriptcase applications?

Re: Summary is not showing all lines

Try placing hyphens in the data:

1
1-b
2
2-b

If this does not help, then I will send the data/project.

Regards,
Scott.

Re: Summary is not showing all lines

Now i got it :-p

I never seen something like that. How could an hifen break this?

Now im going to study the code of the summary and i will reply soon.

The worst bug is the one that we cant simulate here.