Bennie47250
Programmer
Using CR7.0
We have a service dispatch form that is used to dispatch for several accounts, Lets say Apple, Grape and Banana
Depending on the account and the type of service, we include different documents that are in the report footers (we currently have 15 footers) and suppress or print as appropriate. Adding a new document and having problems getting the latest to work.
We only want this to print if the
Account is Apple and
Reason is spoiled and
Call Type is Emergency and
Stores is Big
The formula I’m using but is not working is
{ Account}<>"Apple" or \\ Will not print for the other accounts
Account_Name}="Apple" \\ So it prints for Apple
and {Reason} <> "Spoiled" \\ So it does not print for tickets other than spoiled
and {CallType} = "Emergency" \\ So it prints for Emergency call types
and {Store} = 'Big' \\ So it prints for only Big store types
I have been unable to get the correct formula to condition all 4 of these conditions so it is not suppressed and will print. We will have other tickets for Apple and the reason will be different than Spoiled but this page will print.
Thanks for your suggestions on how to correct.
Thanks
Bennie
We have a service dispatch form that is used to dispatch for several accounts, Lets say Apple, Grape and Banana
Depending on the account and the type of service, we include different documents that are in the report footers (we currently have 15 footers) and suppress or print as appropriate. Adding a new document and having problems getting the latest to work.
We only want this to print if the
Account is Apple and
Reason is spoiled and
Call Type is Emergency and
Stores is Big
The formula I’m using but is not working is
{ Account}<>"Apple" or \\ Will not print for the other accounts
Account_Name}="Apple" \\ So it prints for Apple
and {Reason} <> "Spoiled" \\ So it does not print for tickets other than spoiled
and {CallType} = "Emergency" \\ So it prints for Emergency call types
and {Store} = 'Big' \\ So it prints for only Big store types
I have been unable to get the correct formula to condition all 4 of these conditions so it is not suppressed and will print. We will have other tickets for Apple and the reason will be different than Spoiled but this page will print.
Thanks for your suggestions on how to correct.
Thanks
Bennie