Hi
I am trying to write a formula to return results where the following conditions are true:
x = True
y = True
x and y = True
The formula below seems to only return:
x = True
x and y = True
But not just y = True.
// X
(If ("Commercial Property" in {?Events and Mailings}) then {address_Events_and_Mailings.rd_A1_EM_CommProp} = {?Events and Mailing Category} )
or
// Y
(If ("Company Formation and Admin" in {?Events and Mailings}) then {address_Events_and_Mailings.rd_A1_EM_CompanyFormation} = {?Events and Mailing Category} )
It seems to run through the X part of the code and then only look for Y within the results it has found for X.
Hope all that makes sense. Any help would be great as under presure to get the report out and have no idea.
Thanks
I am trying to write a formula to return results where the following conditions are true:
x = True
y = True
x and y = True
The formula below seems to only return:
x = True
x and y = True
But not just y = True.
// X
(If ("Commercial Property" in {?Events and Mailings}) then {address_Events_and_Mailings.rd_A1_EM_CommProp} = {?Events and Mailing Category} )
or
// Y
(If ("Company Formation and Admin" in {?Events and Mailings}) then {address_Events_and_Mailings.rd_A1_EM_CompanyFormation} = {?Events and Mailing Category} )
It seems to run through the X part of the code and then only look for Y within the results it has found for X.
Hope all that makes sense. Any help would be great as under presure to get the report out and have no idea.
Thanks