Viewing 4 posts - 1 through 5 (of 5 total)
I was just going through pivot example.As you said in pivot you need to hard wire columns. Can we not built a string of column values dynamically for dynamic pivot...
April 6, 2007 at 5:01 am
I posted similar question. And I got answer from these guys.
Check this out
April 5, 2007 at 11:41 am
Thanks for the post.
Very simple,perfect.Would like to see similar post from you![]()
April 5, 2007 at 12:52 am
Hi,
You can try following
select
ArticleID from tblAuthorArticle group by ArticleID having count
April 5, 2007 at 12:35 am
Viewing 4 posts - 1 through 5 (of 5 total)