mirror of
https://github.com/Kingsrook/qqq.git
synced 2025-07-18 13:10:44 +00:00
CE-881 - Fix labels for COUNT vs COUNT_NUMBERS
This commit is contained in:
@ -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"),
|
||||||
|
Reference in New Issue
Block a user