
Anonymous
Not applicable
2013-07-19
03:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
How to make a number under expression both Bold and Underlined?
Hi,
I know I can edit the Text Format option under an expression to change the format of the number to be bold or underlined. But how can I write the expression to have both?
I was trying something below but it didn't work, although it worked well if I just use one statement...
IF(Bold=1,'<b>') or IF(Underline=1,'<u>')
FYI Field Bold and Underline are both dimensions where I assign 0 or1 to say which line need to be bold/underlined.
Thanks!
1,046 Views
1 Solution
Accepted Solutions


Specialist
2013-07-19
03:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=if(Bold = 1 and Underlined = 1, '<b><u>')
694 Views
1 Reply


Specialist
2013-07-19
03:47 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
=if(Bold = 1 and Underlined = 1, '<b><u>')
695 Views
