Forum Discussion
jppuam
5 years agoHelper V
selected value
Good morning, i'm trying to do the following. I've a filter table with Commpanies ID, names and web url. I want to show in a field only the web url of the selected company in the filter. An...
- 5 years ago
jppuam ,
if(isfiltered(Table[Commpanies ID]), max(Table[URL]), Blank())
amitchandak
5 years agoSuper User
jppuam ,
if(isfiltered(Table[Commpanies ID]), max(Table[URL]), Blank())