<p>I'm trying to figure out how to suppress all detail rows when the parent group header will be suppressed. Here is an example of the data I'm getting:</p><p> </p><p><img src='
http://share.mygeekdaddy.net/sampledata_grouping_2013-07-24.png' alt='Posted Image' class='bbc_img' /></p><p> </p><p>The group header is getting suppressed with the following conditional statement on the visibility property:</p><pre class="_prettyXprint _lang-js _linenums:1">if (row["asset_status"]=='OPERATING') { true } else { false }</pre><p>So the next step I want to take is suppressing all the detail rows (which show the asset number/asset desc/asset status) when either the parent group header has been suppressed or when any of the detail records in the group are listed as 'OPERATING'. </p><p> </p><p>So if everything worked properly, only items 1292 and 1751 would show up on the report. </p><p> </p><p>Thanks for all the help in advance!</p>