Macro Output is truncating data
- 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 have a macro that is truncating the output for a column
When I run the macro alone I get this output
But then when I run the macro in the parent workflow I get this
column 2 for the specific cell is getting truncated somehow, fields are V_WSTRING set to 255 characters, I cannot seem to find out why this is happening
- Labels:
- Macros
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@oneillp111 Can you change the data type to V_String and try again?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Is column 2 being created inside the macro or is it being passed in and then altered?
If its not being created inside the macro, what is its data type and size before it goes into the macro?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SPetrie, column is created inside the macro
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@oneillp111 Are you getting the same issue when you run with a different input file?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
always happens, its like the field is set to a specific length somewhere But I cant find it
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@oneillp111 if possible share your macro and workflow with input file else create a new macro and try again to see you are getting the same error or not
