Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
hjm35055
Partner - Contributor III
Partner - Contributor III

Dynamically filter dimension based on values in 5 fields

Hi,

I am building a validation app and I have a straight table with data that looks like below.  I am looking for a way to exclude or filter out the Entity IDs that have "Yes" and Valid" in all 5 fields.  So if it is properly working I will only see Entity 3 and 5.  Entity ID is a dimension and the fields are expressions.  I need this to be automatic.

Screen Shot 2017-11-15 at 1.36.19 PM.png

Thank you!

2 Replies
luismadriz
Specialist
Specialist

Hi,

Try creating a new measure on that table with the following:

Sum({1 - <[Field 1]={"Yes"},[Field 2]={"Yes"},[Field 3]={"Valid"},[Field 4]={"Valid"},[Field 5]={"Valid"}>} 0 )

Cheers,

Luis

luismadriz
Specialist
Specialist

Hi,

Just wondering to know how did you go,

Cheers

Luis

When applicable please mark the appropriate replies as Correct. This will help community members know which discussions have already been addressed and have a possible known solution. Please mark replies as Helpful if the provided solution is helpful to the problem, but does not necessarily solve the indicated problem. You can mark multiple threads as Helpful if you feel additional info is useful to others