If you ever wanted to connect your data in Propel to BrightGauge or Power BI, this feature is for you!
MSPs looooooovvvve integrated dashboards and many have asked to pull data out of Propel in a more "automated" way than an Excel or Word report. With this feature, you will be able to pull just about anything from your data.
Here are the table in the reporting DB. Hopefully, everything should be pretty much self explanatory.
- agreements
- asset_budget_actions
- assets
- client_status_matrix
- companies
- company_audit_question_comments
- company_audit_questions
- company_audit_sections
- company_audits
- forecast_entries
- projects
- stack_{stack name}: 1 table is created per stack.
- sync_info
- vcio_process_items
How to Connect?
Once active, the MSSQL Connection String is available from the Propel app. See the image below. Depending on your connection method, you may need to split the Connection String into its parts and input those in your application's fields.
Troubleshooting
I cannot connect
Make sure you communicated the list of IPs you are trying to connect from so we can open the Firewall. Then, make sure you are user the proper username and password available in Propel Your MSP / Settings / Reporting DB.
I can connect, but I don't see the database
If connecting with SQL Management Studio, the left "navigation panel" will only show the master and tempdb databases. This is because, for obvious reasons, your user does not have VIEW permission. You need to make sure you connect directly to your assigned database. Alternatively, you can issue a "USE DATABASE <your db name>;" SQL statement to change to your DB.
You can also see all available tables by doing "SELECT name FROM sys.tables;"