Customize tiles' sources
How to :: custom tilesโ sources
Warning
This option is only available from the code mode.
Tileโs custom sourcesยถ
Yes, you can have custom source based on data ๐ That means your source can come directly from your data source. Awesome!
To do so:
you need to process a new data query under
source
the
field
property allows to select the default columns you want to access withsource
, itโs the column containing the source valueOther columns present in the data are available with this syntax:
source.COLUMN_NAME
. i.e: your source is the country and the date, which are in two different columns.
Ex1: Simple sourceยถ
Your source is the date.
Data structure
Configuration
Ex2: Multiple sources
Your source is the country and the date, which are in two different columns.
Data structure
Configuration
Last updated