The ) is missing Crystal Report formula -
i trying write simple formula in crystal reports. created parameter , evaluating field. here example of formula:
if {coatsendassignment.end_date} = " / / : : am" cstr (?custenddate,"mm/dd/yyyy")
i know {coatsendassignment.end_date} = " / / : : am"
true expression.
?custenddate
in date format , convert string in format of "mm/dd/yyyy".
when type formula above, error "the ) missing." when try save formula. have read there possibility missing dll crystal reports, no can find dll missing.
i using crystal reports 2011 , passing ?custenddate parameter in visual studio 2010 , value is: #03/21/2014#
.
can tell me wrong formula, or tell me dll missing?
curly braces ({}
) required fields:
if {coatsendassignment.end_date} = " / / : : am" cstr({?custenddate},"mm/dd/yyyy")
Comments
Post a Comment