Viewing 15 posts - 121 through 135 (of 452 total)
akirajt (12/3/2013)
December 4, 2013 at 5:10 am
akirajt (12/3/2013)
Create an additional functionality in report server. It is a button or an address link and when you press it then you open a Excel application containing a customized...
December 3, 2013 at 1:01 pm
Take a look at this:
Creating a linked server from db engine to SSAS.
HTH,
Rob
December 3, 2013 at 12:57 pm
wendy elizabeth (11/22/2013)
November 26, 2013 at 11:48 am
Take a look at the Report Manager interface. You can create folders for organization; setup security so users can only run their reports. I think it will do...
November 22, 2013 at 8:26 am
Can you just refer to the textbox's value property? Something like:
=ReportItems!txtName.Value
HTH,
Rob
November 22, 2013 at 8:22 am
My first thought would be how often and how many people need to view the historical data? If one person might view it twice a year, I'd go the...
November 21, 2013 at 2:39 pm
xsevensinzx (10/28/2013)
November 15, 2013 at 7:10 am
bjesmith2 (11/12/2013)
November 13, 2013 at 2:42 pm
DBA12345 (11/13/2013)
calculations and every column is...
November 13, 2013 at 2:29 pm
Luis Cazares (11/7/2013)
Do you provide sponsorship for mexicans?
Luis,
I don't know all of the issues related to work visas, though I'm sure HR does. Contact HR through the contact info...
November 10, 2013 at 12:24 pm
Couldn't you do this in a calculated member and use the DateDiff() function to get the number of years. Then use IIF() to put in groups?
Just thinking out loud...
November 5, 2013 at 1:00 pm
I'm happy that worked out and I'm glad to help.
Rob
November 4, 2013 at 10:21 am
Look at string concatenation in SSRS: http://www.katieandemil.com/ssrs-concatenate-two-string-fields-using-expression#article
Keep in mind, the you can concatenate the vbCRLF built in constant to get a carriage return/line feed.
HTH,
Rob
November 3, 2013 at 7:13 pm
Take a look at adding a cascading parameter: http://msdn.microsoft.com/en-us/library/dd255197.aspx
HTH,
Rob
November 3, 2013 at 7:09 pm
Viewing 15 posts - 121 through 135 (of 452 total)