Skip to content

Aggregate Column Functions #697

Closed
Closed
@ehynd

Description

@ehynd

Description

We need a way for low/no code users to be able to select what function they are wanting when selecting data fields within the frame. This will allow them to utilize one frame for multiple visualizations and also not require them to code within the notebook.

Existing

This functionality exists within legacy system, please start there to see how it is working or ask Elise for a demo.

Requirements

Once the user selects a frame and a column, they should be able to select what function they want done on the column.

If the column is a number column, it will have different functions than a string or date column.

The default function should be average for number columns and count for string/date columns.

Number columns necessary functions:

  • Average
    Sum
    Count
    Unique Count
    Minimum
    Maximum
    Median

String/date columns necessary functions:

  • Count
    Unique Count

Activity

added theissue type on Mar 12, 2025
ehynd

ehynd commented on Mar 26, 2025

@ehynd
Author

Dependent on #728

Paulson-Robert

Paulson-Robert commented on May 28, 2025

@Paulson-Robert
Contributor

Current Progress :
Block settings integrations is done

Image

Image

Image
Reactor integration - WIP

linked a pull request that will close this issue697 aggregate column function #1238on May 30, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

No labels
No labels

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

    Development

    Participants

    @Paulson-Robert@ehynd@Shubham009-prog

    Issue actions

      Aggregate Column Functions · Issue #697 · SEMOSS/semoss-ui