MicroStrategy ONE

List Incremental Refresh Reports statement

List the Incremental Refresh reports in a project.

Copy
LIST [ALL] INCREMENTAL REFRESH REPORTS [IN FOLDER 
 "folder_name"] FOR PROJECT "project_name";

where:

  • FOLDER "folder_name" is the folder containing the reports, of type string.

  • PROJECT "project_name" is the project containing the reports, of type string.

Example

Copy
LIST ALL INCREMENTAL REFRESH REPORTS IN FOLDER "\Reports" 
 FOR PROJECT "Asia-Pacific Sales Tracker";

ResultSet Columns

HIDDEN: Whether or not the Incremental Refresh report  is hidden, returned as a boolean value.

NAME: The name of the Incremental Refresh report, returned as a string.

PATH: The path to the Incremental Refresh report, returned as a string.