User-624088818 posted
1:Create a parameter with name County and dataType as Text, and in Available Menu select GetValues from a Query if you are using dataset to get list of countries, give dataset name ,value field and Label Field. In Default Values select specific values and
in expression enter =cstr("US"). Now US will be default value
2:Create a parameter with name Region and dataType as Text, and in Available Menu select GetValues from a Query if you are using dataset to get list of Regions, give dataset name ,value field and Label Field. In Default Values select specific values and
in expression enter =cstr("NorthAmerica"). Now NorthAmerica will be default value
3.Create a parameter with name year and dataType as Date/Time, and in Available Menu select GetValues from a Query if you are using dataset to get list of Dates, give dataset name ,value field and Label Field. In Default Values select specific values and
in expression enter ==CDate(Format(Now(),"yyyy"))