Round an integer to a specified decimal place.
Function:
Round(table = string, cols = list, rounding = integer)
Parameters:
Table: Table name on which to perform function
Columns to Round: Column to round
Number of Decimals: How many decimal places to round off (0 to 100)
Examples:
Round(table =Budget , cols = ["Actuals", "Plan"], rounding = 2)