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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

how to set a parameter's default value to a formula

Status
Not open for further replies.

gegeying

Programmer
Feb 22, 2007
14
US
I am trying to create a parameter, which sould allow multiple values. and Its default value is in fact from a formula. i.e. Mid ({EQUIPMENT.GLACCOUNT},11 ,5 ).

I am using Crystal report 8.5.

how to do that?
 
I think you would have to create the list of values using the formula in a separate Crystal Report, export it to text in Wordpad, remove the quotes, and then import it as the parameter list in CR.

-LB
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top