web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

No record found.

News and Announcements icon
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested Answer

Show or Not to show zero balance in SSRS Report

(0) ShareShare
ReportReport
Posted on by 130

Hi all ,

I have a parameter show zero balance ( yes , no )

if the user turns on the show zero balance He get the data with zero else they are turned off

How can I do it as show or hide expression in SSRS report 

Thanks 

I have the same question (0)
  • Suggested answer
    Gunjan Bhattachayya Profile Picture
    35,423 on at

    Hi lala,

    When you say, data with zero, are you referring to hiding a row in the report, or only hiding a text box?

    To look at examples for visibility expressions, you can check SalesInvoice report., right click a few the rows and check the row visibility condition.

    pastedimage1613409250679v1.png

    You can write a similar condition based on the parameter value.

  • GAE Profile Picture
    130 on at

    Hello

    If I want to hide a row in the report , what the condition to hide the zero values

  • Suggested answer
    Ajit Profile Picture
    8,788 on at

    I believe you will have parameter on your report dialog. I would recommend to handle the logic in your code itself. Are you using DP class or query for your SSRS report?

  • GAE Profile Picture
    130 on at

    Yes I have a parameter : Show zero balance

    Im using DP Class

    i need the condition to hide or show the zero balance

  • Suggested answer
    Ajit Profile Picture
    8,788 on at

    Good. Populate your temp table based on your parameter. If it says show zero 'yes' then only insert zero value data in your temp table.

  • GAE Profile Picture
    130 on at

    I need the code for this condition

  • Suggested answer
    Gunjan Bhattachayya Profile Picture
    35,423 on at

    You can use something like this in the visibility expression -

    =iif(Parameters!ShowZero.Value = "Yes", false, true)

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Stars!

Meet the Microsoft Dynamics 365 Contact Center Champions

We are thrilled to have these Champions in our Community!

Congratulations to the March Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
Giorgio Bonacorsi Profile Picture

Giorgio Bonacorsi 689

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 478 Super User 2026 Season 1

#3
Syed Haris Shah Profile Picture

Syed Haris Shah 258 Super User 2026 Season 1

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans