cancel
Showing results for 
Search instead for 
Did you mean: 

Cross tab issue

Former Member
0 Kudos

Cr 2008, SQL server 2008

I have created a cross tab that has 1 row and 11 static columns, the issue is I am getting an extra row which looks like reserved space that I can not seem to suppress or hide. Any Ideas? I have other cross tabs that I have 3 rows and multiple columns and this is not happening.

Thanks,

Glenn

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

I think you have a null record for the field inserted in rows so try to avoid null fields in the record selection like this

isnull({field})=false or trim({field})<>""

regards,

Raghavendra.G

Former Member
0 Kudos

I was just looking at that and thought that might be the issue.

Thanks for the reply.

Glenn

Answers (0)