Hi everyone I have a problem with a formula i've been trying to create for the past 6 days. I have been searching the web and have not come up with nothing. I'm trying to create a grouping formula. My first group is good, but when i go to try to create group 2 off of group 1 that is where the problem is. I'm basically trying to create a formula that says when you see this field from group 1 then that field will be equal to "XXXXX", "XXXXX" and "XXXXXX" from group 2 table field. I also tried using the selection formula nothing has worked..
This is one formula i did that does not work
If {Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"FI"
Else if
{Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"Letters DAY 1"
Else if
{Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"Letters DAY 2"
Else if
{Command_1.AL_DESCRIPTION} = "Data Interfaces "
Then
"Data Interface_Elisa"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination"
Then
"Audit Case Managaement"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Blocked Claims"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Collections Case Management"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Lead Development"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Protest"
Else {Command.AL_DESCRIPTION} = {Command_1.AL_DESCRIPTION}
when i do this formula it does not return the multiple parameters that are givin it only returns one of the parameter and ..I'm basically want to equal one string from one table to many strings off another table. If someone could help me figure it out.. I would greatly appreciate it since i have not been able to figure this out on my own..
This is one formula i did that does not work
If {Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"FI"
Else if
{Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"Letters DAY 1"
Else if
{Command_1.AL_DESCRIPTION} = "Financials (FI) " Then
"Letters DAY 2"
Else if
{Command_1.AL_DESCRIPTION} = "Data Interfaces "
Then
"Data Interface_Elisa"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination"
Then
"Audit Case Managaement"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Blocked Claims"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Collections Case Management"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Lead Development"
Else if
{Command_1.AL_DESCRIPTION} = "Compliance Determination "
Then
"Protest"
Else {Command.AL_DESCRIPTION} = {Command_1.AL_DESCRIPTION}
when i do this formula it does not return the multiple parameters that are givin it only returns one of the parameter and ..I'm basically want to equal one string from one table to many strings off another table. If someone could help me figure it out.. I would greatly appreciate it since i have not been able to figure this out on my own..