Hi,
I have this use case quite often. I want to create a PDF from a report, apply filters and add links. This PDF i'm sending to users of espocrm.
I've created a PDF template of entity Report, with the reportTable variable. I am abe to generate a PDF table with it using formula script.
However:
1. I am unable to apply a runtime filter through formula script. So I cannot filter the report.
2. I am unable to have a url in the pdf report, formatted as a url (it creates an <a href..> string.
Any suggestions if this would be possible to achieve?
I have this use case quite often. I want to create a PDF from a report, apply filters and add links. This PDF i'm sending to users of espocrm.
I've created a PDF template of entity Report, with the reportTable variable. I am abe to generate a PDF table with it using formula script.
However:
1. I am unable to apply a runtime filter through formula script. So I cannot filter the report.
2. I am unable to have a url in the pdf report, formatted as a url (it creates an <a href..> string.
Any suggestions if this would be possible to achieve?
Comment