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
|
||||
{
|
||||
AVERAGE("Average"),
|
||||
COUNT("Count Numbers (COUNTA)"),
|
||||
COUNT_NUMS("Count Values (COUNT)"),
|
||||
COUNT("Count Values (COUNTA)"),
|
||||
COUNT_NUMS("Count Numbers (COUNT)"),
|
||||
MAX("Max"),
|
||||
MIN("Min"),
|
||||
PRODUCT("Product"),
|
||||
|
Reference in New Issue
Block a user