Click here to Skip to main content
15,888,816 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have 2 sub-reports put in the main report, in main report i just showing
ItemCode
ItemName

in Sub-report 1 is to show item count of Inventory transactions in period of time and placed beside ItemCode and ItemName in the details.

Sub-report 2 is to show item count of Production addition in the same period of time used in Sub-report 1, and placed in the details as well.

my problem is all items in the system are showing up in Main-Report details even the both sub-reports have no data, i need to suppress these items, and show only items with data in any of two sub-reports.

i'm using Crystal Reports V 14.1.8

What I have tried:

i've tried to put them in details, or headers but it gives the same problem
Posted
Updated 14-Jun-18 0:50am
v2
Comments
Richard Deeming 14-Jun-18 10:03am    
Change the query for the main report to exclude items you don't want to show.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900