Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Crystal 10 Variable Question

Status
Not open for further replies.

yctsai1

Programmer
Joined
Nov 1, 2006
Messages
7
Location
US
I am looking at a report with following formula

Formula Name:
SalesTaxClassDisplay

Formula:
WhilePrintingRecords;
CurrencyVar curSalesTaxClass;

WhilePrintingRecords and CurrencyVar is system function
but where did curSalesTaxClass come from ? there are no formulas or fields with that exact name.

 
It is a variable within a formula somewhere.

One method to locate it is to export to the report definition format, and then search for that variable in the resulting text file.

-k
 
Just to clarify...

When creating a variable, you have to assign a name to it. So someone named this variable "curSalesTaxClass". They could have named it "x" if they wished, i.e., anything they wanted. There should be another formula somewhere (likely in an earlier report section) that assigns a value to this variable.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top