I hope the subject line helps with my problem.
I have a report where I have grouped by customer number. Some customers have multiple address depending on the addresses specific use. Every customer has an address where {address_type}="XX". Not every customer has an address where {address_type}="CC"
I want to return the address for the customer based on if {address_type}="CC" only, and not return the address that the {address_type}="XX".
But, if the customer does not have an {address_type}="CC", then I do want to return the address where {address_type}="XX".
Currently, I am getting both the {address_type}="CC" and the {address_type}="XX"
I tried and If Then Else formula without any luck. Below is an example of the data in the table:
{Cust_No} {Address} {address_type}
11111 123 Main St CC
11111 456 West Ave XX
22222 9981 North St XX
33333 144 Oak St XX
44444 789 County Rd CC
44444 5211 Fourth Ave XX
Please advise and thank you.
I have a report where I have grouped by customer number. Some customers have multiple address depending on the addresses specific use. Every customer has an address where {address_type}="XX". Not every customer has an address where {address_type}="CC"
I want to return the address for the customer based on if {address_type}="CC" only, and not return the address that the {address_type}="XX".
But, if the customer does not have an {address_type}="CC", then I do want to return the address where {address_type}="XX".
Currently, I am getting both the {address_type}="CC" and the {address_type}="XX"
I tried and If Then Else formula without any luck. Below is an example of the data in the table:
{Cust_No} {Address} {address_type}
11111 123 Main St CC
11111 456 West Ave XX
22222 9981 North St XX
33333 144 Oak St XX
44444 789 County Rd CC
44444 5211 Fourth Ave XX
Please advise and thank you.