Closed martinschorb closed 2 years ago
That is on purpose, colorByColumn is optional (and will default to regionId / labelId)
maybe I wasn't clear enough: If a colorByColumn
is specified in the regionDisplay
but it points to a non-existing column in the table (like when you rename the columns to abbreviations 😆, it validates as correct but obviously crashes MoBIE.
Ah, that makes sense. I will fix it.
Implemented in #68
Hi,
I discovered that the view validation does not check for existence of the
colorByColumn
column in the linked table.