Problems with and new ideas for Calc functions in cells.
@Thomas : What is the difference between bug#108827 and bug#108253?
(In reply to Winfried Donkers from comment #1) > @Thomas : > What is the difference between bug#108827 and bug#108253? This is for issues with function logic. The other one is for e.g. formula appearemce issues and others not directly related with a function.
(In reply to Thomas Lendo from comment #2) > (In reply to Winfried Donkers from comment #1) > > @Thomas : > > What is the difference between bug#108827 and bug#108253? > This is for issues with function logic. The other one is for e.g. formula > appearemce issues and others not directly related with a function. Ah, thank you. Then I will be monitoring bug#108827 closely and bug#108253 loosely .
In relation to error bug#121978 (https://bugs.documentfoundation.org/show_bug.cgi?id=121978) SECOND before rounds -> SECOND("00:00:08,99") -> result 9, and now result 8. I think of two possible solutions, or have two functions: SECOND("00:00:08,99") with result 9 and SECONDNOTROUNDED("00:00:08,99") that return 8. Or a function with a second parameter optional rounding (with backward compatibility): =SECOND("00:00:08,99" [, BOOLEAN ROUND]), default BOOLEAN ROUND is TRUE. =SECOND("00:00:08,99") = SECOND("00:00:08,99",TRUE) = 9 =SECOND("00:00:08,99", FALSE) = 8
(In reply to gmolleda from comment #4) Please comment in the bug itself. No developer is reading comments in meta bugs for a specific bug!