Forum Discussion

admin11's avatar
admin11
Memorable Member
5 years ago
Solved

How to search for particular GL Code ?

Hi All

I have a long list of GL Code , in case i need to search for particular GL Code , it there a faster way ? instead now i need to manually search.

 

  • Hi admin11 ,

    I agree with amitchandak, you can use 

    IF('GL'[GL Code] in {81651,80351,80612},1,0)

    instead of

    SWITCH(TRUE(), 'GL'[GL Code]=81651 || 'GL'[GL Code]=80351 || 'GL'[GL Code]=80612

    Did it work ? Mark it as a solution to help spreading knowledge.

    A kudos would be appreciated 

     

4 Replies