How can I sort order row output result with NULL values
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey!
I have given this output result:
And I want this output result if possible:
Do you no any solution for this output result?
Mathias
Solved! Go to Solution.
- Labels:
- Apps
- Preparation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
If the incoming records were SELECTED and individually sorted, then your could take both streams of data into a JOIN (join on record position) and create that data.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@mathias_schnoor Attached is one possible solution, there will be a few other ways that you could do this, depending on the exact scenario.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Looks like we had the same idea.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you for your support.
It works!
Mathias
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
We must have written at the same time @MarqueeCrew
Glad it worked @mathias_schnoor
Could you please accept successful responses as a solution and star good responses as it helps everyone on the community if they have a similar question, as per point 3 of community guidelines: http://community.alteryx.com/t5/Welcome-to-the-Alteryx-Community/Alteryx-Community-Guidelines/m-p/6#...
Thanks,
Joe
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hey Joe, Tom!
Thank you for your support.
The solution of Joe is the best solution for me, because any NULL values are in the result list.
Best regards
Mathias
