Viewing 15 posts - 346 through 360 (of 451 total)
Have you tried creating three seperate Excel data sources?
October 11, 2012 at 8:22 am
yudy.varma (10/11/2012)
October 11, 2012 at 8:20 am
That's a pretty broad question, so a "it depends" is probably appropriate. But a user defined function has to execute on each individual row. I'd go with the...
October 11, 2012 at 8:14 am
davdam8 (10/11/2012)
'The value of the top property for the textbox 'textbox1' is...
October 11, 2012 at 6:08 am
raghavender.2369 (10/9/2012)
No, NO I dont want to handle the report in a query.. I would like to handle in a report, using some custom code,
I'm not sure why you wouldn't...
October 9, 2012 at 12:36 pm
If it's relatively simple math, you could just create an expression for the percent change fields. Something like:
=FormatPercent((Fields!2002.Value) / (Fields!2001.Value), 2)
Note: the math above is probably not what you...
October 9, 2012 at 12:19 pm
In your cube, how do you know if something is open or closed? You must have a dimension that describes the status. Where is that? That's what...
October 9, 2012 at 5:53 am
Have you tried it? What did you find? Go to your test environment and try some test examples in SSRS.
Rob
One thought is that you could do an OPENROWSET...
October 8, 2012 at 5:52 pm
mubarak.a (10/8/2012)
I'm new in SQL Server, i want the working process of STUFF & ISNULL. How it works & how it concatenate the row level data into a single data?...
October 8, 2012 at 6:15 am
Report Builder 3.0 can use a SSAS cube for its datasource. What makes you think it can't?
Create a new Data Source. Choose the 'Microsoft SQL Server Analysis Services'...
October 5, 2012 at 6:13 am
In SSRS you would use the CDate() function to change from varchar() to datetime; but the issue is that you have non-date values (Amber) mixed into that column. Check...
October 4, 2012 at 5:34 am
Are you trying to use SSRS to connect to a SSAS cube? or SSRS to connect to an DB2 OLAP source?
Either way, you should be able to create...
October 3, 2012 at 12:30 pm
Rather than using the Lookup() function, can you join the tables in your SELECT?
Rob
October 3, 2012 at 12:22 pm
I still think you have data that isn't a date. Can you take the SQL out of your dataset and manually run it in SMSS? What does that...
October 3, 2012 at 12:20 pm
Viewing 15 posts - 346 through 360 (of 451 total)