Report Query Question

Good day all,

I am trying to figure out why I can't a couple of reports to run.  I know part of the problem is that our database does not use the OOTB Part ItemType.  Our Parts List is a document ItemType and it links (weirdly) to our Part.  I have this report that I don't understand what it is trying to do.  Thanks for any help you can provide.

Name:  s_IPL

Label:  Indentured Parts List

Type:  Item

Location:  Service

Target:  Window

Report Query:

np:top_part_id=<xsl:value-of select="@id"/>&amp;rs:Format=EXCELOPENXML

Parents Reply
  • SQL reports can gather data e.g. by an SQL view or SQL query. It´s unlikely that the original report owner used the 'SQL' itemType for specifying the query. Without access to the server there is no chance to see what is happening.

    Well, find somebody that has access or at least can send you the used SQL query. :) You don´t need full access to the ReportServer. There normally should be some kind of "Innovator" related section. You can check it´s name in Variable called "Report Server Folder". 

Children