Announcements
With( { _Data: Filter( 'Data Source', 'Type'.Value = Trim(DataCardValue48_2.Selected.Value) && 'Finance'.Value = Trim(DataCardValue6_1.Selected.Value) ) }, LookUp( _Data, "FinComm" in 'Field to be hidden'.Value, 'Hide?' ) )
With( { _Data: Filter( 'Data Source', 'Type'.Value = Trim(DataCardValue48_2.Selected.Value) && 'Finance'.Value = Trim(DataCardValue6_1.Selected.Value) ) }, IsBlank( LookUp( _Data, "FinComm" in 'Field to be hidden'.Value ).'Hide?' ) )
If( IsBlank( LookUp( _Data, "FinComm" in 'Field to be hidden'.Value, 'Hide?' ) ), true, // Visible when no record found !LookUp( _Data, "FinComm" in 'Field to be hidden'.Value, 'Hide?' ) // Otherwise visible only if 'Hide?' is false )
LookUp(...)
'Hide?'
IsBlank(...)
true
!
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 424
WarrenBelz 355 Most Valuable Professional
11manish 290