Viewing 4 posts - 1 through 4 (of 4 total)
You should be able to use lists.. By grouping the list by name or any other unique identifier for that row.
Regards,
C
October 26, 2011 at 9:12 am
Hi,
You can try dynamic query:
declare @id varchar(10) = '500107'
EXEC('SELECT { [Measures].[Amount] } ON COLUMNS, NON EMPTY {(DESCENDANTS([Customer].[Customer Hierarchy].[Level 03].[' + @id + ']) * [Date].[Date].[Day].ALLMEMBERS * [As of Date].[As...
October 24, 2011 at 8:00 am
Thanks 🙂
I guess its just a proxy issue then.
Cheers.
October 18, 2011 at 4:32 am
Hi,
I am currently working on a report that uses geographical data of UK. But I am unable to access the Bing Layer.
The question is.. Is Bing Layer in SSRS...
October 18, 2011 at 3:01 am
Viewing 4 posts - 1 through 4 (of 4 total)