Viewing 2 posts - 1 through 3 (of 3 total)
In Report design it display only col1 col2 field but Col_,... can not display.
Please help to advise for this
Thanks
September 23, 2007 at 8:27 pm
#735510
Hi.
After try your concept it work but for static column the dynamic column does not work.
Let say I modify your query like this.
create procedure test
@colTotal int
as
declare @colList varchar(200)
set @colList=''
declare @colCnt...
September 23, 2007 at 8:23 pm
#735509