Forum Discussion
Dicken
1 year agoPost Prodigy
Expression Evaluate , error
I have a questiion as to how this works , for example; = Expression.Evaluate( "a",
[ a = List.Sum, b = List.Average ] )
( {2,3,2,2} ) this will work fine, and jsut change to "a" or "b...
- 1 year ago
to answer my own question, List.Any / All true expects a list of true / false values, not a list
with a true or false in it. this is why I had an error.
Dicken
1 year agoPost Prodigy
to answer my own question, List.Any / All true expects a list of true / false values, not a list
with a true or false in it. this is why I had an error.