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