Skip to content

Microflow description of Aggregate functions containing expressions is wrong #241

@rbolt

Description

@rbolt

Mendix version: 11.8.0
MxCLI version: 0.6.0

Issue:

The description in the microflow returns the name of the input list instead of the given expression for the following aggregate functions:

  • SUM
  • AVERAGE
  • MINIMUM
  • MAXIMUM
  • REDUCE

Given expression:

Image

Resulting source code:

$Sum_expression = SUM($ContractListInput_1);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions