Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
2 years ago
Solved

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? ...
  • AlienSx's avatar
    2 years ago

    Anonymous first step only

    let
        Source = 
        [step1 = 1,
        step2 = 2,
        stepx = step1 + step2][stepx]
    in
        Source

    no step name at all, just a query name

    [step1 = 1,
    step2 = 2,
    stepx = step1 + step2][stepx]