Viewing 15 posts - 121 through 135 (of 322 total)
You could use the periods to date function which will return all members within a period up to the member specified
or try the : notation to specify a range
[member].lag(4):[member].currentmember
May 19, 2009 at 8:00 am
Switching Servers like that is fine in theory but I've not come across many companies who have an infrastructure system in place where this is feasible.
Production servers are usually subject...
May 19, 2009 at 4:28 am
(COUNT(CASE WHEN Ethnic_Origin = '' THEN 0 ELSE 1 END)/count(*))*100
May 19, 2009 at 3:52 am
What you have is fine...
Where the [1] comes to play is, suppose you have the following XML:
Residential
Woning
Home Based
when you match on...
May 19, 2009 at 3:48 am
mjarsaniya (5/19/2009)
But I do not need row count i need count(name).
eg.
count(name) name surname
--------------------------------
1 ...
May 19, 2009 at 2:07 am
pc4ads (5/14/2009)
Hi,I am new to SSRS2008. I wanna average a measure, non-zero values only, is there an easy way to do this?
Thanks
Are you querying a Cube or a Database
May 19, 2009 at 1:48 am
There are ways to get a VB script to go off to the internet with that URL and pull back the page title.
There is a C# method described here:
http://stackoverflow.com/questions/329307/how-to-get-website-title-from-c
Might be...
May 19, 2009 at 1:36 am
blom0344 (5/18/2009)
It does exactly what I want ,when I specify the right languagecode.
Bizarre - its not doing anything for me 😀
To answer your other question the [1] tells the XML...
May 19, 2009 at 1:33 am
select count(*), name, surname
from TableName
group by name, surname
May 19, 2009 at 1:30 am
You can use data-driven subscription or SSIS
For the SSIS method:
create a subscription to save the report to file
create an SSIS package which can test if the report is populated then...
May 18, 2009 at 8:59 am
Does that even work for you?
It's not returning anything when I run it on my test table
May 18, 2009 at 8:53 am
Each to their own I guess
Personally I prefer the step by step hand holding, repetition and over description that the books give. It's very rare to find an online resouce...
May 18, 2009 at 7:36 am
can you give some sample tables with values and expected output
May 18, 2009 at 7:14 am
blom0344 (5/18/2009)
The xml expression itself is stored as a nvarchar(max) type and not as an xml datatype. I guess that means that the xml type of query expressions will not...
May 18, 2009 at 7:11 am
Viewing 15 posts - 121 through 135 (of 322 total)