cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

We are happy to announce the new Windchill Customization board! Learn more.

Webject Where syntax

jlittle
6-Contributor

Webject Where syntax

I have a webject task that I need to have a where clause that includes two different lifecycle states and am not sure if I can do this in a single statement:


<ie:param name="WHERE"data="state.state='RELEASED*"/">



Or if I need to perform this in two seperate statements. The lifecycle values I want to include are 'RELEASED' and 'RELEASED VARIANCE'


Any help would be appreciated.



James

2 REPLIES 2

try following. I have successfully used "|" (without quotes) for number attribute.


<ie:param name="WHERE"data="state.state=RELEASED" |=" state.state=" released=" variance&quot;="/>

ddemay
1-Newbie
(To:jlittle)

I prefer using two lines, cleaner and easier to read.my own best practice.




Top Tags