<p>Hi,</p>
<p> </p>
<p>I’m trying to hide a detail row, depending on nested table results. For example, I have two datasets:</p>
<p>- First – called AllPackages – retrieve me all first level package (split of qualified name equals to 3à Model::environment::Package1)</p>
<p> -> Row Query : instanceOf(Model//*,â€uml:Packageâ€)<br>
->Parameter packURI<br>
->Column Query: name -
@name</p>
<p> packURI – getURI(.)<br>
- Second – called NestedPackages – retrieve me all packages based on the packaged selected.</p>
<p> - Row Query -> resolveURI($packURI)//nestedPackage<br>
- Column Query- name -
@name</p>
<p> packURI – getURI(.)<br>
</p>
<p>I add a table with 2 columns and 1 detail and bind detail to dataset ‘AllPackages’. In the detail row I add another table with 1 column and bind to dataset ‘NestedPackages’.<br>
In ‘NestedPackages ‘ b Bind the Parameter data set to the packUri column of the AllPackages data set.<br><br>
This work fine, but there’s a problem. The detail row has a border, and when the nested table does not return results, the row goes empty and edge. Is there any way, either from the event OnRender nested table, either from the event OnRender dataset of detail row, to hide empty rows?. The output format is word, and execute positioning ourselves in the report, right-click> report as> report configurations (output format -> word) .<br>
<br>
Is there any solution to hide rows depending on nested table results?</p>
<p>Any idea?</p>
<p>Thanks</p>
<p> </p>