how to import both Image and RichText together
I've some Rich text formatted text and embedded image inside RQM excel importer cell. what should I write in my cfg file in order to import both formatted text and image along. Please help
something like... ?? (P is the column)
testscript.steps.description=RichText(P) & " " & image(P) //doesn't work.
The above line in cfg file doesn't work.
|
One answer
Deepak,
The ampersand symbol is used to add two or more bits of data and it is not supported to work in conjunction with two functions (image-RichText). This could be raised as an enhancement https://www.ibm.com/developerworks/rfe.
Regards,
Mehul
|
Your answer
Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.