CE-881 - Fix labels for COUNT vs COUNT_NUMBERS

This commit is contained in:
2024-04-01 08:57:54 -05:00
parent 4d4405ec32
commit 80ab0b26a0

View File

@ -28,8 +28,8 @@ package com.kingsrook.qqq.backend.core.model.actions.reporting.pivottable;
public enum PivotTableFunction public enum PivotTableFunction
{ {
AVERAGE("Average"), AVERAGE("Average"),
COUNT("Count Numbers (COUNTA)"), COUNT("Count Values (COUNTA)"),
COUNT_NUMS("Count Values (COUNT)"), COUNT_NUMS("Count Numbers (COUNT)"),
MAX("Max"), MAX("Max"),
MIN("Min"), MIN("Min"),
PRODUCT("Product"), PRODUCT("Product"),