After investigation we find that in your template placeholder for basedate1 is not proper insert.
You use ${basedate1.all} in sentence without loop format or table format.
When you are using placeholders from custom varaibles you can use it where every you want, but if you use it from table then you will need to use it wpdatatables loop like
when we try to click on download button, the report has an error. Please check it out. I will send you username/password via private ticket.
Hi James,
Thank you for your purchase.
After investigation we find that in your template placeholder for basedate1 is not proper insert.
You use ${basedate1.all} in sentence without loop format or table format.
When you are using placeholders from custom varaibles you can use it where every you want, but if you use it from table then you will need to use it wpdatatables loop like
${wpDataTable.row}
Column1: ${column1.all}
Column2: ${column2.all}
…
${/wpDataTable.row}
or in table format. You can find template and tutorial for this case on this link https://wpreportbuilder.com/examples/ad-media-delivery-report-generate-word-docx/
A lot of other examples you can find here https://wpreportbuilder.com/examples/
But based on the template, you use only custom variables(from custom input elements) so maybe you need only custom date variable
${BaseDate1} instead of ${basedate1.all} and your template will work.
If you do not need data from table, only from custom variables(inputs) you can choose none option as table source, bacause you can create reports without connecting to the table. More details here https://wpreportbuilder.com/documentation/word-docx-report-no-source-table/
Best regards
Kind Regards,
Isidora Markovic
wpDataTables: FAQ | Facebook | Twitter | Front-end and back-end demo | Docs
Amelia: FAQ | Facebook | Twitter | Amelia demo sites | Docs
You can try our wpDataTables add-ons before purchase on these sandbox sites:
Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables