Min#

Description:

Returns the minimum value for the select column.

Function:

Min(table = string, col = string, new_col = string)

Parameters:

  • Table: Table name on which to perform function

  • Column: Column to perform Min

  • New Column Name: Name for new column

Example:

Min(table = Budget, col = "Amount", new_col = "Min Amount")
Before#

Date

Geo

Business

Plan

Actual

8/1/2024

Asia-Pacific

Energy

800

750

7/1/2024

Middle East & A

Healthcare

1200

900

5/1/2024

Latin America

Manufacturing

900

1050

9/1/2024

Asia-Pacific

Technology

1500

1300

11/1/2024

Latin America

Energy

2000

1800

Performance Data#

Date

Geo

Business

Plan

Actual

Min

8/1/2024

Asia-Pacific

Energy

800

750

750

7/1/2024

Middle East & A

Healthcare

1200

900

750

5/1/2024

Latin America

Manufacturing

900

1050

750

9/1/2024

Asia-Pacific

Technology

1500

1300

750

11/1/2024

Latin America

Energy

2000

1800

750