Viewing post 1 (of 2 total)
Hi.
I am using a procedure or just a SQL-Statement like this:
select
-- dynamic row-grouplevel 1
case
when @paramRowGroupLevel1 = 1 then t1.Category
when @paramRowGroupLevel1 = 2 then...
August 27, 2014 at 8:24 am
#1741344