Check the suppress, then the syntax on the suppress formula would be:
{Customer.CustID}='Cust1'
This would suppress the footer if the Customer ID = Cust1. If you want it
to suppress for everyone but customer 1, use {Customer.CustID}<>'Cust1'.
This assumes the Customer ID field is coming from the customer table. If
not (modifying an existing form), substitute the table & field you are
pulling this information from for the field.
Katharine Barry
Aspacia Systems Inc
866-566-9600
www.aspacia.com
_____
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Conrad, Jeff
Sent: Tuesday, August 16, 2005 12:13 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Crystal 8.5 - Conditional formatting
Hi,
I'm trying to use a conditional footer but I'm having trouble finding the
correct syntax. I want footer A to be visible/ B suppressed for customer 1
and footer B to visible/A suppressed for all other customers. My version of
Crystal does not have a functioning help menu(?) and I'm new to Crystal so
any help would be appreciated.
TIA,
JC
Jeff Conrad
IS Analyst
919.956.4303
Firstmark Aerospace
Durham, NC
[Non-text portions of this message have been removed]
{Customer.CustID}='Cust1'
This would suppress the footer if the Customer ID = Cust1. If you want it
to suppress for everyone but customer 1, use {Customer.CustID}<>'Cust1'.
This assumes the Customer ID field is coming from the customer table. If
not (modifying an existing form), substitute the table & field you are
pulling this information from for the field.
Katharine Barry
Aspacia Systems Inc
866-566-9600
www.aspacia.com
_____
From: vantage@yahoogroups.com [mailto:vantage@yahoogroups.com] On Behalf Of
Conrad, Jeff
Sent: Tuesday, August 16, 2005 12:13 PM
To: vantage@yahoogroups.com
Subject: [Vantage] Crystal 8.5 - Conditional formatting
Hi,
I'm trying to use a conditional footer but I'm having trouble finding the
correct syntax. I want footer A to be visible/ B suppressed for customer 1
and footer B to visible/A suppressed for all other customers. My version of
Crystal does not have a functioning help menu(?) and I'm new to Crystal so
any help would be appreciated.
TIA,
JC
Jeff Conrad
IS Analyst
919.956.4303
Firstmark Aerospace
Durham, NC
[Non-text portions of this message have been removed]