Forum Discussion

hr_tetra's avatar
hr_tetra
Helper I
3 years ago
Solved

Report builder - hide values by category name

Hi everyone,   I have a table with different statistics for the previous day, where the different categories are presented as sum, avg, max and mean. For some categories the sum does not make sense...
  • AlexisOlson's avatar
    3 years ago

    I would expect Or to work like this:

    =(Fields!DimWell2_Level_1.Value = "Category name 1") Or (Fields!DimWell2_Level_1.Value = "Category name 2") Or (Fields!DimWell2_Level_1.Value = "Category name 3")