Skip to main content
8-Gravel
October 2, 2014
Question

Webject Where syntax

  • October 2, 2014
  • 2 replies
  • 1091 views

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

1-Visitor
October 2, 2014

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


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

1-Visitor
October 3, 2014
I prefer using two lines, cleaner and easier to read.my own best practice.