There could be many possibilities for the blank rows, You need to identify first the structure you designed and the data you are getting from the Data-set. First you should execute the Report and check About this Page of the Report (Execute twice as it starts first time). Identify here what exactly are the Data's you are getting and match this with your Report Outcome. Check is there some blank lines coming from Data-set Itself.
Once you will analyze this, you will easily understand the cause and what exactly to implement either the Row Visibility Condition or the Filters.
Answers
There could be many possibilities for the blank rows, You need to identify first the structure you designed and the data you are getting from the Data-set. First you should execute the Report and check About this Page of the Report (Execute twice as it starts first time). Identify here what exactly are the Data's you are getting and match this with your Report Outcome. Check is there some blank lines coming from Data-set Itself.
Once you will analyze this, you will easily understand the cause and what exactly to implement either the Row Visibility Condition or the Filters.
Thanks
Blog - https://rockwithnav.wordpress.com/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
My empty space is coming from Row Visibility, because I have some rows that have value 0 , and I don't want to show them.
Thanks,
Best Regards,
In that case you can simply select that row - Select the Row Visibility Option and write -
=IIF(Fields!XYZ.Value>0,False,True)
Thanks
Blog - https://rockwithnav.wordpress.com/
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/
ERP Consultant - MS Dynamics NAV
https://lk.linkedin.com/pub/lakshan-vindana-kulawansa/37/2a2/592
I resolve the problem. The empty space was from this code that I put in Visible propertis (picture 3)
When I remove the code and put code like picture 4
it works
Thanks a lot,