I have formula Called "Dist"
if{Command.District} = "NE" then "Northeast" else
if {Command.District} = "AK" then "Alaska" else
if {Command.District} = "SE" then "Southeast" else
if {Command.District} = "SW" then "Southwest" else
if {Command.District} = "NW" then "Northwest"
I want to create a Parameter Called "District" that work with the formula above when the user enter like dstrict " NE , AK, SE , SW, NW" it shows in report Title.
if{Command.District} = "NE" then "Northeast" else
if {Command.District} = "AK" then "Alaska" else
if {Command.District} = "SE" then "Southeast" else
if {Command.District} = "SW" then "Southwest" else
if {Command.District} = "NW" then "Northwest"
I want to create a Parameter Called "District" that work with the formula above when the user enter like dstrict " NE , AK, SE , SW, NW" it shows in report Title.