Viewing 15 posts - 1 through 15 (of 30 total)
Now you need to add the where clause to the query (or queries) that serve your report, not the query that populates the drop down.
February 22, 2012 at 1:43 am
You've created a circular reference. Your parameter is based on a query that needs the parameter value to run. Using just
Select districtname,districtcode from district
should do the trick.
February 21, 2012 at 9:09 pm
Here's a great link from Brent Ozar's blog that's full of good information for a fresh DBA. 🙂 There's also lots for a not so fresh one.
June 8, 2011 at 6:09 pm
They can have local ones that they can use with their credentials. When deploying a report, however, ensure that the properties in the reporting project show OverwriteDatasource = False. Then...
May 2, 2010 at 10:22 pm
Start reading about Kerberos security and hope that you have an admin who can help you out with this. The problem you are experiencing is called the double hop problem....
May 2, 2010 at 9:25 pm
Not sure this will make any difference, but have you recreated the datasources?
Also, are you sure that when the olap database was recreated the user account was created and...
May 2, 2010 at 9:18 pm
If it was me, I would probably add a little logic to the query producing the data that orders the values the way you would like (ie adds a field...
May 2, 2010 at 9:14 pm
Just wondering if a rebuild of the package resolved the issue for you? I've had 2 instances where processing fails with a similar error.
April 13, 2010 at 6:23 pm
Border colours were nothing, i recreated the table within one table instead of several tables sitting adjacent, all the same problem. Just out of curiousity, I changed the row heights...
April 8, 2010 at 5:08 pm
Thanks Jack.
I actually tried running the report again to see what was actually throwing up the 100% CPU usage. What I got was the results back in 3 seconds...
December 10, 2009 at 1:21 pm
I'm just guessing that there is something in your count measure in SSAS that isn't just a straight count. If it was, then I would assume that adding the...
October 7, 2009 at 8:04 pm
defaultstartdate and defaultenddate need to be calculated in a separate data set from your report data set. What you have defined in your query is that the parameters you...
August 23, 2009 at 5:32 pm
Do you mean:
IIF(Fields!ID4.Value = Fields!Three.Value and Fields!ID4.Value = Fields!Two.Value,"YELLOW","BLACK")
August 23, 2009 at 5:26 pm
Awesome. Thanks for that. Much appreciated.
Michelle
July 18, 2009 at 1:44 pm
Viewing 15 posts - 1 through 15 (of 30 total)