2016 Dec 21 10:15 AM - edited 2024 Feb 03 5:27 PM
Hi Expert,
I generates a webi report in for several variables A, B, C, D .....
I need to save the results of each variable to another file excel.
Like this:
A -> file_A.xls
B -> file_B.xls
C -> file_C.xls
........
Please help solve.
Regards,
Wojtek
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you very much for your help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Variables - It is the ID_DEPARTMENT from database.
Report code:
ID_DEPARTMENT IN ("158425", "158419", "158421", "158413")
I would like to retrieve email from the database, and send report with ID_DEPARTMENT to the email address in excel format.
One ID_DEPARTMENT to one email.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Please explain in detail.
What are in these variables?
one option to create multiple tabs for each one in webi and save it.
If you want to spilit the the data based on some objects then you can use publication.
https://blogs.sap.com/2014/01/07/create-publication-to-schedule-webi-report-to-dynamic-recipients/
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
81 | |
11 | |
10 | |
10 | |
10 | |
8 | |
7 | |
7 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.