Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have an expression with text. I would like just the expression to be in bold but the text in regular.
How would I do that with out using an IF statement?
EG:
Bold for the number and regular for the text.
=count({<State={Home}>}Sales)/Count(Total(Sales)) & 'percent of sales at home'.
Result:
0.8 percent of sales at home
Thank you.
You will have to either use an extension or use two text boxes to do this
You will have to either use an extension or use two text boxes to do this
That's not possible in one text box. You'll have to use two text boxes. You can put one on top of the other.
I thought as much...seems silly to have to do 2 text boxes with the ability to use <b>. Thanks for the reply!