Hello Codans,
Has anyone found a way to filter out columns dynamically, via filter or formula?
Most of the documents I develop are bilingual (English and French) and I’d like to be able to filter a table depending on the language selected by the user (via a toggle or checkbox).
For example, I created a Status table with the following values: Completed, Blocked, Delayed, Dropped, Idea, etc and the equivalent terms in French in an adjacent column named ‘Statut’.
What I want to achieve is to show values in only one language depending on the selection, either ‘Status’ for English or ‘Statut’.
Alternatively, is it possible to populate a drop down list with values from a column in another table depending on condition, ie. value in adjacent column in the referenced table?
Thanks in advance