- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic to the Top
- Bookmark
- Subscribe
- Printer Friendly Page
Printing first line of extended descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2011 07:43 AM
Is it possible to print the first line of the extended item description on a form such as the picking sheet?
The CI_ExtendedDescription file seems to have a line break character.
I basically need everything in the description field before the first line break.
Can someone share a formula with me to accomplish this?
4.4.0.3.
Solved! Go to Solution.
Re: Printing first line of extended descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2011 02:21 PM
Try this formula = LEFT({SO_PickingSheetWrk.ExtendedDescriptionText},
Re: Printing first line of extended descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-18-2011 03:02 PM
I think it works.
Thanks!
Re: Printing first line of extended descriptio n
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Highlight
- Email to a Friend
- Report Inappropriate Content
01-20-2011 01:19 PM
You may want to make this conditional to ensure that there is a carriage return. Otherwise, I believe the function will not return anything.


