Forum Discussion
hr_tetra
3 years agoHelper I
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...
- 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")
AlexisOlson
3 years agoSuper User
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")hr_tetra
3 years agoHelper I
That worked! I was missing the ().
Thanks alot!
Ole