Viewing 15 posts - 76 through 90 (of 113 total)
SSRS can be installed locally but if they have access to the report server, they can deploy the reports themselves and you are out of the picture.
If only you have...
August 24, 2012 at 12:14 am
I think you should try to deploy your report on the report server and then run it on the server itself. if it fails there then there is a problem....
August 23, 2012 at 6:36 am
Does you table or matrix show data (of course when not hidden) ?
And i think instead of the logic you applied, you can try this :
in table
=iif(Parameters!abc.Value= 1 or Parameters!abc.Value=3,...
August 23, 2012 at 5:44 am
Check this Link:
August 23, 2012 at 5:17 am
The min and max should be working.
Please show us your query.
August 23, 2012 at 5:07 am
Have you tried to divide this column into multiple columns ?
For Example: 10 columns each of length 800 maybe ?
August 20, 2012 at 12:06 am
vineet_dubey1975 (5/31/2011)
HEAD(ORDER({[Store].[Store City].MEMBERS},
Measures.[Sales Count], BDESC), 12) ON ROWS
FROM [Sales]
2) TAIL
3) SELECT Measures.MEMBERS ON COLUMNS,
TOPCOUNT({[Store].[Store City].MEMBERS}, 12,
Measures.[Sales Count]) ON ROWS
FROM [Sales]
4) TOPCOUNT
Are some of The functions...
May 31, 2011 at 5:59 am
Ninja's_RGR'us (5/13/2011)
Any way to copy or move the first subreport to the 2nd report?
That's how it was before. the 1st report was in the 2nd report itself i.e., there was...
May 13, 2011 at 9:50 am
Daniel Bowlin (5/13/2011)
May 13, 2011 at 9:38 am
hi,
Congratulations to everybody who passed in this exam.
i also passed this exam with 905 marks.
Can anybody have any info on the next exam 70-452 ?? it will be much appreciated.
Thanks...
November 21, 2010 at 9:51 pm
i created this software and i have already gave him the software
Amar Sale
November 11, 2010 at 12:05 am
its possible to convert 2008 RDL to 2005 version with a tool....Check this out...
http://stackoverflow.com/questions/1097690/converting-sql2008-rdl-file-to-sql2005
November 6, 2010 at 12:51 am
thanks 4 the reply daniel.
but i wanted to ask if i have to render 10 different reports (no subreport) in excel format there would be 10 excel files. but i...
October 7, 2010 at 11:00 am
cmbrooks08 (9/30/2010)
I have a package trying to load a fact table in my DW, and the dataset from one of the dimensions is too large for my computer/the lookup....
October 6, 2010 at 11:21 am
then a simple mid function as shown below in SSRS can do this
if and only if the number doesn't contain 1 as well as 2 digit no.
=mid(Fields!SrNo.Value,rownumber(nothing),1)
i.e., 1234567891011121314 can...
October 3, 2010 at 6:24 am
Viewing 15 posts - 76 through 90 (of 113 total)