March 5, 2010 at 5:36 am
Hi,
i have table in database like this
property grade1 grade2 comments
test1 4 4 aaaaa
test2 3 4 vvvvv
i want to show it in report like this
test1 grade1 4
test2 grade1 3
test1 grade2 4
test2 grade2 4
anyone having idea?.....pls help me.....
March 5, 2010 at 10:47 am
Hi,
Before that genrate query result like that in Sql then u can do this by using table...
Thanks
Veeren
Thanks & Regards,
Veeren.
Ignore this if you feel i am Wrong. 😉
March 5, 2010 at 8:33 pm
vasanti mestri (3/5/2010)
Hi,i have table in database like this
property grade1 grade2 comments
test1 4 4 aaaaa
test2 3 4 vvvvv
i want to show it in report like this
test1 grade1 4
test2 grade1 3
test1 grade2 4
test2 grade2 4
anyone having idea?.....pls help me.....
Take a look at UNPIVOT on the T-SQL side of the house.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply