Skip to main content

Notifications

Announcements

No record found.

Business Central forum
Suggested answer

How to hide or show field in report extension?

Posted on by 479

How do I show or hide a text field on my custom sales invoice report (via report extension) depending on a value of a certain field on the invoice.

Categories:
  • Suggested answer
    Nitin Verma Profile Picture
    Nitin Verma 20,991 Super User on at
    RE: How to hide or show field in report extension?

    Hi jdrco,

    You can go to that Text box Property in the report design layout, and check the visibility property and then go to expression icon and put the values like below.

    =iif(First(Fields!Textbox.Value, "DataSet_Result")='Your value',false,true)

    and then click ok button after putting above code.

    Thanks.

  • Suggested answer
    YUN ZHU Profile Picture
    YUN ZHU 63,265 Super User on at
    RE: How to hide or show field in report extension?

    Hi, If you are using RDLC, you can use the iif function below.

    https://docs.microsoft.com/en-us/sql/reporting-services/report-design/expression-examples-report-builder-and-ssrs?view=sql-server-ver15#DecisionFunctions

    pastedimage1652746485062v2.png

    Visibility is true when a certain field is True.

    pastedimage1652746581505v3.png

    In addition, if the field you mentioned is already in the DataItem, you don't need to use ReportExtension, you only need to modify the Layout file.

    Hope this helps.

    Thanks.

    ZHU

Helpful resources

Quick Links

First Dynamics 365 Community Call (CRM Edition)

Don't miss the first D365 Community Call 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... 285,407 Super User

#2
Martin Dráb Profile Picture

Martin Dráb 225,446 Super User

#3
nmaenpaa Profile Picture

nmaenpaa 101,148

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans