Is it possible, similar to dependent drop-dow...

Is it possible, similar to dependent drop-downs, to have say four or five fields that are all dependent?

I want the user to be able to “narrow down” their choices however they want…

0 1 294
1 REPLY 1

Not possible with the formula structure like TableName[ColumnName]. You can do the same with the SELECT expression like SELECT(Table[Column#1],[Column#2]=[_THISROW].[Column#3]).

Top Labels in this Space