I have a parameter field. Lets say it is CountryName. When I enter a CountryName, it should match that countryname from the database. We can do that with
{Country.CountryName} = {?CountryName} in record selection.
Example, if we give {?CountryName} as USA, then it diplays the rows only with Country Name as USA.
But if I donot enter any thing for the CountryName parameter field, then it should display the records with ALL country names.
How to do this?
{Country.CountryName} = {?CountryName} in record selection.
Example, if we give {?CountryName} as USA, then it diplays the rows only with Country Name as USA.
But if I donot enter any thing for the CountryName parameter field, then it should display the records with ALL country names.
How to do this?