Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
open-source
OSE
Commits
3da90de1
Commit
3da90de1
authored
Sep 14, 2021
by
Laurent Lécluse
Browse files
#39644
(cherry picked from commit
e097ce9d
)
parent
5ea858c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
data/ddl/package/FORMULE_ARTOIS/body.sql
View file @
3da90de1
...
...
@@ -282,7 +282,7 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ARTOIS AS
-- AI=(AF20-AH20)/AD20
WHEN
c
=
'AI'
AND
v
>=
1
THEN
RETURN
cell
(
'AF'
,
l
)
-
cell
(
'AH'
,
l
);
RETURN
(
cell
(
'AF'
,
l
)
-
cell
(
'AH'
,
l
))
/
cell
(
'AD'
,
l
);
...
...
@@ -384,4 +384,4 @@ CREATE OR REPLACE PACKAGE BODY FORMULE_ARTOIS AS
ordre'
;
END
;
END
FORMULE_ARTOIS
;
\ No newline at end of file
END
FORMULE_ARTOIS
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment