Enter SQL Query Panel

Workflow Manager 6.0 / AdminStudio Enterprise Server 11.5 | Report Center

Edition: Report Center is included with Workflow Manager and AdminStudio Enterprise Edition.

On the Enter SQL Query panel of the Custom SQL Query Reports Wizard, enter an SQL query to retrieve the data for this report. Click the Test Query button to verify the query syntax, and click Next to proceed.

Wildcard Support in Report Center SQL Queries

In Report Center searches, the LIKE operator is always used. You can combine the LIKE operator with a wildcard character, and the following rules apply:

Wildcard Support in Report Center Queries

Situation

Rule

When no wildcards are used

If you do not enter a wildcard character in the Search box, then Report Center performs a “LIKE” search, which searches for any occurrence of that text anywhere in the item that is being searched for.

For example, if you are searching for a file name that has the word test anywhere in the file name, and you entered test in the Search box, it would be interpreted by Report Center as:

*test*

And the following files would be found:

MyTestFile and TestFile

When wildcards are used

You can specify a * wildcard in the Search box to narrow the search results.

For example, if you are searching for a file name that includes the word test, but does not begin with it, and you entered *test in the Search box, MyTest would be returned, but not TestFile.