Len#

Description:

Returns the length of characters.

Function:

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

Parameters:

  • Table: Table name on which to perform function

  • Column: Column to perform Len

  • New Column Name: Name for new column

Example:

Len(table = Budget, col = "Business", new_col = "Length")
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

After#

Date

Geo

Business

Plan

Actual | Length

8/1/2024

Asia-Pacific

Energy

800

750

6

7/1/2024

Middle East & A

Healthcare

1200

900

10

5/1/2024

Latin America

Manufacturing

900

1050

13

9/1/2024

Asia-Pacific

Technology

1500

1300

10

11/1/2024

Latin America

Energy

2000

1800

6