Forum Discussion
Applied steps are not displayed after using advanced editor on desktop
- Anonymous10 years ago
The only reason individual steps would not show from handwritten code is that you are not actually writing the parts of your query as valid individual steps. You've either successfully written a single step with multiple functioning parts, or you've written nonfunctional code. To give any detailed help beyond that would require actually seeing the query code in question.
Hi, a late reply, but maybe someone else might benefit from reading it.
The problem in your query is simple. You've manually added code for the last 7 steps and forgot to reference the last one in the last sentence. So the query just ignores your additions after all and finishes with step "Added Custom".
Should be as follows:
in
#"YTDLYGM"
Thank you for this! The other responses were not helpful at all. Yours was perfect & helped me solve my problem too. Thanks again.