Hi
Please could you help this has been driving me crazy.
I am trying to filter a subreport using the Record Selection Formula. I have created 4 formula fields which Return "Print" or "Don't Print" depending on the formula.
What I want to do is set up the forumla so it only prints a record if any of the Formula fields = "Print"
So far I have tried:
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@Instruction} = "Print"
or
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@No Instruction} = "Print"
or
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@Null} = "Print"
or
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@Pending} = "Print"
I also tried...
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name}
and {@Instruction} = "Print"
or
{@No Instruction} = "Print"
or
{@Null} = "Print"
or
{@Pending} = "Print"
I have also tried a number of combinations of brackets but whenever I run the report it only returns if the first OR is equal to "Print". For example if {@No Instruction} = "Print" then it won't return any results.
Please help as I just don't seem to be able to crack it.
Thanks
Please could you help this has been driving me crazy.
I am trying to filter a subreport using the Record Selection Formula. I have created 4 formula fields which Return "Print" or "Don't Print" depending on the formula.
What I want to do is set up the forumla so it only prints a record if any of the Formula fields = "Print"
So far I have tried:
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@Instruction} = "Print"
or
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@No Instruction} = "Print"
or
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@Null} = "Print"
or
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name} and {@Pending} = "Print"
I also tried...
{address_Cross_Referral.rd_A1_ReferredBy1} = {?Pm-fee_earner.fee_earner_name}
and {@Instruction} = "Print"
or
{@No Instruction} = "Print"
or
{@Null} = "Print"
or
{@Pending} = "Print"
I have also tried a number of combinations of brackets but whenever I run the report it only returns if the first OR is equal to "Print". For example if {@No Instruction} = "Print" then it won't return any results.
Please help as I just don't seem to be able to crack it.
Thanks