cancel
Showing results for 
Search instead for 
Did you mean: 

boolean Filter - only hardcoded "is true"

Former Member
0 Kudos

Hello,

im trying to filter a resultset returned by a webservice.

each resultset-entry has a boolean "done"-flag, i want to filter those with the expression "done is false".

however if selecting this boolean-field, VC does not allow to enter an arbritrary expression, instead it just hardcodes an "is true" expression.....

any hints? some way to negate this?

thanks,

kai

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Kai,

You need to perform the dynamic expression on the field, not the condition.

Take a look at this screen shot: http://img107.imageshack.us/img107/1341/inversefilterjg5.png

Negate the field's value in the criteria instead of negating the criteria.

Regards,

Shai

Answers (1)

Answers (1)

ThatSAPGuy
Advisor
Advisor
0 Kudos

Hi Kai,

In the design layout drag and drop a Filter from the Operators list. Channel the output from your service to the filter and the output of your filter to the table. Then provide your filter criteria based upon your boolean flag.

Good Luck.

Cheers-

Atul