150 | Increase the Lookup/Storage Limit (32KB / 64 KB)Rajeev Menon3439 - 11 2007 / (0) All know that dblookup has a limit of 64KB. If you have a computed for display field which does a dblookup to return more than 32KB of data, it will throw an error. A View Column can display only a max of 32KB of data from a document. A document ... |
66 | improve @DBlookupJohn Woodford1680 - 16 2007 / (0) @dblookup should allow you to look up on multiple categorisations as you can using lotusscript view.getdocumentbykey. You should be allowed to enter in a text list so that each item is looked up in a catogorised view. |
-3 | Alias Lookup @functionDon McNally1424 - 27 2007 / (0) Aliases in fields are a nice way to use short values in place of longer strings, and they work well in forms. You can store a value of "H" and have it display "High" when the document opens. However, they are not so nice when you want to use the ... |