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

using the Crystal Repository

Status
Not open for further replies.

bdjb

Technical User
Oct 29, 2002
292
US
Hello All,
Has anyony used Crystal 9's repository? I would like to add a formula to it, so I don't have to create it each time. The only way seems to be through creating a function.
Is it possible to add a formula to the repository?

Thanks,
Bob
 
You Cannot add Crystal Formulas to the repositary only Custom Formulas or SQL Commands Gary Parker
Systems Support Analyst
 
The latest issue of Crystal Clear gave the syntax of how to create a Custom Function and add it to the Repository.

The advanatge is, that if your formula has complex logic, you convert it into a Custom Function in a shared Repository, and then you still need a formula, but it just calles the Custom Function. SO your formula just says
CustomFunctA(arg1, arg2, arg3)

And the Custom fucntion does all the complex stuff with values arg1, arg2, arg3 - or however you want to do it.
Editor and Publisher of Crystal Clear
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top