Skip to main content

Notifications

Announcements

No record found.

Microsoft Dynamics NAV forum
Answered

Rdlc Report Visibility Problem

Posted on by 55

Hello I am working on nav report and I have an empty string on my report line and I only want to display if my sales type not empty.

I went to empty string line and added visibility expression

=IIF(Fields!Sales_Line_Type.Value = " ",true,false)


It is almost working but still prints a line for the last line. I can add more line and the empty string line goes to the last line.

k0q1kelzvbyl.png

See the last empty line, I want that gone. How can I do that?

Categories:
  • sjen Profile Picture
    sjen 55 on at
    RE: Rdlc Report Visibility Problem

    =(Fields!Sales_Line_Type.Value = " ") or (IsNothing(Fields!Sales_Line_Type.Value))

    IsNothing worked thank you

    Visibility was already false with an expression.

  • Verified answer
    SamCha Profile Picture
    SamCha 2 on at
    RE: Rdlc Report Visibility Problem

    If you want the blank space gone you need to set the visibility property on the Row (in the Row Groups at the bottom).

Helpful resources

Quick Links

Replay now available! Dynamics 365 Community Call (CRM Edition)

Catch up on the first D365 Community Call held on 7/10

Community Spotlight of the Month

Kudos to Saurav Dhyani!

Congratulations to the June Top 10 community leaders!

These stars go above and beyond . . .

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 288,584 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,864 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans