Forum Discussion
Anonymous
4 years agoNot applicable
Expression.SyntaxError: Token RightParen expected. // Needing Help with a custom function
Hi there, so i'm writing this simple code to help me out with a problem when dealing with a Sheet.. So i have this 8 format number like this for example : 04777020 where i need to convert into a ...
- 4 years ago
It needs to go at the very end of the line, not in the middle
Alexis_Sawyer
2 years agoNew Member
Hola,
Tengo la siguiente consulta con el error " Se esperaba el token RightParen" en la coma marcada en rojo. Por favor ayúdenme a resolverlo.
la consulta es:
Origen = Odbc.DataSource("dsn=IWS", [HierarchicalNavigation=true]),
dbo_Schema = Origen{[Nombre="dbo",Kind="Esquema"]}[Datos],
Ges_OrdenesCompra_Table = dbo_Schema{[Nombre="Ges_OrdenesCompra",Kind="Tabla"]}[Datos],
Table.SelectRows = (Ges_OrdenesCompra_Table , cada [dato] >= #datetime(2022, 1, 1, 0, 0,0)),
Table.SelectColumns = (Filas filtradas, {"VendAccount", "VendName"})
Columnas filtradas