Skip to content
Snippets Groups Projects
Commit fc1b83ff authored by Laurent Lecluse's avatar Laurent Lecluse
Browse files
parent fe708347
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