Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
manishkumar75
Partner - Creator II
Partner - Creator II

Bullets in Text Box

Hi All,

Is it possible to put bullets in Text Box ? Also that Text Box has facility to be edited by end user.

Regards,

Manish Kumar

1 Solution

Accepted Solutions
Anonymous
Not applicable

Manish, preceed your text with chr(8226), which is a bullet:
=chr(8226) & 'any text here'

As for the editing by user - not possible directly. You can create some workaround, for example use the same variable in an input box and in the text box.

View solution in original post

7 Replies
Anonymous
Not applicable

Manish, preceed your text with chr(8226), which is a bullet:
=chr(8226) & 'any text here'

As for the editing by user - not possible directly. You can create some workaround, for example use the same variable in an input box and in the text box.

manishkumar75
Partner - Creator II
Partner - Creator II
Author

Thanx Michael.

- Manish

Not applicable

Michael, it is really good to see the bullet. But how or from where to get the ASCII code for different symbols. It is possible to find the ASCII code for other keys in the keyboard by using ord("any letter/number/symbol'). is there any way to find for symbols too??

Anonymous
Not applicable

In fact, I used ord(). Copied a bullet into this function from the chartacter map.

Not applicable

Hi,

simply use QlikView.

Rainer

Anonymous
Not applicable

Rainer, this is a good oneYes

Not applicable

Good morning Michael,

thank you.

It´s always a pleasure to read your posts!!!

And it´s good to know that a lot of QV experts are helping out each other.

Rainer