expression - avoid grouping on empty values RDLC -


I have a column set on the datafield. I only need a group when there is a value in the field. This group is still on the tap area.

I have tried the following Group Express:

  = Field! ScaleName.Value & lt; & Gt; "" Or field! ScaleName.Value & lt; & Gt; You can solve this problem using a group filter (right click on the group << code>   

Group Properties > Filters ):

  • Expression: = None (field! ScaleName.Value)
  • Boolean
  • Operator: =
  • Value: = Incorrect

Comments

Popular posts from this blog

HTML/CSS - Automatically set height width from background image? -

php - Mysql Show Process - Sleep Commands and what to do -

c - What is the address of buf (the local variable in the main function)? -