I followed directions in the Aras Microsoft Reporting Services 2012 Guide and was to able to create a report in Visual Studio and add it to Aras Report Item. The basic report with no parameters worked fine, but when i tried to add a parameter I couldn't get it to work. Below is my report query in visual basic:
select item_number, name
from innovator.product
where ID=@ID
This is my Aras Report query:
np:id=<xsl:value-of select='@ID'/>
When I run it from the item I get a error: "False"
I followed the direction from the guide, is my formatting incorrect?
Hi didonato,
If you are still working on this issue, I recommend making sure that @id is lowercase in both the Innovator report item and in the Visual Studio query. Also if you are building the query programmatically, try using '&' to join parameters instead of '&'.
Eli
Eli Donahue
Aras Labs Software Engineer
Hi didonato,
If you are still working on this issue, I recommend making sure that @id is lowercase in both the Innovator report item and in the Visual Studio query. Also if you are building the query programmatically, try using '&' to join parameters instead of '&'.
Eli
Eli Donahue
Aras Labs Software Engineer