0
votes

I am using LIST control and inside it a tablix then In tablix I have taken another tablix inside it that is basically for group by sub account type for particular section of report. enter image description here There is basically parent child group relation.

report Design like below -

LIST( Gorup on ACCOUNT TYPE)--> Normal tablix (tablix1) --> taken another tablix (tablix2) inside cells of tablix1 and it group on subaccount type --> when I put hidden exp on a row of (tablix2) then it is hiding the rows based on criteria but it is giving blank rows.

I want to remove/shrink blank rows from output of report. When I put hidden rows by exp on child group then it giving extra blank rows.

I also set ConsumeContainerWhiteSpace to true in report properties but it also not worked. Please advice on this issue.

1
Why are you nesting the tablixes? I guess that the blank row you see isn't a row of tablix2 but a row of tablix1 instead. - Wolfgang Kais
Blank rows is coming in Tablix3. When there is one distinct group values is coming child group and hide condition match then it is giving hidden rows is coming as extra blank in report output in tablix3. - Mukesh Bhagat
Was this meant as a reply to my comment? - Wolfgang Kais
yes Wolfgang !! - Mukesh Bhagat
Ok, then… Please post your COMPLETE question. You did not mention a "Tablix3". Also, please add images of both design and the (unwanted) result with the blank row. Afterwards, if you want me to have a look, please answer my question about nesting the tablixes. Also: How/where did you specify the expression to hide the row? - Wolfgang Kais

1 Answers

0
votes

I'm sorry, but I don't seem to find anything to point on, because you seem to hide important details.

As you seem to target an Excel export, you probably don't need a list. If you don't need column groups in your report, start with a table.

  • Specify all the fields that will appear in a details row, add columns if needed.
  • Right-click the details group to add a parent group (by subaccount type) with header/footer if required. Specify the headings and totals in the group header/footer and add columns ("inside the group") if required.
  • Right-click the subaccount type group to add a parent group (by account type) with header/footer if needed. Specify headings and totals in the group header/footer and add columns ("inside the group") if required.
  • Set the "row visibility" for the details row as needed.

If the hidden rows still appear in the Excel export, I suggest to exclude them from the dataset by using the report parameters (as @RptRunDate and @PlanYearExpDate) in a WHERE clause of the query that is used to create the dataset.