SSRS - QuoteForm How to Print the Qty Breaks ONLY when Line > 1

For Quote Form, I would like to only print the Qty breaks when there are more then one line. If there is one line then Qty Breaks will be hidden. Not quite sure how to accomplish.

For now, here is a very simplistic expression I tried for row visibility.
Might give you some ideas.
=IIf((Sum(Fields!QtyNum.Value,“Group1”) <= 1),True,False)
Also, I sometimes have good luck searching Google when I have SSRS questions.

Ref screen shots

  • Report Builder
    image
  • and print preview
    image

Also, with generic questions on SSRS report design, might be worth searching Google for ideas.