40 | MaxResult parameter in @DbColumnPatrick Kwinten21314 - 08 2007 / (0) 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 Brooks915 - 11 2009 / (0) 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 Kwinten21314 - 26 2009 / (0) 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. |
20 | @DbColumn memory limit workaround with MoreEntries flagZoltan Szabo4849 - 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 ... |
19 | "MaxEntries" parameter for @DBLookupMark Demicoli10736 - 27 2011 / (0) 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> ... |
18 | Make @DocChildren / @DocSiblings / @DocDescendants work in any other formulaPatrick Kwinten21314 - 09 2008 / (0) this could be usefullfor example build tagclouds via @dbcolumn / @dblookup |
-8 | Data Connections - new class: Notes Patrick Kwinten21314 - 25 2009 / (0) a pain in the ass when giving support on a Notes application or when making modifications is that without a system description or a scan using third party tools it is hard to see which dependencies their are to other Notes systems. @dbcolumn and @dblookup commands have the reference ... |