Page 1 of 1

Dated table view, formatting of custom row

Posted: Fri Feb 13, 2015 3:09 am
by mamo
Dear Eviews team,

is there a way to define the font and font size of a custom row of a dated table view in a program?

I tried
{%groupname}.ddrowobts(!row,1) customrow("My custom header") font("Calibri", 9)
While this inserts the header in the respective row as intended it ignores the font option and the ehader appears in the standard font.
({%groupname}.ddrowobts(!row,1) customrow("My custom header") font(9, "Calibri") seems to work neither)

Suggestion: allow defining formats for the customrow as for any other row of a dated table in a program

Best, mamo
PS: Using Eviews 8 with Win 7 64 bit

Re: Dated table view, formatting of custom row

Posted: Fri Feb 13, 2015 9:02 am
by EViews Jason
Use

Code: Select all

'row 3 refers to the custom row {%groupname}.ddrowopts(!row,3) font("Calibri", 9)

Re: Dated table view, formatting of custom row

Posted: Fri Feb 13, 2015 10:14 am
by mamo
Dear Eviews team,
many thanks, this clarifies my issue,
kind regards, mamo