HI Everyone,
I have a gallery in my PowerApps, Dataverse table as the DataSource
Filter(
'Risk Lambard Lists',
'Risk_ID '.'RISK ID' = VarBootomUpRiskID,
'Control Type (Risk Lambard Lists)'.Detective = "Detective" && 'Presently In Place' = true
)
Thanks for the continued support @anandm08
I fixed the issue the items Property , yes Control Type is a Choice column
since my datasource is dataverse tables , the choice values shows in a different way
Filter(
'Risk Lambard Lists',
'Bottumup Risk_ID '.'RISK ID' = VarBootomUpRiskID,
'Control Type' <> 'Control Type (Risk Lambard Lists)'.Detective && 'Presently In Place' = true
)
@Danny_Dicaprio what is this
'Control Type (Risk Lambard Lists)'
is it a column name with data type of choices?
Hi thanks for the response @anandm08
Still Iam facing the same issue
it is showing Name isn't valid value isn't recognized
hi @Danny_Dicaprio ,
try this:
Filter(
'Risk Lambard Lists',
'Risk_ID '.'RISK ID' = VarBootomUpRiskID,
'Control Type (Risk Lambard Lists)'.Value <> {Value:"Detective"} && 'Presently In Place' = true
)
try using this: <> {Value:"Detective"}
WarrenBelz
146,605
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,946
Most Valuable Professional