Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Dynamically change the font size of the data in the grid cell
Naveen123
Hi everyone
I need a small help from the group,
The datasource is a JDBC datasource which contains 2 columns. First column
specifies the text to be displayed and second specifies the fontsize of the first
column.
How can i dynamically change the fontsize property of the text based on the second column value.
TIA
Naveen
Find more posts tagged with
Comments
mwilliams
Hi Naveen,
You're displaying your data in grid cells or are you displaying it in a table?
Naveen123
Thanks for your support.
I am displaying the data inside a table. I tried and got the solution for it today. I used the highlight property of the table cell in order to change the font dynamically .
I have another question to the team. I have a dataset (JDBC datasource) which returns the image randomly from the database.
I had inserted this image on the footer of the Master page and i need to diaplay it on every 4th page of the report.
I used the visibility option of image and tried writing the expression for the image to be hided. But how do i get the current page number so that i can use the BIRT function provided
if(mod(pagenumber,4) !=0)
true
How can i get the current page number in the expression?
Thanks for the support.
Regards
Naveen.G