SOLVED
Insert value from different input with same name multiple times
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
npacheco
6 - Meteoroid
a week ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi folks, looking for some help on this one.
I have ~4000 companies with ID's and each of them has a number of "Criteria" with a 0, 1, or NULL value. The criteria have their own ID's: (E01, E02, etc).
I have a separate file that contains "weights" for each of these criteria. A numeric value between 0 and 10.
For each "1" found in each Criteria of each company, I need to replace it with the relevant weight of that criteria.
It's a little difficult to explain so hopefully the attached demo file with expected output will help.
Would appreciate any and all help with this. Thanks!
Solved! Go to Solution.
Labels:
- Labels:
- Dynamic Processing
- Join
- Preparation
2 REPLIES 2
binuacs
21 - Polaris
Monday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@npacheco one way of doing this
Monday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thank! That'll do it.
