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

ADD A NEW IDEA

@Formulas

Showing 95

Make @IfError() Available Again

@IfError() was introduced in R6, but depreciated with R7 and therefor should not be used any more. Probably, because IBM wasn't able to fix some bug. - However, this @function is very useful and makes code much easier to read and understand than a...
about 3 years ago in Domino Designer / @Formulas 1 Under Consideration

allow to refer attachment files by @dblookup

Currently @Dblookup can refer (small) image data in rich text field of other document. However it cannot refer file attachment. The customer request to add a feature to refer attachment file in other document by @Dblookup.
over 3 years ago in Domino Designer / @Formulas 0 Under Consideration

Can we overwrite "Input validation" used in multiple fields in a FORM through some single liner code/

"Input validation" has formula present for multiple fields in a FORM. All these formulas get triggered before document could be saved. This is working as designed. Can we prevent all these formula from being executed through some one liner code or...
over 3 years ago in Domino Designer / @Formulas 2 Under Consideration

If there was anything in the rich text

Even having a rough way to do this in Midas, I would really like to see a simple @formula (and matching Lotus Script) method for determining if there was anything in the rich text. Even better would be if it took an argument that specified whether...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Add a keyword to @DbLookup to continue past non-matching keys

If you call @DbLookup with a list of keys, the lookup will stop after the first non-matching key. I would like it to keep going and process the rest of the keys in the list. For example, say you want the entries for the months February, March, Aug...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration

Add sort option to "Use Access Control List for choices" in dialog list field

Add sort option to "Use Access Control List for choices" in dialog list field. Currently there is no sort option. They seem to be listed in the order they were added. Steps: create a new field in a form and change field type to "Dialog list". sele...
over 3 years ago in Domino Designer / @Formulas 0 Under Consideration

Add a way to get the index of the current element inside @Transform

Having access to the index of the current element inside @Transform would be very useful for certain applications, e.g. separate transforms for even and odd elements or referencing other lists. Something like @ThisIndex (compare @ThisName and @Thi...
over 3 years ago in Domino Designer / @Formulas 4 No Plans to Implement

Add an @Formula to transpose a list interpreted as a matrix

Lists in formula language are 1-dimensional, but sometimes the data will be interpreted as a matrix (e.g. the elements of a table). An @Formula to transpose the entries of a list by interpreting it as a matrix would be very useful for situations l...
over 3 years ago in Domino Designer / @Formulas 3 Under Consideration

Add an @Formula to generate a list of consecutive integers

To get a list of consecutive integers in formula language without using an @For loop, you currently have to get creative using predefined lists of digits, the permutation operators and @Subset. It would be handy to have an @Formula that gives you ...
over 3 years ago in Domino Designer / @Formulas 2 Under Consideration

Add an @Formula for the cumulative sum of a list of numbers

Getting the cumulative sum using an @For loop is easy, but runs into the memory limit for large lists. In addition to its mathematical uses, having access to the cumulative sum would make it easier to work around the 32k field/64k computed text li...
over 3 years ago in Domino Designer / @Formulas 1 Under Consideration