NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

How to modify horizontal.xsl to add few columns in the Result table?

I would like to add few input parameters from my parameter variables in my report table using horizontal.xsl. It is like add columns to the table. Can someone advise?
 
 
thanks
 
rgds,
toko
0 Kudos
Message 1 of 13
(5,272 Views)

Hey Toko,

To do this, you would need to modify the xsl, which would require a pretty strong XML background.  The actual process of adding a column to the table through the xsl is known to be very complicated.  Perhaps somebody has done this before, but it is not actually supported through National Instruments.

Thanks,

Andy McRorie
NI R&D
0 Kudos
Message 2 of 13
(5,258 Views)
toko,

maybe you want to take a look here.

hope this helps,
Norbert B.
Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 3 of 13
(5,252 Views)

i am doing this recetently,

 

found a help:

titile is :Adding Columns and Rows to an ATML Test Results 6.01 or 5.0 Report

 

follow it ,i can add cloumn and values to the report,but i cannot find the way how to pass locals、parameters to the report.

 

the help pass the value "@testReferenceID" to the report ,how can i modify to my parameter ,ie ,an step parameter ?

<td><xsl:value-of select="@testReferenceID"/></td>

 

waiting for help,thanks

0 Kudos
Message 4 of 13
(4,264 Views)

maybe i did not descripted very clear.

 

so i add a picture ,wish to help understand my question.

 

thank you

 

@Col1、@Col2 is wrong parameter,how to pass correct parameter? thanks.

add columns to report.png

 

0 Kudos
Message 5 of 13
(4,245 Views)

Boguang,

 

When you ran the sequence, did Col1 and Col2 return anything in TestStand?

 

Here's something that I think you might find useful http://www.ni.com/white-paper/8289/en/

0 Kudos
Message 6 of 13
(4,217 Views)

thanks for your reply,AYPYoo

 

i have read the article ,but still cannot OK.

 

maybe should know XPATH,but how teststand pass local variables to ATML report?

 

please refer to the link below:

Adding Columns and Rows to ATML Test Results 5.0 Reports

 

 

0 Kudos
Message 7 of 13
(4,214 Views)

my question is how to pass teststand local variables or parameters to the report table column Col1 or Col2?

 

what is the relationship between with Col1 and local variables 

0 Kudos
Message 8 of 13
(4,213 Views)

What you're trying to do is very complicated as it requires you to have a deep understanding on XSL syntax.

 

Perhaps you can achieve your ultimate goal by checking the Log checkbox (in Module tab) of your local variable and parameters?

 

0 Kudos
Message 9 of 13
(4,166 Views)

thanks for you reply.

 

xsl is too complicated.

 

my question is : what is the relation between xsl file's parameter and teststand's parameter

0 Kudos
Message 10 of 13
(4,142 Views)