Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I am trying to set the "Text Format" to increase the font size on a particular data (or the specific cell) in a straight table.
For example, let's say I have this table for simplicity:
Status Col
-----------------------------------
Success N
Failed Y
------------------------------------
Then, in my Text Format for the "Status" field, I have something like this:
=IF(Col=Y, '<B><I><H1')
I am getting bold and italic but not font size.
How do I do this or what's the syntax for this?
Thanks
Just to answer some of the questions posted earlier for me.
The example I gave in above are fields coming from the database. There are more fields than
what's shown. These fields along with the data are rendered in a Straight Table. So for what I was asking
and wanted to accomplish, I want to enlarge the font size for the entire row (for however many fields
there are) for specific condition - ie when Col=Y. I want this row to be visually distinctive from the rest.
Looks like I can't do it based on your replies.
Any other tricks