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 Under Consideration
Workspace Domino
Created by Guest
Created on Mar 25, 2019

Storing DQL Query Document Collection Results as a Collection of Document IDs

After a DQL query has been performed, there needs to be the ability to store the results for later use.  Since the results of a DQL query is a Notes Document Collection, the ability to store the results as as collection of document IDs in a document is important.  There is the need to store these collections for later interpretation and analysis. Currently, you need to run the query again.  For auditing purposes the collection would have changed if the data changes and would not reflect the query performed on the original date. This feature needs to be accessible using Java and LotusScript.  The results should include history data about the query.

  • Attach files
  • Guest
    Reply
    |
    Jan 17, 2020

    This is in plan, absolutely.  Refreshable results even.

  • Guest
    Reply
    |
    Mar 25, 2019

    The returned array has @UNID for each document. There's nothing to prevent you from storing that array in a variable in the app, to a file, to other storage used by the app, or to write to a Notes document (profile) if that's what you want. I don't understand what additional functionality would provide or why it's necessary.  Maybe I'm missing something.

  • Guest
    Reply
    |
    Mar 25, 2019

    We have tried to use folders to store the document collection, but that is not usable at all since that is an extremely slow process.Competitive databases like MongoDB and CouchBase already have this capability.