Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
sdkjs
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boris Kocherov
sdkjs
Commits
0e45b7c4
Commit
0e45b7c4
authored
Aug 10, 2017
by
GoshaZotov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix bug 30799
parent
016d0b5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
cell/model/FormulaObjects/mathematicFunctions.js
cell/model/FormulaObjects/mathematicFunctions.js
+4
-4
No files found.
cell/model/FormulaObjects/mathematicFunctions.js
View file @
0e45b7c4
...
...
@@ -416,11 +416,11 @@
break
;
case
2
:
// ignore error values, nested SUBTOTAL and AGGREGATE functions
ignoreNestedStAg
=
true
;
ignore
HiddenRows
=
true
;
ignore
ErrorsVal
=
true
;
break
;
case
3
:
// ignore hidden rows, error values, nested SUBTOTAL and AGGREGATE functions
ignoreNestedStAg
=
true
;
ignore
HiddenRows
=
true
;
ignore
ErrorsVal
=
true
;
ignoreHiddenRows
=
true
;
break
;
case
4
:
// ignore nothing
...
...
@@ -429,11 +429,11 @@
ignoreHiddenRows
=
true
;
break
;
case
6
:
// ignore error values
ignore
HiddenRows
=
true
;
ignore
ErrorsVal
=
true
;
break
;
case
7
:
// ignore hidden rows and error values
ignoreHiddenRows
=
true
;
ignore
HiddenRows
=
true
;
ignore
ErrorsVal
=
true
;
break
;
default
:
return
this
.
value
=
new
cError
(
cErrorType
.
not_numeric
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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