Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a requirement wherein only part of the expression must have alower font size.
For example in the attached sample I want to display the value (Sep) which is a part of chk expression to have a lower font size when compared to the text above (Sep).
Can anyone let me know how this could be acheived
You can't set dynamic the font size only for expressions the font size depends on all rows either dimension side or expression side
but in case to bold that specific value for expression side then for that particular chk column in expression tab click on + icon go to text format and write
'<b>
for underline write '<u>
for italic write '<i>
if you want both underline and bold and italic then write
'<b><i><u>
hope it helps