I've made new fields for my report using the expression builder and it always works great with text fields or date fields - but I get errors if I try to mix text and date fields.
Example that works:
="This report has been designed by " + [NameField] + " and it works great"
Example that does not work:
="This report has been designed by " + [NameField] + " on " + [Datefield] + " and it does not work"
Any ideas??
Example that works:
="This report has been designed by " + [NameField] + " and it works great"
Example that does not work:
="This report has been designed by " + [NameField] + " on " + [Datefield] + " and it does not work"
Any ideas??