In Classic / Answers we use an agent to distribute some reports at a given time. The e-mail reciever and the data they can see is defined in a table (a table with two columns, something like: email (which is the userid) , costsenter this user can see)
I want to achieve the same in DV, using workbook email schedules (https://docs.oracle.com/en/cloud/paas/analytics-cloud/acubi/share-visualizations-using-workbook-email-schedules.html#GUID-FD2F211E-5213-461C-9940-820EE123AE6D)
To fint the correct content to each recipient is easily set up with a case stmt in an expression filter.
My question is: Is it possible to pick up the recipient list from the database table? (Line marked with blue)