Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2008 Forums
 Analysis Server and Reporting Services (2008)
 Failed to Evaluate Filter Value

Author  Topic 

SallyWorc
Starting Member

5 Posts

Posted - 2012-04-19 : 03:29:05
I'm getting the following error message when I try to run a report:

An error has occured during local report processing
An error has occured during report processing
Failed to evaluate the FilterValue of the DataSet 'DataSet2'

The filter uses a parameter which gets values from its own dataset and the query runs fine. I am not given the option to select a parameter when running the report.

Any suggestions or ideas???

HenryFulmer
Posting Yak Master

110 Posts

Posted - 2012-04-27 : 10:28:53
Can you post your dataset queries? That may make it easier to help.
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-04-27 : 15:52:37
have you set any default values for parameter? is it allowable value within filter?

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page

SallyWorc
Starting Member

5 Posts

Posted - 2012-04-30 : 03:01:55
I think it was trying to pass values to a multi value parameter that weren't in the available values list. I've modified the sql to stop that from happening and it seems to be working now
Go to Top of Page

visakh16
Very Important crosS Applying yaK Herder

52326 Posts

Posted - 2012-04-30 : 10:23:00
great

------------------------------------------------------------------------------------------------------
SQL Server MVP
http://visakhm.blogspot.com/

Go to Top of Page
   

- Advertisement -