...
The datasource, select a Projectrak datasource (see Add and Manage Datasources).
The PQL (Projectrak Project Query Language) query to filter the list of projects (see the DEISER’s Projectrak Advanced search with PQL documentation). If you don’t add a PQL query and click “Load”, the gadget will request all the content in the source instance, this might cause performance issues. We recommend to add at least one clause, for example to list all the projects that are “On track” and the lead of those projects is the current user, use the clause
Status = "On track" and lead = currentUser()
. And remember that the gadget returns the results of the query, which are not fixed and could change over time.Finally, indicate if you want to use the current settings for all the compatible gadgets in the dashboard. This option eases the pain of configuring one by one the rest of the gadgets with the same default configuration.
...