Viewing post 1 (of 2 total)
i also tried to define a dataset with visual studio 2005 (for the SSRS report) like this:
select NULL as department
union all
select distinct upper(department) from subset
order by department asc
DOESN'T WORK!
October 13, 2010 at 9:27 am
#1236315