Forum Discussion

wolfee's avatar
wolfee
New Contributor
27 days ago

ReportBackgroundColor not filling the entire cell when viewing the report as a PDF

Hi,

I am encountering an issue with the header format of the 'Total' row below where the ReportBackgroundColor is not filling the entire cell when viewing the report as a PDF.  There is no issue when viewing view the cube view or Excel.   Below is the header formatting we're suing:

ELSE IF (RowName Contains ':Total:') THEN

ExcelBottomBorderColor = Black, ExcelTopBorderColor = Black, ExcelTopBorderLineStyle = Thin, Italic = True, ReportBackgroundColor = Gray, ReportUseBottomLine1 = True, ReportUseTopLine1 = True

I'm using the same formatting for Header and Cell Format but as you can see from the screenshot below, there is a blank space below Total.

 

Has anyone encountered this?

1 Reply

  • JJones's avatar
    JJones
    Icon for OneStream Employee rankOneStream Employee

    I was not able to reproduce this in OneStream version 9.2 using the same formatting you have provided.  What version of OneStream are you using?  And if you just hardcode the row formatting and header formatting withouot the IF Statement does it still have this behavior?