Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Add space to title

Hi,

How can I add Space between two texts, for example : Evaluating Centers- at left corner,  patients at the center as a title? If I add blank spaces it is fine at desktop view but can not find any space in Web view...

9 Replies
miredoju
Creator
Creator

Hi,

did you try

='Text on the left                                            and on the right'   ?

Michael

Anonymous
Not applicable
Author

Yes, It did not work,showing fine in desktop view cant find space in webview...

May be Re: Can I keep space in chart title?   can work but how can i use chr(8) functions?

Clever_Anjos
Employee
Employee

A workaround is position another textbox over the caption with Transparency set to 100%

preminqlik
Specialist II
Specialist II

try this ,

='LEFT txt'&'                                                      '&'right text'

Not applicable
Author

What about a concatenate? like this :

= '                             ' & ' Evaluating Centers'

Regards!!!

Anonymous
Not applicable
Author

Its not working in webview..

Not applicable
Author

Try creating text with HTML extension, and from the HTML you want to format it.

preminqlik
Specialist II
Specialist II

then u create 2 text boxes and place another empty text box between them......

Not applicable
Author

Hi,

Try below expression

 

='Left' & Repeat(Chr(09),10) &'Center'