Quantcast
Channel: PTC Community : Discussion List - Windchill
Viewing all articles
Browse latest Browse all 5797

How to use multiple value in data of "type" parameter in webject as OBJ of infoengine.

$
0
0

How to use multiple value in data of "type" parameter in webject as OBJ of infoengine.

 

if my code is for example:

 

<%@ page language="java" session="false"%>

%<%@ taglib uri="http://www.ptc.com/infoengine/taglib/core" prefix="ie"

%><%@ taglib uri="http://www.ptc.com/infoengine/taglib/directory" prefix="dir"%>

    <html>

    <body>

   

    <ie:webject name="Query-Objects" type="OBJ">

        <ie:param name="INSTANCE" data="com.ptc.ptcnet.abukane2d.Windchill"/>

        <ie:param name="authorization" data="$(@SERVER[] AUTHORIZATION[0])"/>

        <ie:param name="type" data="wt.doc.WTDocument"/>

       

        <ie:param name="where" data="()"/>

        <ie:param name="attribute" data="number,name,version,lifeCycleState" delim=","/>

        <!-- The "Return-Group" is named to outputSearched -->

       

        <ie:param name="group_out" data="outputSearched"/>

 

       </ie:webject>

 

        <ie:webject name="Display-Table" type="DSP">

    <ie:param name="GROUP_IN" data="outputSearched"/>

    </ie:webject>

 

    </body>

</html>

 

and for this in "type" parameter i want to enter more values wt.doc.WTDocument, wt.part.WTPart, etc.

so that i can create one report having multiple data displayed


Viewing all articles
Browse latest Browse all 5797

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>