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 Assessment
Workspace Nomad
Categories Nomad (Web)
Created by Guest
Created on Jun 19, 2023

Allow incomplete response hierarchy in views

Some time you need to display responses in their response hierarchy but do NOT show the main document of a thread in the same view. This is currently impossible to do. Examples would be: Show all responses to the chosen main document in an embedded view but in correct hierarchy.
I will try to clarify this:

Today it is easily possible to make a view look like this ( \/ = Open Twisty, > = Closed Twisty):

\/ Main Document 1

\/ -- Response Document 1

----Response to Response Document

> -- Response Document 2

\/ -- Response Document 3

----Response to Response Document 3

> Main Document 2



Main documents and the complete Response Hierarchy are collapsable.

If I now want to have an embedded view within the Main- document, then I ALWAYS have to include the Main document itself in the view. But I would like to create a view that looks like this:

\/ -- Response Document 1

----Response to Response Document

> -- Response Document 2

\/ -- Response Document 3

----Response to Response Document 3

But today as soon as you exclude the main documents from the view, it will not show ANY document anymore if response hierarchy is enabled...



EDIT: There IS an option for this in the view properties (information tab) called "Show Partial response hierarchies". But this option is Eclipse- only. And I want to have this for "normal" views as well.





Torsten Link

  • Attach files
  • Guest
    Reply
    |
    Oct 23, 2023

    This is currently possible! But a terrible trick.

    The $Ref item can be temporarily deleted in the view. E.g. by adding a hidden column with the formula @If (Form ="Response"; @SetField("$Ref"; @DeleteField); "");