Click here to Skip to main content
15,900,815 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
in report should be like this
Category: B, B1, C, D
Date: 12/12/2000,empty , empty , 01/01/2005

------------------------------------------------------------
data on table
category, Date
B 12/12/2000
D 01/01/2005
Posted
Comments
Toniyo Jackson 22-Nov-10 5:25am    
your question is not clear. can u explain it clearly?

1 solution

All you need is to form the query such that it returns the data in desired format. Once the query is in place, you can just bind it and show it in the crystal report.
 
Share this answer
 
Comments
Dalek Dave 22-Nov-10 5:45am    
Good Answer
thatraja 22-Nov-10 9:17am    
[Comment from OP moved from Answer]
i have the table tblCategory(PersonalNumber, CategoryID, IssueDate)

PersonalNumber CategoryID IssueDate
____________________________________________
12421412412 B 12/12/2001
12421412412 D 01/02/2005
12421412412 C 03/06/2003


in a report i should display which categories that personal number got like this

Categories A A1 B B1 C D

Issue date empty empty 12/12/2001 empty 03/06/2003 01/02/2005

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