I have a dimension of Sales Associates in which they have name also and I want to email all my sales associates their performance report. Problem I want to email to my sales associates only their specific figure not email the whole report. I have more than 20 Sales Associates. How I make this automated.
Assuming you are using OLAP report, there are two ways of doing this: using SSAS security and using User Filter Value feature.
When using User Filter Value feature: 1) Create User Filter Value definition (Admin > User Filter Value) 2) Specify what the value is for each user (Admin > User > User Filter Value tab). This can also be done on role level. 3) Make sure your report has “Sales Associates” dimension in filters 4) Open Subscription dialog and click on the Filters tab, select the User Filter Value for the filter and click update. http://www.reportportal.com/help/admin/filterDef.htm
When using SSAS security, use BIDS or SQL Server Management Studio to give every person the specific member access for your “Sales Associates” dimension. This might require you to create SSAS role for each user. More information about SSAS security can be found here: http://www.reportportal.com/help/design/security.htm
Typing mistake I have 70 sales associates. I dont want to give them access on report portal. Is this any way that automatically send email to my 70 sales associates, not email the whole report only thier figures.