Viewing 8 posts - 16 through 23 (of 23 total)
I completely agree with you. I guess my next step would be to learn how to do pivoting in a report. Any ideas on where I could look?
July 14, 2010 at 7:42 am
We have a report in place that users can run through SharePoint. When the report is ran they export the data to excel so they can do some pivoting and...
July 13, 2010 at 2:48 pm
I have found my answer. It had to deal with the expression in SSRS.
June 14, 2010 at 1:56 pm
I had this same problem last week and used this function. It works great.
Function Divide(Numerator as Double, Denominator as Double)
If Denominator = 0 Then
Return 0
Else
Return Numerator/Denominator
End If
End Function
Then this...
June 14, 2010 at 12:42 pm
Thanks Luke. Yeah we are using embedded images. I am going to look into the web option. I have exhausted the internet looking for a way to possible put this...
June 7, 2010 at 2:55 pm
Well here is out it works and maybe you have a better solution. I just started here and had no hand in this. The logo is stored on the report...
June 7, 2010 at 12:49 pm
Luke - I have been playing with the sizes for awhile now and yes that may work, but we have hundreds of reports nad that will take forever to implement...
June 7, 2010 at 12:34 pm
Are there any specific DMV's that I could use to hep gather that information. Or if anyone knows of another way to get benchmarks that would be great. I am...
June 2, 2010 at 7:58 am
Viewing 8 posts - 16 through 23 (of 23 total)