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 203
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 203 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,512 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 203 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,512 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

December Spotlight Star - Muhammad Affan

Congratulations to a top community star!

Top 10 leaders for November!

Congratulations to our November super stars!

Community AMA December 12th

Join us as we continue to demystify the Dynamics 365 Contact Center

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 291,240 Super User 2024 Season 2

#2
Martin Dráb Profile Picture

Martin Dráb 230,104 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Featured topics

Product updates

Dynamics 365 release plans