QueryView Hyperlinks
A Hyperlink adds a column to your result table which contains a configurable link. The target of this link can include data from that row in the URL.
For example, you can create urls using Ids from your table to link to a page that has additional information.
Settings
- Name: The hyperlink text that will be shown in the table.
- DefaultLink: Enables double-clicking of a row to open the hyperlink
- Hide Link Column: Does not show the link (but double click will still work)
-
Only visible if DefaultLink is selected
-
Hide Template Columns: Hides any table columns that are used in the link template
-
Only visible if DefaultLink is selected
-
Link Target: Indicates where the link will be opened
- Default ("_blank") will open the link in a new tab
- "_self" will open the link in the same tab
- Names of iframes can be provided to target specific parts of the page to open within
Syntax
- Reference column names in double curly brackets:
{{<ColumnName>}} - Column names are case-sensitive
- You can navigate within Composable using a period for the home page
. - The example
./Designer.aspx?appId={{Id}}links to the DataFlow Designer page for the appIDId. This is another way to connect features or monitor apps in Composable.
Note
If navigating to a url on an external page, make sure to put https:// at the beginning of your url or else it will try to navigate within your Composable application