This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal



Jul 27, 2012, 3:18 AM
21 Posts

View to display list based on multiple keys

  • Category: Server Side JavaScript
  • Platform: All
  • Release: 8.5.2
  • Role: Developer
  • Tags: view,key
  • Replies: 2
 
I have a categorized embedded view in a form which display list based on keys. 
Now I have no problem display  data if it is based on 1 key. (let say the field name is 'owner' - Paul)
 
The problem is to display  the list if there are more than 1 key (more than one owner - Paul & David)
Is it possible to do that.? How?
 
Appreciate if anyone could guide me.
Jul 28, 2012, 8:07 AM
129 Posts
Re: View to display list based on multiple keys
You can use FTSearch (Search in view in the data pane) to achieve this. 
 
E.g. with to keys
[owner=Paul] OR [owner=Mark] 
 
Syntax for field references: [fieldName=value] 
 
In Domino 8.5.3, you can have the filtered results be sorted by view order or another sorted column. In previous versions of Domino/XPages, I believe the filtered result is sorted by match score of the query. 
Oct 17, 2012, 1:24 AM
21 Posts
Re: View to display list based on multiple keys
 TQ Tommy... :)

This forum is closed to new posts and responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:

HCL Software Customer Support Portal for U.S. Federal Government clients
HCL Software Customer Support Portal