I want to add a formula field named dr and I have given the following coding in the window but it is giving error when I click at save. Anyone who can help is welcome.
{@dr}={bk_transact.Amount} where {bk_transact.tran_type}="DR"
You don't name the formula inside the formula, you name it when you create it and then define the calculation:
if {bk_transact.tran_type}= "DR"
then {bk_transact.Amount}
else 0 Ken Hamady, On-site Custom Crystal Reports Training & Consulting
Public classes and individual training.
Guide to using Crystal in VB
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.