Question- Using AND & OR in an expression

I have this expression  on a format rule ** it applies the rule when the following applies: 

 

AND(CONTEXT(“View”)="ESC Escrow",ANY(Conditions Filter View[Active Customer]) = [ID])

 

* But I want this to apply not only to the View "ESC Escrow", I want to also apply to other views, for example view "Summary". How  or where do I add the other views in the expression? 

 

Thanks 

Solved Solved
0 3 92
1 ACCEPTED SOLUTION

IN( CONTEXT() , LIST( view1 , view2 ) )

View solution in original post

3 REPLIES 3

IN( CONTEXT() , LIST( view1 , view2 ) )



Hi, thanks for taking the time to help.. It is giving me this errro 

Screenshot 2022-04-02 122133.png

I figured it out, was missing AND(IN( CONTEXT(view) * Thanks bud 🙂 

 

Top Labels in this Space