This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

DEVELOPERS FORUM - Passing Named Parameters

MMarcial - Tuesday, April 10, 2007 5:00 PM:

I am having trouble passing a named parameter to a Part report.

The Report runs when the Report Query is set to:

np:ITEM_NUMBER=<xsl:value-of select="'000003'" />

but not:

np:ITEM_NUMBER=<xsl:value-of select= @item_type />

Please advise.

 



RobMcAveney - Tuesday, April 10, 2007 5:54 PM:

I think what you're looking for is: 

np:ITEM_NUMBER=<xsl:value-of select="item_number"/>

 

Hope that helps -

Rob