How change column header using another column value.
- 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 - Can someone please tell me how would I change Gross column header as NewHeader column value. Basically I want Gross column name should be renamed as per value from NewHeader column.
Sector | Gross | Net | NewHeader |
Short | 100 | 200 | Short |
Maturity[1,3) | 50 | 60 | Short |
Maturity[3,5) | 10 | 20 | Short |
Solved! Go to Solution.
- Labels:
- Help
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@anonymous008_G one way of doing this
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs -- Thank a lot, this is really helpful.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@binuacs -- I need one more help regarding same project. My condition is if my table consist Long column then data from Long column to be copy over to Long Final column ELSEIF table consist Short column then data from Short column to be copy over to Short Final column ELSE 0 or empty. How would i do this? Currently in below sample table only Short column is exist and i cannot write expression for Long column in formula tool but Long column can come in the next month reporting instead of small. So i wanted to make sure either long or Short any column appears in the reporting this workflow should work both cases.
RecordID | Sector | Net | Short | Long Final | Short Final |
1 | Short | 100 | -100 | ||
3 | Maturity 3 | 60 | -60 | ||
2 | Maturity 1 | 40 | -40 |
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@anonymous008_G let me know the attached workflow works for you
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Please ignore, I have solved this using other way. thanks for your help @binuacs
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
thanks Let me try this.
