Forum Discussion
Anonymous
2 years agoNot applicable
Steps in advanced editor
There used to be a way to merge all the applied steps in the advanced editor, so that it would only show up as the first step in query. But I can't seem to remember how to do it. Any suggesetions? ...
- 2 years ago
Anonymous first step only
let Source = [step1 = 1, step2 = 2, stepx = step1 + step2][stepx] in Sourceno step name at all, just a query name
[step1 = 1, step2 = 2, stepx = step1 + step2][stepx]
danextian
2 years agoSuper User
Hi Anonymous ,
You can just put all your steps inside a variable using the advanced editor
let x =
applied steps...
in x