Zum Hauptinhalt springen

Pull-Down Menus

in DPQL Reference
Autorenliste
veröffentlicht: 22. Mai 2018|Letzte Aktualisierung: 3. Nov. 2022

Pull-down menus Copy link to Pull-down menus to clipboard

When creating custom stats, you can set up specific values to be dynamically replaced by the user’s selection from a pull-down menu.

The same mechanism is used in the built-in stats which have pulldowns to choose a date range, ticket property, grouping field, order, etc.

image.png

To create a pull-down menu, you need to create a variable in the stat builder for that particular stat, and then put code in two places:

First, create a variable by clicking Add Variable within the stat you want to create.

Determine the ID, this will be used to refer to the variable in the title of the stat - allowing you to create a pull down menu. It will also be referred to in the query itself.

Determine the rest of the variable criteria as necessary.

image.png

Now, add the variable ID to both the title and query.

image.png

  • Title - this is where you can select which value you want for dynamic replacement. A default value is specified here in the variable itself. The format should be ${date}.
  • The query - this is where the actual replacement is made to run the correct query. The general form again is ${date}.
HilfreichNicht hilfreich

Seiten in Pull-Down Menus

Date Ranges
Autorenliste
veröffentlicht: 22. Mai 2018
Letzte Aktualisierung: 3. Nov. 2022
Ticket Statuses
Autorenliste
veröffentlicht: 15. Mai 2018
Letzte Aktualisierung: 3. Nov. 2022
Field Groups
Autorenliste
veröffentlicht: 22. Mai 2018
Letzte Aktualisierung: 3. Nov. 2022
Ordering
Autorenliste
veröffentlicht: 22. Mai 2018
Letzte Aktualisierung: 22. Mai 2018
nächste SeiteCross-referencing Table Fields
vorherige SeiteAccessing Custom Fields

Bitte loggen Sie sich ein oder melden Sie sich an, um einen Kommentar zu hinterlassen.

Seitenabschnitte