Sort table values ascending or descending
Function:
Sort_Table(table = string, sort_group = {col = string, sort = drop down})
Parameters:
Table: Table name on which to perform function
Column: Column to sort
Sort: Sort ascending or descending
Examples:
Sort_Table(table = Budget, sort_group = {col = "Amount", sort = "Asc"})