SOLVED
Multi-row formula changes sorting
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
piotrpierszala
6 - Meteoroid
‎06-09-2017
05:32 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello,
I confronted the following problem. After I perform multi-row formula on my dataset it changes its sorting, which is crucial for the following another multi-row tools.
Of course I can sort it again every time, however this is the case only with certain caluclations.
How can I prevent unsorting done by multi-row formula or what is the reason for that?
Solved! Go to Solution.
Labels:
- Labels:
- Preparation
2 REPLIES 2
20 - Arcturus
‎06-09-2017
05:37 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
The sort is a result of your use of the grouping options in the multi-row formula. As long as the data needs to be in a specific order, you'll need to use a post formula tool to return it to the previous order.
If the data is already in the right sequence, then you can check the key as part of the formula and avoid any sorts.
Cheers,
Mark
If the data is already in the right sequence, then you can check the key as part of the formula and avoid any sorts.
Cheers,
Mark
Alteryx ACE & Top Community Contributor
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
Chaos reigns within. Repent, reflect and restart. Order shall return.
Please Subscribe to my youTube channel.
‎06-09-2017
05:41 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
You are absolutely right I accidentally checked Group By option and didn't notice that. Silly issue.
