Return a table with the null values in column [b] filled with the value below them from the table ({[a = 1, b = 2], [a = 3, b = null], [a = 5, b = 3]})
.
Return a table from a list of customer names in a list. Each value in the customer list item becomes a row value, and each ...
Return a table with column CustomerID with values {1, 2}, column Name with values {"Bob", "Jim"}, and column Phone with values ...
Return a table with column CustomerID with values {1, 2}, column Name with values {"Bob", "Jim"}, and column Phone with values ...
Return a table with the null values in column b filled with the value above them from the table ({[a = 1, b = 2], a = 3, ...
Return a table with the null values in column b filled with the value below them from the table ({[a = 1, b = 2], a = 3, ...
Return the names of columns of type Number.Type from the table Table.FromRecords({[a=1,b="hello"]}, type table[a=Number.Type, ...
Return type is not valid in FunctionImport '{0}'. The FunctionImport can have no return type or return a collection of scalar ...
Return type is not valid in FunctionImport '{0}'. The FunctionImport must return a collection of scalar values or a collection ...
Returns -1, 0 or 1 based on the first text being less than, equal to, or greater than the second in dictionary order. Can ...