1
Formula functions should intialize with named parameters instead of `param1`, `param2`.
complete
R
RIchard Anderson
Now selecting e.g. CONCAT results in CONCAT(param1, param2) when it should be CONCAT(array1, array2) to make it clearer what is expected to be written there.
Log In
Activity
Newest
Oldest
Merituuli Melkko
complete
Merituuli Melkko
in progress