Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: @DocChildren

If there are three direct descendants to a document:

  1. This example returns 3.
  2.  @DocChildren
  3. This example returns 3 Responses. Lotus Domino substitutes the appropriate number for %. If the document doesn't have any responses, this formula returns 0 Responses.
  4. @DocChildren("% Responses")
  5. This example returns 3 Responses. This time, if the document doesn't have any responses, the formula returns the message No Responses.
  6. @DocChildren("No Responses";"% Responses")
  7. This example returns There are 3 Responses. If the document has one response, the message is 1 Response; if the document has no responses, the message is No Responses.
  8. @DocChildren("No Responses";"1 Response";
    "There are % Responses.")
Related topics
@DocChildren




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009