Community Tip - When posting, your subject should be specific and summarize your question. Here are some additional tips on asking a great question. X
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
try following. I have successfully used "|" (without quotes) for number attribute.
<ie:param name="WHERE"data="state.state=RELEASED" |=" state.state=" released=" variance"="/>