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


Aug 13, 2014, 3:18 PM
26 Posts

question

  • Category: Application Development
  • Platform: All Platforms
  • Release: 9.0
  • Role: Developer
  • Tags:
  • Replies: 5

Is the New_Entry form used only for response doucments or can it be used for a parent document?

I think using @AllChildren is redundant as @AllDescendants would include both immediate Responses and Responses to Responses.

Assuming the New_Entry form is for responses only, try this:  SELECT Form!= "NEW_Entry" | Form = "NEW_Cad" | @AllDescendants

... but I don't think it's possible to exclude responses based on a formula when using @AllDescendants and @AllChildren

Aug 14, 2014, 9:33 AM
11 Posts
Question

Thank you Paul for your quick reply

Form = "NEW_Cad" is the parent document and Form="NEW_Entry" could be response or response to response.

I tried your recommended formula but unfortunately I still can see documents created with Form="NEW_Entry" in the view. Is there a solution for this issue?


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