-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add info about grid columns for dashboard (#57)
- Loading branch information
1 parent
7d072ea
commit 7eca53e
Showing
23 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
65 changes: 65 additions & 0 deletions
65
...s/dashboard-designer/designing-dashboard-items/grid/columns/hyperlink-column.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
--- | ||
title: Hyperlink Column | ||
author: Natalia Kazakova | ||
--- | ||
# Hyperlink Column | ||
|
||
A _hyperlink_ column allows you to display hyperlinks in the Grid dashboard item. | ||
|
||
![GridHyperLinkColumn_Example_Win](../../../../../images/GridHyperLinkColumn_Example_Win.png) | ||
|
||
You can provide hyperlinks as a separate data column. or they can be automatically created at run-time from any column using the specified **URI pattern**. | ||
|
||
In this document, the sample data source contains four fields: country name, official country name, Wikipedia country page's URI and the GDP value. | ||
|
||
![GridHyperLinkColumn_UnderlyingDataSource](../../../../../images/GridHyperLinkColumn_UnderlyingDataSource.png) | ||
|
||
The following sections describe how to create hyperlink columns in more detail: | ||
|
||
- [Data Field Containing Uri Values](#data-field-containing-uri-values) | ||
- [Uri Pattern](#uri-pattern) | ||
|
||
## Data Field Containing Uri Values | ||
|
||
Drag the _Name_ data field from the Data Source tree view to the column's [data item container](../../../binding-dashboard-items-to-data/binding-dashboard-items-to-data.md). The data field is automatically processed as [dimension](dimension-column.md). Drag and drop the GDP data field to another column's data item container. The data field is recognized as [measure](measure-column.md) and summarized. | ||
|
||
![GridHyperLinkColumn_InitialGrid](../../../../../images/GridHyperLinkColumn_InitialGrid.png) | ||
|
||
[Drop](../../../binding-dashboard-items-to-data/binding-dashboard-items-to-data.md) the _Link_ field between the _Name_ and the _GDP (Sum)_ data items. The Grid recognizes this field as **dimension** and displays links as plain text. | ||
|
||
![GridHyperLinkColumn_HyperlinkAsText](../../../../../images/GridHyperLinkColumn_HyperlinkAsText.png) | ||
|
||
Click the [Column Type Indicator](column-type-overview.md) button next to the _Name_ data item and change its type to **Hyperlink**. | ||
|
||
![GridHyperlinkColumn_column_options](../../../../../images/gridhyperlinkcolumn_column_options.png) | ||
|
||
The Grid displays column values as clickable hyperlinks allowing you to navigate to the Wiki's pages. | ||
|
||
![GridHyperLinkColumn_HyperlinkAsLink](../../../../../images/GridHyperLinkColumn_HyperlinkAsLink.png) | ||
|
||
You can bind the Display value and URI value to different data fields. Click the _New Column_ data item placeholder and change its type to **Hyperlink**. | ||
|
||
![GridHyperlinkColumn_hyperlinkandurifromdata](../../../../../images/gridhyperlinkcolumn_hyperlinkandurifromdata.png) | ||
|
||
Drag and drop the _OfficialName_ field to the _Display Value_ data item placeholder to display official country names. Drag and drop the _Link_ field to the _Uri_ data item placeholder to specify URIs. | ||
|
||
The grid displays official country names with links obtained from the _Link_ data source field. | ||
|
||
![GridHyperLinkColumn_HyperlinkWithDisplayText](../../../../../images/GridHyperLinkColumn_HyperlinkWithDisplayText.png) | ||
|
||
## Uri Pattern | ||
In this case, a specified URI pattern is used to generate links. | ||
|
||
Drag the _Name_ data field from the Data Source tree view to the column's [data item container](../../../binding-dashboard-items-to-data/binding-dashboard-items-to-data.md). The data field is automatically processed as [dimension](dimension-column.md). Drag and drop the GDP data field to another column's data item container. The data field is recognized as [measure](measure-column.md) and summarized. | ||
|
||
![GridHyperLinkColumn_InitialGrid](../../../../../images/GridHyperLinkColumn_InitialGrid.png) | ||
|
||
Click the [Column Type Indicator](column-type-overview.md) button next to the Name data item and change its type to **Hyperlink**. Specify the **URI Pattern** option as follows: | ||
|
||
```https://en.wikipedia.org/wiki/{0}``` | ||
|
||
![GridHyperLinkColumn_ColumnOptionsDialog](../../../../../images/GridHyperLinkColumn_ColumnOptionsDialog.png) | ||
|
||
The ```{0}``` placeholder is replaced with the _Name_ data item value. The links are generated for country names and displayed in the grid as illustrated in the following picture. | ||
|
||
![GridHyperLinkColumn_UriPatternLink](../../../../../images/GridHyperLinkColumn_UriPatternLink.png) |
Binary file added
BIN
+8.89 KB
dashboard-for-desktop/images/GridHyperLinkColumn_ColumnOptionsDialog.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+11.8 KB
dashboard-for-desktop/images/GridHyperLinkColumn_HyperlinkWithDisplayText.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.56 KB
dashboard-for-desktop/images/GridHyperLinkColumn_UnderlyingDataSource.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added
BIN
+8.99 KB
dashboard-for-desktop/images/gridhyperlinkcolumn_hyperlinkandurifromdata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+89 Bytes
(100%)
dashboard-for-desktop/images/win-neutral-filter-mode-clear-master-filter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+301 Bytes
(100%)
dashboard-for-desktop/images/win-neutral-filter-mode-deselected.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.