Reporting SQL Views - Automate_Studio_Manager - Latest

Automate Studio Manager Guide

Product type
Software
Portfolio
Integrate
Product family
Automate
Product
Automate > Automate Studio Manager
Version
Latest
Language
English
Product name
Automate Studio Manager
Title
Automate Studio Manager Guide
Copyright
2024
First publish date
2018
Last updated
2024-07-22
Published on
2024-07-22T13:20:59.472887

Evolve reports work on predefined SQL Views. SQL Views are fixed; you cannot create or modify them.

When you create reports in Studio Manager, you can view the predefined SQL Views and their fields. And, you can write complex SQL queries to bring data into the reports.

Note:

When creating a SQL query, use only the view name in the from clause; do not include the database name or schema. For example: Valid query: Select Column from ViewInvalid query: Select Column from db.schema.View