...

StyleCode Property: tileTitle

tileTitle

Sets the title of the tile.

Applies to Type Default
assert
barchart
chart
form
gauge
histogram
label
linechart
logo
markdown
menu
piechart
plot
scalar
scatter
slicepicker
slicetree
summary
table
tabs
treemap
upload
file
error
Text ""

Details

In practice, this property is rarely specified with StyleCode syntax. Instead, the standard Envision syntax places the title after the show xyz statement:

table Missing = with
  [| as Id  |]
  [| "A000" |]
  [| "A005" |]
  [| "A007" |]

missing = count(Missing.*)

show table "\{missing} items not found" with Missing.Id
User Contributed Notes
0 notes + add a note