Skip to content

Count Non-Blank Array Items - Add Option to Count Blank Array Elements and All Array Elements #2

@physics515

Description

@physics515

Change name to "Count Array Elements".

Add boolean options to return various counts as integer array.

Example

Input

  1. Variant Array (ex. [1,2, ,4])
  2. Boolean "Non-Blanks"
  3. Boolean "Blanks"
  4. Boolean "Total"

Output
Integer Array (ex. [4, 6, 10])

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions