Forum Discussion
Dicken
2 years agoPost Prodigy
let versus record
Hello, can someone explain why the record version does not give result in genlist; let alist = {"a","b","c","c","c","d","d"} ,
lc = List.Count (alist )
in
List.Generate( ()=> [ i =...
- 2 years ago
what's this?
each [i] < lc =1
PwerQueryKees
2 years agoSuper User
What do you mean by 'Result'. The let statement has an in clause giving a result. The record does not. The record itself is the result.
I suspect you did not give us the full context of the query, so hard to tell what causes any difference.
Dicken
2 years agoPost Prodigy
I mean result the 'in' statement or the gen of record.