I have tried to search and am not getting the answer I was looking for. I have created a readme file in MS Word in where there is a group of instructions that are organized with bullets ansd sub-bullets
For example
*instruction
—*sub-instruction
—*sub-instruction
*instruction
—*sub-instruction
—*sub-instruction
I would like to use bullets instead of asterisk!
Is there any way I can copy this text from my Word document and get it to show in the above format in my webi document?
[My Text]=the text I copied from my word doc.(approx 30 bullet and sub-bullet lines), and I dont change anything else in the variable it displays all of the variable text in the report like:
By using image I meant to include image of the bullet point in webi doc. But nevermind since Mak’s solution sounds better.
I think what you do incorrectly is that:
[MyText] should be a column with a record for each point of your text. Also every formula should start with “=” like this: =Replace([MyText]…
Maybe, you should look at doing this differently? If you created this as an extra tab as a Webi table whiting out the lines e.t.c. You may be able to use the suggested formula, on a text literal.
Unsure, if you used “=” before the formula acting against your Word doc import?
Also, you could use images as Marfi suggested, however, these can be tricky to get lined up, display wise, in the report, in the first place…
I dont know if I am understanding this correctly. I have tried several options listed bellow
=replace([THis is my first bullet point text];Char(13);Concatenate(Char(13);Char(168);Char(9)))
I get an error saying that:The object ‘[THis is my first bullet point text]’ at position 9 does not exist in the report. (Error: WIS 10006).
replace([THis is my first bullet point text];Char(13);Concatenate(Char(13);Char(168);Char(9)))
Here when i go to test the formula, it automatomatically places an “=” before the fromula and also surrounds the entire formula with " "
=“replace([THis is my first bullet point text];Char(13);Concatenate(Char(13);Char(168);Char(9)))”
So when I drag this object into my horizontal or vertical table it displays the everything in the formula beginning with the word “replace”.
I never imported anything to WEBi, I just copy the text from word doc and paste it into the formula. Could this be my Problem for the error I receive?
Sorry if I am missing something trivial!
Thanks again
Niraj