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

apache - 504 Gateway Time-out The server didn't respond in time. How to fix it? -

c# - .net WebSocket: CloseOutputAsync vs CloseAsync -

c++ - How to properly scale qgroupbox title with stylesheet for high resolution display? -