List of all combinations
- 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
Hi,
I have an issue
What I would like to do is to create a list of all possible combinations, but I have no clue on where to begin.
The list should look like the list below.
All inputs are appreciated
Thanks
Ole Henrik
Solved! Go to Solution.
- Labels:
- Common Use Cases
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I think the solution people will provide depnds on whether you want the solution to be dynamic or not.
A quick fix for this type of problem is to create a summerize stream for each field with that field specified as a group by clause.
You can then append those 5 streams together using the append fields tool which will give you your desired output.
Ben
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
As @BenMoss says there are various ways to do this.
My approach is to enumerate all the possible values and then join them back together.
First count number of options for each field
Then product this to make total number of possible combinations
Using a generate rows you can create this set of scenarios and then join it all back together
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank you so much. That helped :)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is great; thank you for sharing; adopted it for a flow I am working!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
This is extremely helpful!
