Filter for a group in Matrix

  • I have matrix which is grouped in last instance by the first two leters of the text

    E/

    EK

    U/

    U1

    UA

    US

    UZ

    One table shows only values filter like E* - that works nicely.

    On the second table I like to see values filter on (left(Field,2)="U/" or Left(Field,2)="U1")

    I tried this in group properties in expression = True but it is not working.

    Can anyone help me build code for this or how to successfully filter this?

  • Have you enforced the bracketing that the example uses i.e. brackets around each condition, to see if it's a problem with your conditions or syntax?

    The example provided on the expression editor is:

    =(Fields!YearlyIncome.Value > 50000) Or (Fields!NumberCarsOwned.Value > 1)

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply