No of visitors who read this post: 172
Type: Question
No votes yet

I have an obligation to do something as basic search advanced Lotus Notes.

I need to supply the end users to filter the views based by seeking criteria that give runtime on the customer. They don't need to connect the designer so you cannot use to view the selection formula. Can you please help me with some solutions, please?

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

#

All the search results that user can see while using the Lotus notes depends on the type of parameters that it uses. You need to define the display of each of the search parameters possible.

  1. First make a list of all the parameters that you have given the user to search from.
  2. Make a probability of parameters usage with each other to see how many users use them simultaneously. This might result in more than 1 result.
  3. After that you need to take care of all the visuals of the results gathered from the above step.
  4. This way you can explicitly define what each user can see after search. You can also limit the number of parameters to reduce the complexity.