If Statements
Posted: Thu Apr 16, 2015 9:10 pm
i am attempting to set up a formula with the following if statement. I know that StimulSoft does not use the actual Words for "And" and "or" Can you please let me know which keyboard symbols are used in the place of "and" in the below statement.
_lcCustPn == "Internal" and rptInvoiceFormWM.CustPartNo ==""
?rptInvoiceFormWM.PartNO+" "+rptInvoiceFormWM.Rev
:_lcCustPn == "Internal" and rptInvoiceFormWM.CustPartNo !=""
?rptInvoiceFormWM.CustPartNo+" "+rptInvoiceFormWM.CustRev
:rptInvoiceFormWM.PartNO+" "+rptInvoiceFormWM.Rev
_lcCustPn == "Internal" and rptInvoiceFormWM.CustPartNo ==""
?rptInvoiceFormWM.PartNO+" "+rptInvoiceFormWM.Rev
:_lcCustPn == "Internal" and rptInvoiceFormWM.CustPartNo !=""
?rptInvoiceFormWM.CustPartNo+" "+rptInvoiceFormWM.CustRev
:rptInvoiceFormWM.PartNO+" "+rptInvoiceFormWM.Rev