How to add a new empty column without label?
- 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
I would like to add a few empty columns with no labels or date to be used as a data separation block at existing workflow. I used formula tool to add a column with "" value but system is required to create a column name
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mlozovskaya,
as far as I know, you won't be able to have empty columns names and there is no trickery around. I tried to cross tab empty rows, but it renames the column name to '_Empty_'. I personally would just indicate "placeholder" columns with __ in front and in the end and that's it.
__placeholder__
Best
Alex
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @mlozovskaya,
This could be done by adding a column with a formula tool for example "Placeholder1" and using a dynamic rename against a lookup table to rename each Placeholder column to each hold a unique number of whitespace.
The reference table holds two columns, firstly the old column name and secondly the new column name. The new column name value is simply " " (one whitespace). If you want to rename a second column, for example Placeholder2 you'd want to use two whitespace as the new column header " ".
If this solves your issue please mark the answer as correct, if not let me know! I've attached my workflow for you to download if needed.
Regards,
Jonathan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Thanks for your help @Jonathan-Sherman
