GetDocumentRefreshParameters
Refreshes a Web Intelligence document by filling the refresh parameters if needed and running the query.
Input
| Name | Type | Required | Description |
| DocumentID | String | True | The identifier of the document. |
| ListOfValuesInfo | Bool | False | Specifies if the lists of values are computed and displayed.
The default value is true. |
| Summary | Bool | False | Specifies if a summary of the previous values will be returned.
The default value is false. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating if the procedure was executed successfully. If false, the output parameter 'Details' will contain the failure details. |
| Details | String | Details of execution failure. NULL if success=true. |
| Parameters | String | Parameters to be filled before running a document refresh. |