PPF Refresh Widget

Auto-refresh report pages at a defined interval.

Overview

Since reports can show data as recent as one minute old, the refresh widget ensures the report HTML page auto-refreshes to keep data current.

Full Example

var ppf_widgets = {
    example_refresh: {
        type: 6,
        interval: 1,
        depend: [[]]
    }
}

Defining a Refresh Widget

KeyDescription
type Required. Must be 6 for a refresh widget.
interval How often the report page should refresh, in minutes. Minimum value is 1. Example: interval: 5
depend Widget dependencies. See dependency information.