How can i make this formula correct i keep recieving the error "string is required here"
If {Command_1.AL_DESCRIPTION} = {Command_1.AL_DESCRIPTION}
then {Command_1.AL_DESCRIPTION}
else if {Command_1.AL_DESCRIPTION} = "Financials (FI)" then {Command.AL_DESCRIPTION} = ["FI","Letters DAY 1"]<---this is the part that is given me the problem...
I want to choose these fields " ["FI","Letters DAY 1"] out of this table and field {Command.AL_DESCRIPTION} When
This field string is equal in this table.. ---->{Command_1.AL_DESCRIPTION} = "Financials (FI)"
<Will The Great>
If {Command_1.AL_DESCRIPTION} = {Command_1.AL_DESCRIPTION}
then {Command_1.AL_DESCRIPTION}
else if {Command_1.AL_DESCRIPTION} = "Financials (FI)" then {Command.AL_DESCRIPTION} = ["FI","Letters DAY 1"]<---this is the part that is given me the problem...
I want to choose these fields " ["FI","Letters DAY 1"] out of this table and field {Command.AL_DESCRIPTION} When
This field string is equal in this table.. ---->{Command_1.AL_DESCRIPTION} = "Financials (FI)"
<Will The Great>