cancel
Showing results for 
Search instead for 
Did you mean: 
Reply
BlackRos
Frequent Visitor

Two option set comparition

   I have to compare a number with an Option Set field, like the following 
statement in a condition but it fails    
3 in Team.poste_portfoliohierarchy        Any help?
 
3 REPLIES 3
v-siky-msft
Community Support
Community Support

@BlackRos 


Do you mean the 'poste_portfoliohierarchy' is an OptionSet field and you want to check if the 3 is in that field?
Is '3' one of the Options of 'poste_portfoliohierarchy' field?

If so, the codes should be: 

'poste_portfoliohierarchy(Team)'.'3' in Team.poste_portfoliohierarchy

Snipaste_2020-02-11_17-44-36.png

Sik

 

 

I have this statement

ClearCollect(
UfPost;
Filter(
UtentiCol;
Userid = systemuserid
).'Team (teammembership_association)'.'Ufficio Postale'.'poste_name';
false in Team.poste_isportfolioservice &&
3 in Team.poste_portfoliohierarchy &&
0 in Team.poste_portfoliotype &&
false in Team.isdefault && "dico_" in Team.name
)

 

Here

3 in Team.poste_portfoliohierarchy &&
0 in Team.poste_portfoliotype &&

not working

 

Team.poste_portfoliohierarchy is a option set

Team.poste_portfoliotype too

 

Sorry, your

'poste_portfoliohierarchy(Team)'.'3' in Team.poste_portfoliohierarchy.Team

not working

 

Can i verify anithing for you?

@BlackRos 

Are 3 and 0 an option in the options set?

What is the option set name? (Option set name could be different from the Option set field name)

Could you share the more about the OptionSet field as follows? 

Snipaste_2020-02-12_11-17-39.png

 

What I can tell you is the syntax:

 

'option set name'.'3' in EntityName.'option set field name'

 

Snipaste_2020-02-12_11-19-23.png

Sik

Helpful resources

Announcements
Power Apps News & Annoucements carousel

Power Apps News & Announcements

Keep up to date with current events and community announcements in the Power Apps community.

Community Call Conversations

Introducing the Community Calls Conversations

A great place where you can stay up to date with community calls and interact with the speakers.

Power Apps Community Blog Carousel

Power Apps Community Blog

Check out the latest Community Blog from the community!

Users online (4,113)