* increase version for all reports of a dataset * @param int $datasetId * @return bool * @throws Exception */
(int $datasetId)
| 655 | * @throws Exception |
| 656 | */ |
| 657 | public function increaseVersionByDataset(int $datasetId): bool { |
| 658 | return $this->ReportMapper->increaseVersionByDataset($datasetId); |
| 659 | } |
| 660 | |
| 661 | private function floatvalue($val) { |
| 662 | // if value is a 3 digit comma number with one leading zero like 0,111, it should not go through the 1000 separator removal |
no outgoing calls
no test coverage detected