Update definition for FILTER() (#2538)

This commit is contained in:
Florian Weber 2022-02-03 06:26:41 +01:00 committed by GitHub
parent 35dfdc617e
commit 0aed245fbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1041,7 +1041,7 @@ class Calculation
'FILTER' => [
'category' => Category::CATEGORY_LOOKUP_AND_REFERENCE,
'functionCall' => [Functions::class, 'DUMMY'],
'argumentCount' => '3+',
'argumentCount' => '2-3',
],
'FILTERXML' => [
'category' => Category::CATEGORY_WEB,