Hi there !
I stumble upon a strange Coda behavior when trying to create an interactive filter to use on a People
type of field.
For some reasons I don’t understand, it seems that it’s not possible to create such a filter just by :
- Right-Click on the
People
field - In the menu, go to
Filter
- In
Filter
go toInteractive Filter
- In
Interactive filter
click onCreate control
The control (a canvas Select
control, most likely) is just not created .
(Tested this on Chrome Version 87.0.4280.141 (Build officiel))
It also doesn’t work if you try to create an interactive filter from the Table Filter Options
(also tested on Chrome Version 87.0.4280.141 (Build officiel))
But it works the other way around : creating a canvas Select
control, in the selectable items just add a formula to get the people from the table ([Table].People.Unique()
) and use this control as an interactive filter.
As there is still a possibility to create an interactive filter for People
fields, it’s not that important but it’s a little bit confusing .