Last modified by Aurelie Bertrand on 2026/06/19 17:21

Show last authors
1 {{ddtoc/}}
2
3 ----
4
5 In this documentation, we are working within the following context:
6
7 * Server name: ddsrv
8 * Port: 8080
9 * DigDash domain: ddenterpriseapi
10 * DigDash dashboard domain: digdash_dashboard
11
12 You will, of course, need to adapt the integration to your own environment.
13
14 (% class="box" %)
15 (((
16 💡** **You can also use a server-side authentication mechanism to avoid having to use a username and password. See the page [[URL anonymisation>>doc:Digdash.webIntegration.anonymisation_url.WebHome]] for further details.
17 In this case, the//authToken// parameter replaces the //pass// parameter.
18 )))
19
20 (% class="box warningmessage" %)
21 (((
22 ⚠**HTML report**
23
24 To ensure that the icons in HTML reports are displayed correctly, they must be specified using keywords rather than URLs. See the page [[HTML Report>>doc:Digdash.user_guide.studio.Create_flow.Flow_types_and_configuration.Flow_type_table.HTML_report.WebHome]] for further details.
25 )))
26
27 = iFrame integration mode =
28
29 (% class="box infomessage" id="HIntE9grerungraphique28flux29" %)
30 (((
31 ℹ In iFrame mode, only a graphical portlet ({{glossaryReference glossaryId="Glossary" entryId="Flux"}}Flow{{/glossaryReference}}) can be embedded. Other portlets (filters, legend, comments, etc.) cannot be embedded.
32 )))
33
34 You can embed a chart ({{glossaryReference glossaryId="Glossary" entryId="Flux"}}Flow{{/glossaryReference}}) from your information portfolio into an iframe using a URL in the following format:
35
36 {{code language="html"}}
37 http://ddsrv:8080/ddenterpriseapi/viewflow?flowId=<flowid>
38 {{/code}}
39
40 You can easily obtain the URL for a flow from the flow management panel in Studio. To do this, right-click on the flow and select **‘Copy flow URL’.**
41
42 **[[image:Copy_flow_URL_FR.png||height="445" width="443"]]**
43
44 For example:
45
46 {{code language="html"}}
47 http://ddsrv:8080/ddenterpriseapi/viewflow?flowId=15455f95
48 {{/code}}
49
50 It is possible to pass parameters in this URL, which will be read by the application to authenticate and customise the content displayed.
51 These parameters are added as a query string at the end of the URL, after a question mark //(?)//.
52 Each parameter is a //key=value// pair, and the different pairs are separated by an //ampersand (&//).
53 See the section [[Available parameters>>doc:||anchor="Paramètres_iframe"]] for a list of parameters.
54
55 For example, to display the graph using:
56
57 * username//15455f95//
58 * the username //‘user1’// and the password //‘pass1’//
59 * the filter bar disabled
60
61 we embed the code in the iFrame tag as follows:
62
63 {{code}}
64 <iframe src="http://ddsrv:8080/ddenterpriseapi/viewflow?flowId=15455f95&user=user1&pass=pass1&hideFilters=true"></iframe>
65 {{/code}}
66
67 == Available parameters{{id name="Paramètres_iframe"/}} ==
68
69 The parameters available for charts (flows) are as follows:
70
71 |=(% style="width: 390px;" %)Parameter|=(% style="width: 138px;" %)Value|=(% style="width: 964px;" %)Description
72 |(% style="width:390px" %)(((
73 flowId
74 )))|(% style="width:138px" %)(((
75 flowId
76 )))|(% style="width:964px" %)ID of the flow to be displayed
77 |(% style="width:390px" %)user|(% style="width:138px" %)user|(% style="width:964px" %)User to authenticate
78 |(% style="width:390px" %)pass|(% style="width:138px" %)password|(% style="width:964px" %)Password for the unauthenticated user
79 |(% style="width:390px" %)authToken|(% style="width:138px" %)token|(% style="width:964px" %)Token for the unauthenticated user
80 |(% style="width:390px" %)hideFilters|(% style="width:138px" %)true~|false|(% style="width:964px" %)Hides (true) or displays (false) the filter bar
81 |(% style="width:390px" %)variableName|(% style="width:138px" %)variableValue|(% style="width:964px" %)Specifies the value of the variable variableName
82 |(% style="width:390px" %)(((
83 dimensionName
84
85 If the dimension contains one or more hierarchies, you can select the desired hierarchy and level by adding:
86
87 * **HD**imensionName
88 * **LD**imensionName
89 )))|(% style="width:138px" %)(((
90 filterValue
91
92
93 (% style="color:#ffffff" %)yyyy
94
95 Hierarchy Name Hierarchy Level
96 )))|(% style="width:964px" %)(((
97 Specifies the filtered dimension member
98
99 (% style="color:#ffffff" %)zzzzzzz
100
101
102 Specifies the name of the hierarchy
103 Specifies the level of the hierarchy
104 )))
105
106 = Embedded JavaScript integration mode =
107
108 (% class="box infomessage" %)
109 (((
110 ℹ In this mode, in addition to charts, you can embed other types of elements: filters, legends, comments, measure selectors, variables, search and filtered elements.
111 )))
112
113 (% class="wikigeneratedid" id="HChargerlefichierJavascriptDigdash" %)
114 This mode requires you to load the JavaScript file that enables a DigDash dashboard to be displayed on a web page. To do this, add the following line of code to the //<head>//section of your web page:
115
116 {{code}}
117 <script src="http://ddsrv:8080/digdash_dashboard/digdash.dashboard.js">
118 {{/code}}
119
120 (% class="wikigeneratedid" %)
121 You can embed a DigDash dashboard either in HTML using dedicated tags, or via JavaScript for a more dynamic configuration.
122
123 == HTML integration ==
124
125 A custom <DD-portlet/> tag allows you to embed a chart ({{glossaryReference glossaryId="Glossary" entryId="Flux"}}Flow{{/glossaryReference}}) or other embeddable element directly into the HTML code, without writing any JavaScript. This method is useful for simple pages or where JavaScript is not permitted.
126
127 (% class="box infomessage" %)
128 (((
129 💡In this case, authentication takes place just once within the first**<dd-portlet/>** tag on the page. This can be any type of portlet.
130 )))
131
132 === Chart (flow) ===
133
134 To embed a chart, use the code in the following format at the desired location on the web page:
135
136 {{code language="html"}}
137 <dd-portlet type="flow" flowId="flowId"/>
138 {{/code}}
139
140 In this mode, the [[parameters>>doc:||anchor="Paramètres"]] are passed directly as tag attributes. See the section [[Available parameters >>doc:||anchor="Paramètres"]]for the full list.
141
142 For example, to display a graph with:
143
144 * ID//15455f95//
145 * the header hidden
146 * key facts disabled
147
148 we use the following code:
149
150 {{code language="html"}}
151 <dd-portlet type="flow" flowId="flowId" showheader="false" highlightdata="false"/>
152 {{/code}}
153
154 (% class="wikigeneratedid" %)
155 If we incorporate authentication:
156
157 {{code language="html"}}
158 <dd-portlet user="user1" pass="pass1" type="flow" flowId="flowId" showheader="false" highlightdata="false"/>
159 {{/code}}
160
161 === Other elements (filters, captions, etc.) ===
162
163 (% class="wikigeneratedid" id="HIntE9grationenmodeJavaScript" %)
164 Using the same principle, it is possible to integrate other types of elements (portlets): filters, legends, comments, measure selectors, variables, search and filtered elements.
165 To do this, use the following general syntax:
166
167 {{code language="html"}}
168 <dd-portlet type="typeDuPortlet" parameterId="value"/>
169 // parameterID for the other parameters according to the type
170 {{/code}}
171
172 (% class="wikigeneratedid" %)
173 See the section [[Available parameters >>doc:||anchor="Paramètres"]]for the full list.
174
175 (% class="wikigeneratedid" %)
176 For example, for a ‘Dimension’ filter-type content:
177
178 {{code language="html"}}
179 <dd-portlet type="dimension" dim="Type of line" datasource="Telecom" viztype="SlicerHorizontal" showsearch="false" showborder="false"/>
180 // dim : Dimension name
181 // datasource : Datasource name
182 // viztype: Vizualization type: here, horizontal list
183 // showsearch : Display search box
184 // showborder : Display border
185 {{/code}}
186
187 == JavaScript integration ==
188
189 === Chart (flow) ===
190
191 To embed a chart using JavaScript:
192
193 1. Add a**<div>** tag with a unique identifier at the desired location on the web page: this tag will act as a container for displaying the chart.
194 For example:
195
196 {{code}}
197 <div id="tableflow"></div> // tableflow is the identifier (divId)
198 {{/code}}
199
200 (% start="2" %)
201 1. Add the JavaScript script to initialise and display the chart.
202 To do this, within a <script> tag, add the following code:
203
204 {{code language="js"}}
205 DigDash.init({
206 "url":"http://ddsrv:8080/digdash_dashboard",
207 "user": "user",
208 "pass": "pass"
209 });
210
211 DigDash.drawPortlet("divId",{
212 "type": "flow",
213 "flowId": "flowId"
214 });
215 {{/code}}
216
217 * The**DigDash.init()** method allows you to initialise the dashboard by specifying the DigDash server URL and the authentication parameters.
218 * The **DigDash.drawPortlet()**method displays the element (portlet) with the specified parameters in the container defined previously. See the section [[Available Parameters >>doc:||anchor="Paramètres"]]for the full list.
219
220 (% class="box infomessage" %)
221 (((
222 💡 Don’t forget to call the draw() function in the body:
223
224 {{code language="html"}}
225 <body onload="draw()">
226 {{/code}}
227 )))
228
229 For example, to display a chart (divId = columnflow), we use the following script:
230
231 {{code language="html"}}
232 <script>
233 function draw() {
234 // Initializing connection to DigDash server
235 DigDash.init({
236 "url": "https://ddsrv:8080/digdash_dashboard/",
237 "user": "user",
238 "pass": "pass"
239 });
240
241 //Displaying column chart
242 DigDash.drawPortlet("columnflow", {
243 "type": "flow",
244 "flowId": "22a0cc0d",
245 "showborder": false,
246 "showheader": false
247 });
248 }
249
250
251 {{/code}}
252
253 === Other elements (filters, legends, etc.) ===
254
255 Using the same principle, it is possible to integrate other types of elements (portlets): filters, legends, comments, measure selectors, variables, search and filtered elements.
256 To do this, use the following general syntax:
257
258 {{code language="html"}}
259 DigDash.drawPortlet("divId", {
260   type: "portletType",
261   // otther parameters according to portlet type
262 });
263 {{/code}}
264
265 See the section [[Available parameters >>doc:||anchor="Paramètres"]]for the full list.
266
267 For example, to display a chart (div id = columnflow) and the associated legend (div id = legend), we use the following script:
268
269 {{code language="html"}}
270 <script>
271 function draw() {
272 // Initializing connection to DigDash server
273 DigDash.init({
274 "url": "https://ddsrv:8080/digdash_dashboard/",
275 "user": "user",
276 "pass": "pass"
277 });
278
279 // Displaying column chart
280 DigDash.drawPortlet("columnflow", {
281 "type": "flow",
282 "flowId": "22a0cc0d",
283 "showborder": false,
284 "showheader": false
285 });
286
287 // Legend associated to the column chart
288 DigDash.drawPortlet("legend", {
289 "type": "legend",
290 "flow": "22a0cc0d",
291 "showborder": false,
292 "showheader": true,
293 "layout": "horizontal"
294 });
295 }
296
297
298 {{/code}}
299
300 == Available parameters{{id name="Paramètres"/}} ==
301
302 === Parameters common to all elements (portlets) ===
303
304 These parameters are available for both charts and other elements.
305
306 |(% style="background-color:grey; width:184px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:233px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:188px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:167px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:525px" %)(% style="color:#ffffff" %)**Description**
307 |(% style="width:184px" %)**type**|(% style="width:233px" %)(((
308 "flow"
309 "filter"
310 "globalfilter"
311 "legend"
312 "comment"
313 "text query"
314 "measure selector"
315 "dimension"
316 "measurefilter"
317 "variable"
318 )))|(% style="width:188px" %)None|(% style="width:167px" %)
319 parameter required|(% style="width:525px" %)Portlet type:(((
320 * "flow": chart ({{glossaryReference glossaryId="Glossary" entryId="Flux"}}Flow{{/glossaryReference}})
321 * "filter": filtered items
322 * "globalfilter": search
323 * "legend": legend
324 * "comment": comments
325 * "text query": data query
326 * "measure selector": measure selector
327 * "dimension": dimension filter
328 * "measurefilter": measure filter
329 * "variable": variable
330 )))
331 |(% style="width:184px" %)**subtype**|(% style="width:233px" %)flow_datamodelwrapper.xml|(% style="width:188px" %)None|(% style="width:167px" %) |(% style="width:525px" %)Used to define a subtype for flows
332 |(% style="width:184px" %)**name**|(% style="width:233px" %)String|(% style="width:188px" %)None|(% style="width:167px" %) |(% style="width:525px" %)Name of the portlet to be displayed in the header
333 |(% style="width:184px" %)**colour**|(% style="width:233px" %)Hexadecimal value|(% style="width:188px" %)None|(% style="width:167px" %) |(% style="width:525px" %)Portlet background colour
334 |(% style="width:184px" %)**image**|(% style="width:233px" %)Path to the image|(% style="width:188px" %)None|(% style="width:167px" %) |(% style="width:525px" %)Portlet background image
335 |(% style="width:184px" %)**showborder**|(% style="width:233px" %)Boolean|(% style="width:188px" %)"true"|(% style="width:167px" %) |(% style="width:525px" %)Displays a border around the portlet
336 |(% style="width:184px" %)**showheader**|(% style="width:233px" %)Boolean|(% style="width:188px" %)"true"|(% style="width:167px" %) |(% style="width:525px" %)Displays a header above the portlet
337 |(% style="width:184px" %)**maximise**|(% style="width:233px" %)Boolean|(% style="width:188px" %)"false"|(% style="width:167px" %) |(% style="width:525px" %)Allows the portlet to be maximised in the Dashboard
338 |(% style="width:184px" %)**cssstyle**|(% style="width:233px" %)CSS class|(% style="width:188px" %)none|(% style="width:167px" %) |(% style="width:525px" %)Allows you to apply CSS to this portlet
339 |(% style="width:184px" %)**css**|(% style="width:233px" %)Content of the CSS class|(% style="width:188px" %)none|(% style="width:167px" %)The CSS style `
340 ` must exist|(% style="width:525px" %)Contents of the CSS class
341 |(% style="width:184px" %)**description**|(% style="width:233px" %)String|(% style="width:188px" %)none|(% style="width:167px" %) |(% style="width:525px" %)Allows context-sensitive help to be displayed via an icon on the portlet
342
343 === Graphics-specific parameters (flows) ===
344
345 |(% style="background-color:grey" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:235px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:197px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:556px" %)(% style="color:#ffffff" %)**Description**
346 |**highlightdata**|Boolean|"true"| |Show highlights
347 |**flowdetail**|"auto" or flowid|"false"| |Show flow details
348 |**displaycommenticon**|Boolean|"false"| |Show an icon when a comment is present
349 |**displaylegendicon**|Boolean|"false"| |Display an icon that shows the legend when clicked
350 |**layoutlegend**|"horizontal" or "vertical"|"vertical"|displaylegendicon must be set to true|Legend display type: horizontal or vertical
351 |**displayaxisnamelegend**|Boolean|"false"|displaylegendicon must be set to true|Show the axis title
352 |**menu**|Boolean|"true"| |Show the button to open the menu
353 |**exportCSV**|Boolean|"true"|The menu must be set to true|Enable CSV export from the menu
354 |**exportPDF**|Boolean|"true"|menu must be set to true|Enable PDF export from the menu
355 |**exportPPT**|Boolean|"true"|menu must be set to true|Enable PPT export from the menu
356 |**exportXLS**|Boolean|"true"|menu must be set to true|Enable Excel export from the menu
357 |**exportXLSWithoutStyles**|Boolean|"true"|menu must be set to true|Enable Fast Excel export from the menu
358 |**menuinfo**|Boolean|"true"|menu must be set to true|Enable the display of information from the menu
359
360 === Content-specific settings Filtered items ===
361
362 |(% style="background-color:grey" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:235px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:197px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:556px" %)(% style="color:#ffffff" %)**Description**
363 |displaydimension|Boolean|"false"|Display the dimension name
364 |displayhierarchy|Boolean|"false"|Show the hierarchy name
365 |displaylevel|Boolean|"false"|Display the level name
366
367 === Content-specific parameters Search ===
368
369 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:173px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:514px" %)(% style="color:#ffffff" %)**Description**
370 |(% style="width:170px" %)flows|(% style="width:232px" %)A comma-separated list of flow identifiers|(% style="width:203px" %)None|(% style="width:173px" %)The flows (charts) must exist on the page|(% style="width:514px" %)Allows you to display only members of the {{glossaryReference glossaryId="Glossary" entryId="Flux"}}Flow{{/glossaryReference}} dimensions with the specified ID
371 |(% style="width:170px" %)label|(% style="width:232px" %)Text|(% style="width:203px" %)None|(% style="width:173px" %) |(% style="width:514px" %)Allows you to change the label ‘Search’
372
373 === Content-specific settings Caption ===
374
375 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Setting**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
376 |**displayaxisname**|Boolean|"true"|(% style="width:171px" %) |(% style="width:516px" %)Display the axis title
377 |**layout**|"horizontal" or "vertical"|"vertical"|(% style="width:171px" %) |(% style="width:516px" %)Legend display type: vertical or horizontal
378 |**flow**|flowid|None|(% style="width:171px" %) |(% style="width:516px" %)The context of the legend will be determined by this {{glossaryReference glossaryId="Glossary" entryId="Flux"}}Flow{{/glossaryReference}}
379 |**hideelement**|"true"|None|(% style="width:171px" %)selectelement must not be defined|(% style="width:516px" %)Displays an icon that allows the element to be hidden on click
380 |**selectelement**|"true"|None|(% style="width:171px" %)hidelement must not be defined|(% style="width:516px" %)Displays an icon that allows the element to be selected on click
381 |**sorttype**|0 or 1|None|(% style="width:171px" %)sortreverse must be set|(% style="width:516px" %)0 = Alphabetical sort, 1 = Numerical sort
382 |**sortreverse**|boolean|None|(% style="width:171px" %)sorttype must be defined|(% style="width:516px" %)Sort in ascending or descending order
383
384 === Content-specific parameters Comments ===
385
386 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
387 |**datamodels**|A comma-separated list of data model identifiers|None|The data models must exist on the page|Show only comments on data models with the specified identifier
388 |**flows**|Comma-separated list of flow identifiers|None|The flows (charts) must exist on the page|Show only comments on flows (graphs) with the specified ID
389 |**displaytype**|"displaytypelist" or "displaytypetext"|None| |Comment display type: List or Text
390 |**filtertype**|"all" or "lastdays" or "lastcomments"|"all"|must have a "filter" parameter|Comment filtering option: All, last X days or last X comments
391 |**filter**|Numeric|None|filtertype must be different from "all"|Comment filtering settings: X number of days or comments
392 |**displayallcomments**|Boolean|"false"| |Show all comments
393
394 === Content-specific settings: Documents ===
395
396 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
397 |**searchbox**|Boolean|"true"| |Show search field
398 |**server**|Server ID|None|
399 parameter required|(((
400 ID or name of the document server to query
401 )))
402
403 === Content-specific parameters Measure selector ===
404
405 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
406 |**flows**|A comma-separated list of flow identifiers|None|
407 parameter required|Flows (charts) on which to base the metric selector
408 |**viztype**|"list", "combo" or "checkbox"|"list"| |Visualisation type of the metric selector: List, Drop-down list or Checkboxes
409 |**vizlayout**|"vertical" or "horizontal"|"vertical"|No effect in the case of a drop-down list (combo box)|Display type: Vertical or not
410 |**multiselect**|Boolean|"true"| |Allow multiple selection
411
412 === Filter-specific parameters Dimension ===
413
414 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
415 |**dim**|Dimension name|None|
416 parameter required|Dimension name
417 |**datasource**|Data model identifier|None|
418 parameter required|Data model identifier
419 |**viztype**|"SlicerOneByOne"
420 "Slicer"
421 "SlicerHorizontal"
422 "SlicerCombo"
423 "SlicerSlider"
424 "SlicerDatePicker"
425 "SlicerCheckBox" "SlicerComboRange"
426 "SlicerTree"
427 "SlicerMatch"|SlicerCheckBox|Required parameter. Available types depend on the nature of the dimension|Filter display type:(((
428 * One by one
429 * Vertical list
430 * Horizontal list
431 * Drop-down list
432 * Slider
433 * Calendar
434 * Tick box
435 * Min/max list
436 * Tree list
437 * Ruler
438 )))
439 |**Flows**|List of flow identifiers separated by commas| |The flows (charts) must exist on the page|Chart(s) to which the filter will be applied
440 |**hierarchy**|Name of the hierarchy|None|The dimension must be hierarchical|Filter by hierarchy
441 |**level**|Level name|None|The dimension must be hierarchical|Filter by level
442 |**dimlabel**|${dimension}, ${hierarchy} or ${level},
443 can be used together, separated by '/'|${dimension}|The dimension must be hierarchical
444 ${hierarchy} or ${level}|Change the display of the dimension name
445 |**authorizereversefilter**|Boolean|"false"| |Allow exclusion of members
446 |**multiselect**|Boolean|"true"| |Enable multiple selection when selecting an item
447 |**forbidmultiselect**| |"false"|"muliselect" must be set to false|Disable multiple selection
448 |**filteronsinglemember**|Boolean|"false"| |Filter on a single element
449 |**authorisechange level**|Boolean|"false"|On a hierarchical dimension|Allow level change
450 |**showsearch**|Boolean|"true"|On a continuous dimension|Show the search box
451 |**forbidemptyselection**|Boolean| | |Prohibit empty selection
452 |**hidempty**|Boolean| | |Hide empty values
453 |**range**|Boolean|"false"|On a continuous dimension|Allows you to filter all values within a range
454 |**min**|min|None|range must be set to true|The minimum of the range
455 |**max**|max|None|range must be set to true|The maximum of the interval
456 |**filter**|"first" "last"|None| |Filter by the first or last element
457 |**sorttype**|0 or 1|None|sortreverse must be specified|0 = Alphabetical sort, 1 = Numerical sort
458 |**sortreverse**|Boolean|None|sorttype must be defined|Sort in ascending or descending order
459
460 === Filter-specific parameters Measure ===
461
462 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
463 |**measurename**|Measure name|None|
464 parameter required|Name of the measure to filter
465 |**flows**|List of flow identifiers separated by commas|None|
466 parameter required|Flows (charts) affected by this filter
467 |**hidemeasurename**|Boolean|"false"| |Hide the measure name
468
469 === Filter-specific parameters Variable ===
470
471 |(% style="background-color:grey; width:170px" %)(% style="color:#ffffff" %)**Parameter**|(% style="background-color:grey; width:232px" %)(% style="color:#ffffff" %)**Value**|(% style="background-color:grey; width:203px" %)(% style="color:#ffffff" %)**Default value**|(% style="background-color:grey; width:171px" %)(% style="color:#ffffff" %)**Dependency**|(% style="background-color:grey; width:516px" %)(% style="color:#ffffff" %)**Description**
472 |**varname**|Variable name|None|
473 parameter required|Name of the variable to be filtered
474 |**viztype**|(((
475 "slider"
476 "verticalslider"
477 "combo"
478 "spinner",
479 "horizontallist"
480 "verticallist"
481 "textfield"
482 )))|"combo", "slider" or "textfield"
483 depending on the variable’s settings|horizontallist and verticallist are only available for variables with explicit values|Variable display type:(((
484 * Horizontal slider
485 * Vertical slider
486 * Drop-down list
487 * Spinner
488 * Horizontal list
489 * Vertical list
490 * Text field
491 )))
492 |**hidevarname**|boolean|"false"| |Hide the variable name
493
494 = Related pages... =
495
496 * [[Embedding a dashboard in a web page>>doc:Digdash.webIntegration.DD_web_integration.embed_dashboard.WebHome]]
497 * [[Web integration of dashboards and DigDash objects>>doc:Digdash.webIntegration.DD_web_integration.WebHome]]