I have a selection field that calld "DEPARTMENT_DESC"
I have another field called "TEAM_DESC"
Is it possible to show only connected teams when ccertain is selected?
I have tryed this formula with no luck....: =IF(GetFieldSelections(DEPARTMENT_DESC)='inland', Only({<DEPARTMENT_DESC={'inland'}>} TEAM_DESC),Only(TEAM_DESC))