39 | MaxResult parameter in @DbColumnPatrick Kwinten21943 - 08 2007 / (4) The possibility to add an additional parameter to @DbColumn where I can define the maximum results I want to have returned: @DbColumn( class : cache ; server : database ; view ; columnNumber ; maxResult ) In stead of getting the complete chunk of results back now I only ... |
32 | XPages: @DBLookupBig & @DbColumnBigErik Brooks795 - 11 2009 / (4) XPages are here, they're big and bad and scalable. They integrate with @Formulas, which is extremely powerful. For things like repeat controls, type-ahead, etc. there are times when you use @DbLookup or @DbColumn. But these functions are limited in returning 64K, like the days of old. Two new ... |
21 | Use the columnName in @DBColumn (instead of columnNumber)Patrick Kwinten21943 - 26 2009 / (2) in case the @dbcolumn function could use the programmatic name of a column instead of the columnnumber it would be easier to make updates on views. |
19 | @DbColumn memory limit workaround with MoreEntries flagZoltan Szabo4806 - 25 2011 / (0) When I read this idea "MaxResult parameter in @DbColumn" I got another idea. To avoid overflow issues (64k), when too much values are returned. It would be great, if DbColumn not fails on these cases, but returns all values fits into the 64k limit. Also sets a ... |
18 | Make @DocChildren / @DocSiblings / @DocDescendants work in any other formulaPatrick Kwinten21943 - 09 2008 / (3) this could be usefullfor example build tagclouds via @dbcolumn / @dblookup |
18 | "MaxEntries" parameter for @DBLookupMark Demicoli10094 - 27 2011 / (7) A parameter MaxEntries would be the maximum number of entries to return if @DBLookup hits multiple entries. For example, I want to return the Last 5 entries in a discussion for web display, but don't want to use an embedded view (because I'm using pure HTML with <computed values> ... |
-8 | Data Connections - new class: Notes |