I'm using crystal reports basic with visual studio 2008. When my data is displayed in a table the details section will show the first item, but if the next item has the same information as the box above it will show empty. This only happens on some of the rows though. If I do a sum on the the value in the box it will show the correct amount as if all the rows were being displayed properly. How can I have it show all the information in each box?
Here is a simple layout of what I'm doing and the problem:
Daniel
Payment Period Amount Owed Amount Paid
1 $ 200 $0
2 $0
3 $0
4 $ 198 $0
Total Amount Owed: $ 798
I need it to display all the $200 amounts and not leave it blank. Thank you for any insight.