Click here to Skip to main content
15,886,919 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
dear friends,

I have designed crystal report. i use formula field for if CH the cash CQ then Cheque like this. i have an error on output like this

This field name is not known. Details: errorKind Error in File crVoucher {11FD016F-2618-4C6F-855C-CD736DE1F4AC}.rpt: Error in formula Mode: 'if({VwExpenditure.PaymentMode}="CH") THEN "CASH" else if ({VwExpenditure.PaymentMode}="CQ") THEN "CHEQUE" ELSE "ACCOUNT"' This field name is not known. Details: errorKind


What I have tried:

if{VwExpenditure.PaymentMode}="CH" THEN "CASH" else if {VwExpenditure.PaymentMode}="CQ" THEN "CHEQUE" ELSE "ACCOUNT"
Posted
Updated 4-Aug-17 2:05am

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900