Jazz Forum Welcome to the Jazz Community Forum Connect and collaborate with IBM Engineering experts and users

column merge in .cfg file. in RQM 6.0.2

I am using ExcelImporter (6.0.2) to export the testcases and test scripts. I want to concatenate the values of column L, I, J and column N from the  excel testcase sheet and assign it to Testcase Description.  My cfg  file  contents are:--



testscript.steps.type="execution"
testscript.steps.description=L & "<br> Tcode:" & I & "<br/> RICEFW: " & J & "<br/> Input Data: " & N

This is resulting in the Description with one line. I want to merge in such a way that it should come in line by line :
Instead - LIJN
it should come in
L
I
J
N

0 votes



One answer

Permanent link

Sousan,


You need pass string to 'HTML' function while using the HTML tags in the configuration file. i.e testscript.steps.description=HTML("<br> Tcode:" & L & "</br><br> RICEFW: " & J "</br>")

Please refer Wiki for HTML related syntax help.

Regards,
Mehul

0 votes

Your answer

Register or log in to post 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.

Search context
Follow this question

By Email: 

Once you sign in you will be able to subscribe for any updates here.

By RSS:

Answers
Answers and Comments
Question details

Question asked: Jun 22 '17, 6:28 a.m.

Question was seen: 1,504 times

Last updated: Jun 27 '17, 1:08 a.m.

Confirmation Cancel Confirm