Summary
BI Publisher for word: For each group spacing issue
Content
I am using the For-each group property for a report with if conditions for each paragraph and it seems that whenever I print out to pdf that there is a bunch of white space between each paragraph. The goal is to eliminate the white space and have the paragraphs print the next line. I've tried editing the Word properties, putting it in a table and nothing has made a difference. I'm leaning on the idea that this is a BI pub issue with xsl and was wondering if there are any way to do this or at least some alternatives to eliminate as much white space as possible.
This is what i have now on the report. Note the outlining of the table.
<?choose?> for-each<?if:C.PLAN_TYPE=10?> Health Insurance xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <?end if?><?end for-each-group?> <?end choose?> |
<?choose?>for-each<?if:C.PLAN_TYPE=11?> Dental Insurance xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx <?end if?><?end for-each-group?><?end choose?> |