|
-
Oct 19th, 2006, 10:17 AM
#1
Hyperactive Member
Re: How to show empty columns at crosstab ?
Fix your SP and not the report since it is your data which is missing the information. Using SQL Server BOL, search for CROSS TAB REPORTs .
-
Oct 19th, 2006, 11:48 AM
#2
Thread Starter
Hyperactive Member
Re: How to show empty columns at crosstab ?
ARPRINCE,
The problem is, when I don't have values at the month, this month doesn't exist... So I have no information about this month, no value and no month...
As I said before...
I think this solution doesn't apply for my problem... 
[]s
João Luiz
Last edited by Jlarini; Oct 19th, 2006 at 02:39 PM.
-
Oct 19th, 2006, 01:10 PM
#3
-
Oct 19th, 2006, 02:27 PM
#4
Thread Starter
Hyperactive Member
Re: How to show empty columns at crosstab ?
I didn't try it yet, but by reading, it looks fine...
I'll try it and let you know the results!
thanks!
João Luiz
In time...
Do you have any clue about this ?
http://www.vbforums.com/showthread.php?t=432267
-
Oct 19th, 2006, 03:59 PM
#5
Thread Starter
Hyperactive Member
Re: How to show empty columns at crosstab ?
ARPRINCE,
Now I have the same problem, but, a little different...
I have four fields... (see attach...)
Example of the result I need:
VB Code:
Group: 1
Jan Feb Mar Apr .... and so on... With 0 as I have no values for these months...
a 100 0 10 0
b 22 0 121 0
c 22 0 212 0
d 15 0 22 0
Group: 2
Jan Feb Mar Apr .... and so on... With "0" as I have no values for these months...
a 0 5 121 12
b 0 57 12 21
c 0 74 21 22
d 0 7 111 22
Important: I'm using SQL Server's Stored Procedure...
Tks,
João Luiz
Last edited by Jlarini; Oct 20th, 2006 at 06:32 AM.
-
Oct 26th, 2006, 08:54 AM
#6
Thread Starter
Hyperactive Member
Re: How to show empty columns at crosstab ?
Well,
It's resolved, by myself, after a lot of work...
Just made changes in SPs...
[]s
João Luiz
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|