Documentation

Trace:

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
jvx:client:model:data:filter [2020/06/08 15:26]
cduncan
jvx:client:model:data:filter [2022/01/07 11:45] (current)
admin
Line 65: Line 65:
   * Or   * Or
   * And   * And
 +
 +Please note that a filter must always be reassigned after changing it, e.g.:
 +
 +<file java>
 +filter = filter.and (new Equals ("​CODE",​ "​A-123"​). and (new Equals ("​REF",​ "​re133"​)));​
 +</​file>​
 +
 +Without the assignment of ''​ filter = filter ... ''​ the filter is not changed.
  
 For further details, see [[https://​www.sibvisions.com/​files/​jvx/​current/​api/​javax/​rad/​model/​condition/​package-summary.html|javadoc]]. For further details, see [[https://​www.sibvisions.com/​files/​jvx/​current/​api/​javax/​rad/​model/​condition/​package-summary.html|javadoc]].
This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information