crystalreport85
Programmer
This is my layout of my report
Group by Location
Grp by itemid
grp by tagno
displayed fields {table.physical_qty} and {table.computer_calculated qty}
in grp footer of tagno i display {table.physical_qty} and {table.computer_calculated qty}. I want to suppress the grp if the sum of {table.physical_qty} by itm_id is equal to {table.computer_calculated qty}
I created a formula to sum the {table.physical_qty} by itm_id. Problem is sum is getting doubled.I wonder why and what is the mistake I am doing.
Group by Location
Grp by itemid
grp by tagno
displayed fields {table.physical_qty} and {table.computer_calculated qty}
in grp footer of tagno i display {table.physical_qty} and {table.computer_calculated qty}. I want to suppress the grp if the sum of {table.physical_qty} by itm_id is equal to {table.computer_calculated qty}
I created a formula to sum the {table.physical_qty} by itm_id. Problem is sum is getting doubled.I wonder why and what is the mistake I am doing.