Skip to main content

Notifications

Small and medium business | Business Central, N...
Answered

Row visibility not working in RDLC layout in business central

Posted on by 181
Hi Guys,
I am facing one query with RDLC report.
I want to hide this row-> If that particular row is blank then it will hide.
I have write this condition on row visibility ,but still blank lines is visible on report.
Same condition I have write  for Ref_Item_Description & Ref_Item_Description2 this two rows.
 please see screenshots.
 

 

 

 
 
 
  • Nil@@m Profile Picture
    Nil@@m 181 on at
    Row visibility not working in RDLC layout in business central
    Yes,I am trying to tick this,but it does'nt work.that's why answer is not verfied.
  • Mohamed Amine Mahmoudi Profile Picture
    Mohamed Amine Mahmoudi 9,413 Super User 2024 Season 2 on at
    Row visibility not working in RDLC layout in business central
    Hi,
     
    good news.
    please verify the answers.
     
    Best regards,
    Mohamed Amine MAHMOUDI
  • Nil@@m Profile Picture
    Nil@@m 181 on at
    Row visibility not working in RDLC layout in business central
    Thanks ,its working.
     
  • Suggested answer
    T.yahya Profile Picture
    T.yahya 105 on at
    Row visibility not working in RDLC layout in business central
    Give this a shot:

    =IIF(Len(Fields!Ref_Item_Description.Value) <= 0, true, false) 
     
    The expression uses the IIF function to evaluate a condition and return a boolean value.
     
    The Len function is used to get the length of the string value in the Ref_Item_Description field.
    The IIF function then checks if the length of this string is less than or equal to 0.
    If it is, then the function returns true, otherwise it returns false.
     
    Hope this will help.
     
    Best regards,
    Touil Yahya
     
     
  • Verified answer
    Mohamed Amine Mahmoudi Profile Picture
    Mohamed Amine Mahmoudi 9,413 Super User 2024 Season 2 on at
    Row visibility not working in RDLC layout in business central
    Hi,
     
    try this :
    IIF((IsNothing(Fields!Ref_Item_Description.Value)=True) OR
    (Fields!Ref_Item_Description.Value=""),True,False)
    Best regards,
    Mohamed Amine MAHMOUDI

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

November Spotlight Star - Khushbu Rajvi

Congratulations to a top community star!

Forum Structure Changes Complete!

🔔 Be sure to subscribe to the new forums you are interested in to stay up to date! 🔔

Dynamics 365 Community Platform update – Oct 28

Welcome to the next edition of the Community Platform Update. This is a status …

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 290,900 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 229,275 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans