How do i do this if statements if i want replace a field's string with a different field string Example
If {Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"FI", "Letters DAY 1", "Letters DAY 2"
This would replace Financials (FI) field with three separate strings which are"FI", "Letters DAY 1", "Letters DAY 2" .
I keep getting an error. Don't know how to show this in a formula
Any help would be greatly appreciated..
<Will The Great>
If {Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"FI", "Letters DAY 1", "Letters DAY 2"
This would replace Financials (FI) field with three separate strings which are"FI", "Letters DAY 1", "Letters DAY 2" .
I keep getting an error. Don't know how to show this in a formula
Any help would be greatly appreciated..
<Will The Great>