Hi
I'd like to know if anyone had any experience about sending livereport results by email (without webreports).
Best regards
Gianluca
if webreports is not an option.then since Livereports is an actual database query you could use native sql tools to acheive the same.You can in fact if you look in this forum find what the filter permissions do because that is not very obvious than the other filters that they give.for e.g filter document is actually a query with this snippet added AND( OR WHERE) SUBTYPE=144 depending on if there is already a where in the GUI.Also the project subtype has a mailing function for its members although I do not know if that would give you what you want.Obviously this also can be programmed in oscript and other languages.