Report with Has Steps

Wednesday, July 12, 2017
Avatar

Hallo

I coding a new Report. I us a Excel report with various values. One value i can't select i need to select the values from "Has Steps?"

I use this code :

<td>
<xsl:value-of select="Has-steps"/>
</td>

But is not work. Can you tell me where is the error?  Thank a lot for your help.

Best wishes

2 Replies
Wednesday, July 12, 2017
Avatar
re: Mariano Wednesday, July 12, 2017

Hi Mariano

I think the field would be:

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

Regards

Adam

Wednesday, July 12, 2017
Avatar
re: inflectra.david Wednesday, July 12, 2017

Hi Adam

Thanks it works. Thank you for the fast answer.

Best regards 

Mariano

Spira Helps You Deliver Quality Software, Faster and With Lower Risk

And if you have any questions, please email or call us at +1 (202) 558-6885

 

Statistics
  • Started: Wednesday, July 12, 2017
  • Last Reply: Thursday, July 13, 2017
  • Replies: 2
  • Views: 2541