As previously announced via banners and our newsletters, support is no longer available through this platform.
For easier navigation, you can still click on "Submit a Ticket" here, choose the appropriate category, and you'll be redirected to the correct support channel for your plugin.
You can still access your previous tickets and browse public tickets, but please note that responding to tickets is no longer possible.
Paid customers: Please log in to your store account for support.
Pre-purchase questions: Use the support widget in the bottom-right corner of our websites:
https://wpamelia.com
https://wpdatatables.com
https://wpreportbuilder.com
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