https://bugs.documentfoundation.org/show_bug.cgi?id=142993
--- Comment #6 from Rafael Lima <[email protected]> --- Apparently this issue is "intentional". The method ScSamplingDialog::PerformRandomSamplingKeepOrder [1] assumes that when "Keep Order" is checked, the sampling must be "without replacement". The implementation does not consider the possibility of replacement. To fix this issue, we would have to implement a new method to perform sampling with replacement while keeping the original order. This is doable, but not trivial. I'll add this to my to-do list, hopefully in time for 24.8. [1] https://opengrok.libreoffice.org/xref/core/sc/source/ui/StatisticsDialogs/SamplingDialog.cxx -- You are receiving this mail because: You are the assignee for the bug.
