File based Asset Report customisation- adding new report type to filter based on file size
Hi,
I am trying to create new report type under Tools>> asset> reports
http://localhost:4502/mnt/overlay/dam/gui/content/reports/createreportwizard.html
I just need to add one more field in existing createreportwizard page. Looks like everything is tightly coupled. I have added a new icon in report list (for my new reports) and also able to add new fields in the createreportwizard page. now I am trying to add size field like below.
/libs/settings/dam/search/catalogs/jcr:content/items/filesize

I need to generate report based on this size too.
have anybody tried such changes before? is it possible to extend the existing functionalities here?
Thanks in advance.