Click here to Skip to main content
15,892,269 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to create crystal report following type using GroupNameField.
Name          Opening_Bal        Inward          OutWard          closing_Bal
           quan  rate  val    quan  rate  val    quan  rate  val    quan  rate  val
  ABC
    A1       
    A2
    B1
    B2
    C1
    C2
  PQR
    P1
    P2
    Q1
   so on..

Name,OpeningBal,Inward,Outward,ClosingBal are separate tables.And i want to Group all tables into single report.

Now the problem is,while i am trying to do *grouping(Group Expert in Field Explorer)
all the other tables becomes child of root table(by default). And tables values cant be retrieved so report in blank.

I have little knowledge of crystal report.
Help
Thank you
swapnil
Posted
Updated 16-Jan-12 20:34pm
v2

1 solution

Not enough details in your question, check these

Groups in Crystal Report[^]
Creating a grouping report[^]
 
Share this answer
 
v2
Comments
fjdiewornncalwe 18-Jan-12 9:11am    
OP Answer moved to comment:
hmmm.:-(
thatraja ok..here the link.

http://myvsdotnetstuff.blogspot.com/2011/03/groups-in-crystal-report-tutorial-part.html#axzz1jhPSKlxD[^]
Figure 15.

2nd Table is child of root table.
But i dont want that inheritance.i want them to b separate.because there is no linking between tables.

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