Expand my Community achievements bar.

Submissions are now open for the 2026 Adobe Experience Maker Awards.
SOLVED

Changing the font size in a report

Avatar

Level 4

Hi all, I wanted to know if anyone has ever attempted to adjust the font size of text in report?

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Yes, I've done this with text mode and shared columns.

 

Here is an example:

 

column.1.sharecol=true
column.1.textmode=true
column.1.value=<div style="font-size:25px; margin-left:15px;"><strong style="color:#2F1F1F;">
column.1.valueformat=HTML
column.2.displayname=Project Owner
column.2.namekey=view.relatedcolumn
column.2.shortview=true
column.2.textmode=true
column.2.valuefield=owner:name
column.2.valueformat=HTML



View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Yes, I've done this with text mode and shared columns.

 

Here is an example:

 

column.1.sharecol=true
column.1.textmode=true
column.1.value=<div style="font-size:25px; margin-left:15px;"><strong style="color:#2F1F1F;">
column.1.valueformat=HTML
column.2.displayname=Project Owner
column.2.namekey=view.relatedcolumn
column.2.shortview=true
column.2.textmode=true
column.2.valuefield=owner:name
column.2.valueformat=HTML