Mike,
Not yet, but it will, you see, I am not writing it against a SQL Database, I am actually writing against a UniVerse Database. The parameters I wish to replace with formulas are {?Year} and {?Month}.
Example:
if {?Month}="1"
then {AT_CLIENT.HRSH_WKD_THRU_MTH1}
else if {?Month}="2"
then {AT_CLIENT.HRSH_WKD_THRU_MTH2}
else if {?Month}="3"
then {AT_CLIENT.HRSH_WKD_THRU_MTH3}
else if {?Month}="4"
then {AT_CLIENT.HRSH_WKD_THRU_MTH4}
else if {?Month}="5"
then {AT_CLIENT.HRSH_WKD_THRU_MTH5}
else if {?Month}="6"
then {AT_CLIENT.HRSH_WKD_THRU_MTH6}
else if {?Month}="7"
then {AT_CLIENT.HRSH_WKD_THRU_MTH7}
else if {?Month}="8"
then {AT_CLIENT.HRSH_WKD_THRU_MTH8}
else if {?Month}="9"
then {AT_CLIENT.HRSH_WKD_THRU_MTH9}
else if {?Month}="10"
then {AT_CLIENT.HRSH_WKD_THRU_MTH10}
else if {?Month}="11"
then {AT_CLIENT.HRSH_WKD_THRU_MTH11}
else if {?Month}="12"
then {AT_CLIENT.HRSH_WKD_THRU_MTH12}