Date format in crystal report
"Report Date: " + ToText ({X_CUSTOMER_RPT.FROM_DATE_}, "dd/MM/yyyy") + " to " + ToText ({X_CUSTOMER_RPT.TO_DATE_}, "dd/MM/yyyy")
ToText(CDate({X_TRANSPORTBILL_REP.DELIVERY_DATE}),"dd/MM/yy")
Add Two Columns
{X_CUSTOMER_RPT.SUB_REGIONAL_CODE} + " - " + {X_CUSTOMER_RPT.SUB_REGIONAL_DESC}
No comments:
Post a Comment