Hello all,
I'm building one analytical application.
My requirement in to send business update in an email with PDF file(containg chart and table) to our employees from SAC,
For example, if there are 4 employees from 4 different region(A,B,C,D)
While sending mail I need to send only A region data to A region employee, B region Data to B region employee and so on..
So, My plan is to loo all the employees in onInitialization() and apply filter to all screen element with that region and trigger the mail manually
My questions are - 1 - Will the above logic work?
2 - I checked this blog, How to schedule an analytic application for publication in SAP Analytics Cloud ? | SAP Blogs,
would it be possible to send email individually to each employee from code.
Thanks.