SOLVED
How to duplicate a result of one field based on the value present in another field?
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
Jayasuryan
7 - Meteor
03-25-2021
12:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hello Everyone,
Am looking for a solution to bring the following output. The 'Cycle time' field is divided using the 'No. of machines' field and based on the value in the 'No. of Machines' column, the answer of the divided value is duplicated with some delimiters (here comma) in the 'Cycle time per machine' column.
Input:
Cycle time | No. of Machines |
64.67 | 1 |
251.02 | 4 |
233.66 | 4 |
59.36 | 1 |
Output:
Cycle time | No. of Machines | Cycle time per machine |
64.67 | 1 | 64.67 |
251.02 | 4 | 62.75,62.75,62.75,62.75 |
233.66 | 4 | 58.42,58.42,58.42,58.42 |
59.36 | 1 | 59.36 |
Please provide your valuable inputs. Thanks in advance.
Solved! Go to Solution.
Labels:
- Labels:
- Dynamic Processing
3 REPLIES 3
21 - Polaris
03-25-2021
12:40 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
03-25-2021
01:18 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for the answer @Qiu
21 - Polaris
03-25-2021
01:24 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@Jayasuryan
Glad to help and thank you for the accept mark. 😁
