PivotSubsctions allows users to subscribe to a pivot table and recieve a scheduled email containing the specified pivot table.
Once installation is complete, a new "Pivot Subscriptions" Link will be added to the InterSystems IRIS Business Intelligence User Portal. The User Portal can be found at the Management Portal -> Analytics -> User Portal.
- Use the Download ZIP option for this project
- Extract the files and copy path
- This is the path to the directory that contains README.md and LICENSE
- Open terminal and ZN to desired namespace
- Run the following commands:
set path="<PATH FROM STEP 2>"
do $system.OBJ.Load(path_"/PivotSubscriptions/Installer.cls","ck",,1)
do ##class(PivotSubscriptions.Installer).RunInstaller(path)
- Follow the Configuration steps
To ensure that links to the SubscriptionManager page are correctly generated, the Default Application of the namespace you are working in is correctly configured.
- Go to Management Portal
- Go to System Administration > Security > Applications > Web Applications
- Click on /csp/??? where ??? is the namespace you are working in
- Check the checkbox next to Namespace Default Application and Save
Subscriptions are delivered by Email. The Task Manager Email must be configured to allow alerts to be delivered by Email. At a minimum, the SMTP Server must be assigned in the Task Manager Email Settings (Management Portal -> System Administration -> Configuration -> Additional Settings -> Task Manager Email). For more information, please see the documentation.