130 | Bring us back the Formula DebuggerWerner Novak1151 - 07 2008 (6) Please bring us back the @formula debugger !!
Local and Remote Debugging !! |
39 | Add a way to change Agent TypeBas van Gestel2798 - 30 2010 (1) When I want to create a Formula agent, 9 times out of 10, I accidentally create a LotusScript agent first (since LotusScript is selected by default). I end up deleting the agent and creating a new one using formula. In previous designers you would just change the type ... |
37 | Add @GetProfileField and @SetProfileField to x-pages formula languageGernot Hummer610 - 27 2009 (0) It would be very convenient to have these two formulas available for quick access to profile field values. |
36 | Increase the amount of data formula can outputTommy Valand2726 - 17 2008 (2) As far as I know, formula can only output 64k of data. This especially limits the usage of formula in Evaluate-statements. Formula is --really fast-- compared to LotusScript. Formula has some inbuilt functionality that LS lacks. Two really powerful are @Tranform and @Sort. ... |
35 | Collapse / Expand section if formula is trueOndrej Kostruh1103 - 22 2009 (0) Similar as Hide when formula is true. Designer can set section as always open/close, but in the case when formula is true (ie. status field) sections is open by default. |
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 ... |
31 | Add @DialogBox, @PickList and @Prompt for x-pagesGernot Hummer610 - 06 2009 (0) I know that it's obviously something different to have the formula functionality in Lotus Notes and on the web browser, however, there has to be a way without getting crunk on Dojo to implement this functionality. At least @DialogBox with another xPage to open (maybe with a view control to ... |
29 | Shared Selection Formula for ViewsDevin Olson884 - 28 2008 (8) I think the precedent has been set (with Shared Actions and Shared Columns); how about Shared Selection Formulas? I think they are a logical extension of what we already have. Additionally, I'd like to see Shared Form Formulas. |
28 | New function - @HostNameJulian Woodward1814 - 23 2007 (8) @HostName(servername) would return the HTTP hostname for the given Domino servername e.g. @HostName("Server1/Mega") might return "megadom01.megacorp.com". |
25 | 12 hour / 24 hour time switch for @TextMike VandeVelde341 - 08 2010 (1) The LotusScript Format function has several options for displaying AM / PM. @Text has none of these. For example: when putting a time value into a string in a view column, I would like to be able to force it to 12 hour or 24 hour time, retaining ... |
24 | Formula Command to set Language Tag of selected text |
23 | Show when / Hide when option for tabbed tablePatrick Kwinten21948 - 27 2009 (1) Add a show when / hide when option for a tabbed table for individual tabs.
Nowadays I have to set a hide when for the whole content of the table under the tab, pretty unhandy. |
22 | Add formula @IsDocBeingPrintedErwin Heeren1176 - 22 2010 (3) We have No problem to trade it for @IsDocBeingLoaded |
21 | Making @DocNumber available for calculations in viewRajeev Menon3648 - 19 2007 (6) It may be because, @DocNumber is generated just before the html of of the view is pushed to the requesting client, that it is not available for any calculations based on it. I would like to have this formula available for calculations. |
18 | @Name [TOLF] parameter for returning "Lastname, Firstname" |
18 | @GetDBDocField functionMark Demicoli10169 - 16 2011 (0) @GetDocField is hugely useful for fetching fields from documents by their UNID where efficiency is not an important factor or where dynamism is required (eg random item names), rather than creating lookup views and using @DBLookup. It would be even more useful if you could specify the source database ... |
13 | Window title should be evaluated after the fields are evaluatedI wanted to make a universal formula and put it in the Shared Computed For Display (CFD) Field $hf_WindowTitle (inherit to all databases), and that it was calculated at the opening of the Form. Code: @If(@NoteID!="NT00000000"; @If(Form!="DeletedDocument"; $hf_WindowTitleDoc; "(Deleted document)"); "New document") ... |
9 | @Eval interpreter for formula processing on an XPageMike Woolsey2794 - 31 2011 (1) I use @Eval for numerous configurations, allowing me to swap out code when the management has another fit of fancy, and then when they realize what it does. It would be very useful to me to be able to run the normal formulas that would run in @Eval, either ... |
6 | Lightweight "Spacebased programming"Alois Gruber1686 - 28 2008 (1) Spacebased programming is a concept for loosly coupled systems and has a small set of functions. Within Java there are implementations of JavaSpaces. IBM has TSpaces for that. Commercial products in the field offer far more functionality than I think for. For Notes, I would use it ... |
6 | Make @InheritedDocumentUniqueID work consistently for saved documentStarrow Pan4204 - 25 2008 (0) In a existing response document, @InheritedDocumentUniqueID returns the @DocumentUniqueID. That is to say, only when the response being created, the formula behaves like what its name suggests. That's rather misleading. Why not return the parent document id, I think it's not so complicated for you can get it from $Ref. |
5 | Design codePalmi Lord156 - 06 2008 (2) What about right mouse click in the Designer pane and selecting Code from Library local or server
I like the Drag & Drop for design forms and views idea too |
1 | @Formula libraryZoltan Szabo4877 - 06 2012 (6) Hi All, do You think it would be usefull to add a Formula library? Like Script Library, it can contain user defined codes writen in Formula language. There are shared actions, but formulas can be used by many other design elements. Functions could be called by it's name or, ... |
-2 | Show-When formulaZoltan Szabo4877 - 06 2012 (4) Hi, There a situations when the formula for Hide-When is more difficult than if there will be a Show-When option. So, my Idea to add an option to change the Hide-When formula to Show-When. This can be applied to fields Edit Formula; enable edit and disable edit. |