Hi,I have Test.rdll, with one parameter and one datasetDataset:Name:CountryQuery:[quote]select distinct [Country] from [DW].[dbo].[Dim_Country]where Active = 1and Country = @Country[/quote]Parameter:General; Name= Country, Prompt = Country, Data type = Text(Allow blank. Allow Null)Available Values;Get values from a query; Dataset = Country, Value Field = CountryDefault Value = Nullwhen I try to execute this report, I get error with "Forward dependencies are not valid", I want to know how to solve this since I only have One parameter with One Dataset.
↧