Answered by:
Crystal Report

Question
-
My query is like this "SELECT DISTINCT dist, COUNT(dist) AS CNT FROM [Member] GROUP BY dist"
If i run this query in Access 2007 i'll get like this,
DIST CNT
-------- ------
city1 3
city2 5
city3 6
city4 2
I need to display this in Crystal Report Viewer. I have a field(dist) which is present in my query on the report page from Database expert. And i'm creating another field which is not present in report page, but by the query. How can display the second column in the report page??
I'm using VB.NET 2008 and Access 2007.. Any suggestion???
- Moved by Jie Bao Monday, July 9, 2012 9:33 AM (From:Visual Basic General)
Sunday, July 8, 2012 5:21 PM
Answers
-
I accomplished it in some other way.. Somewhat difficult way.. :)
Anyways Thank you all for ur suggestions.. :)
- Marked as answer by Aruncode47 Monday, July 9, 2012 4:23 PM
Monday, July 9, 2012 4:23 PM
All replies
-
Be aware that Crystal Report is not supported anymore by Microsoft.
Try this forum instead of this one.
http://scn.sap.com/community/crystal-reports-for-visual-studio/
Success
Cor- Proposed as answer by Mark Liu-lxf Monday, July 9, 2012 7:46 AM
Sunday, July 8, 2012 6:11 PM -
It'a hard to find the solution in SAP website..
Please give me some other links..
Monday, July 9, 2012 5:39 AM -
The link is the official CR support forum.
Armin
Monday, July 9, 2012 8:09 AM -
I accomplished it in some other way.. Somewhat difficult way.. :)
Anyways Thank you all for ur suggestions.. :)
- Marked as answer by Aruncode47 Monday, July 9, 2012 4:23 PM
Monday, July 9, 2012 4:23 PM