Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Already Exists
Workspace Domino Designer
Categories Views
Created by Guest
Created on Aug 3, 2022

Allow @UserName in shared views

If you want to show only user created documents in a view you need to create a private view since using a shared view will not display the correct documents.

It should work in shared views as well to avoid creating private views. (Especially when design changes have been made since they will not be pushed to the privated views.)

Example view formula:

SELECT Form = "MyForm" & @UserName = Creator

See https://help.hcltechsw.com/dom_designer/10.0.1/basic/H_USERNAME.html

  • Attach files
  • Admin
    Thomas Hampel
    Reply
    |
    Aug 3, 2022

    The formula is used to build an index of the documents, but that index would not work if the selection formula is dynamic e.g. if its based on the user accessing the view. Internally, that would be the same as a private view. However, you can already do that now by using QRP, or you can create a select list an intersect it with a view you're processing. Please note that in Domino 12.0.2 there are improvements/fixes in QRP that you will need to get this done.
    So although your specific request is not going to be implemented, I'm closing this request as already exists.