Skip to content
Snippets Groups Projects
Commit 4168c3bb authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files

#47149

(cherry picked from commit fc1b83ff)
parent 47b7cda1
Branches
Tags
No related merge requests found
......@@ -373,6 +373,8 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_UVSQ AS
WHEN c = 'AQ' AND v >= 1 THEN
IF cell('AO17') = 0 THEN
RETURN (cell('AN',l) - cell('AP',l)) / cell('AE',l);
ELSE
RETURN 0;
END IF;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment