I have a crystal report that is showing me too many details.
I have it linked with a sub report. I only want it to show me data when the subreport is showing data.
In the section expert i should be able to write a formula to say if subreport (Sales Field)> then 0 then show details else suppress main report detail.
Currently my report looks something like this below:
Main Report SubRerport
ItemNum Sales SlsPerson ItemNum Return $ Sls Person
1234 100 Adam
1234 100 Adam
4321 200 Adam 4321 -200 Adam
What I am trying to do is suppress the first 2 rows of data and only have it show when data is coming from the subreport.
Do I need to create a shared variable? Do I need to create a parameter? How do I suppress these details?
Please let me know.
Thanks