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.
And when i dont have any filter selected i dont want to show nothing. How can i do this ?
thanks,
JP
jppuam ,
if(isfiltered(Table[Commpanies ID]), max(Table[URL]), Blank())
1 Reply
- amitchandakSuper User
jppuam ,
if(isfiltered(Table[Commpanies ID]), max(Table[URL]), Blank())