Description
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:
- AverageSumCountUnique CountMinimumMaximumMedian
String/date columns necessary functions:
- CountUnique Count
Activity
ehynd commentedon Mar 26, 2025
Dependent on #728
Paulson-Robert commentedon May 28, 2025
Current Progress :
Block settings integrations is done
Reactor integration - WIP