please help me to solve this
me table values are follows:
name, type, result
a 1 0
b 2 0
Crystal Report should look like
. name
type result
such as
. a b
1 0 -
2 - 0
thanx
Cross tab report of crystal report in c#,.NET?
I'm still a noob when it comes to cross-tab reports/queries, but to me it seems like a cross-tab is best utilized for sums or counts of two-field groups. For instance, you could use a cross-tab to generate counts of each type grouped by each name. But once you add the result variable, I think a cross-tab is no longer appropriate.
To do what you're describing, I would just lay out the report using a table instead of a cross-tab.
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment