Webject Where syntax
Oct 02, 2014
04:33 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 02, 2014
04:33 PM
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
Labels:
- Labels:
-
Other
2 REPLIES 2
Oct 02, 2014
05:46 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 02, 2014
05:46 PM
try following. I have successfully used "|" (without quotes) for number attribute.
<ie:param name="WHERE"data="state.state=RELEASED" |=" state.state=" released=" variance"="/>
Oct 03, 2014
12:23 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Oct 03, 2014
12:23 AM
I prefer using two lines, cleaner and easier to read.my own best practice.
