Apache OpenOffice (AOO) Bugzilla – Issue 69903
RecalcAlways property for Addin functions (RANDBETWEEN does not recalculate on F9)
Last modified: 2017-05-20 11:13:22 UTC
(1) Open a new spreadsheet document in Calc (2) Enter the two following formulas into two different cells: =RAND() =RANDBETWEEN(1;10) (3) Press the key F9 (Tools | Cell Contents | Recalculate) (4) Press the key F9 (5) Press the key F9 (6) ... The result from RANDBETWEEN won´t change. But it should recalculate, just like the RAND-function does.
Hi Eike, please have a look at this one. Frank
You must use SHIFT-STRG-F9 to recalculate. This is documented in the help. RANDBETWEEN comes from the analysis addin, may be thats the reason.
Correct, AddIn functions currently can't have a RecalcAlways property.
*** Issue 92747 has been marked as a duplicate of this issue. ***
Noel and I have worked on implementing support for volatile functions in VBA, but I believe the implementation in the core is generic enough so that we can extend that to support "volatility" for Add-In functions as well.
Created attachment 66140 [details] patch from ooo-build
Reset assigne to the default "issues@openoffice.apache.org".