StyleCode Property: textLinkName
textLinkName
Controls the name of text values displayed as a link.
Applies to | Type | Default |
---|---|---|
scalar > entry > value summary > entry > value table > column > value | text | "" |
Examples
// Example: scalar > entry > value
show scalar "My Scalar" a1 tomato with
sum(Quantity) { value { textLinkName: "" } }
// Example: summary > entry > value
show summary "My Scalar" a1b3 tomato with
sum(Quantity) { value { textLinkName: "" } }
sum(NetAmount)
// Example: table > column > value
show table "My Table" a1c4 tomato with
Orders.Date { value { textLinkName: "" } }
Orders.Quantity
Details
If \"\"
, the URL of the link should be used as its name ; otherwise, the
value of this property should be used as the name of the link. Only has
an effect if text
is link
.