Mariano Posted August 5, 2005 Posted August 5, 2005 Hello- I have a database with each record being a Purchase order, and a Portal setup to find all the statuses of the line items within that PO from another database with every line open from every Open PO in our system. What I need to figure out is how to export the record so that it will list all of the statuses in that PO which the Portal displays. The ideal output would be PO # - Status 1 - Status 2- Status 3- Status 4, etc also is their a way to filter out repeated statuses in the portals so that it lists each status only once? thanks!
-Queue- Posted August 5, 2005 Posted August 5, 2005 Create a value list based on the related status field. Then create an unstored calculation text field in the PO of PONumber & " - " & Substitute( ValueListItems( Get(FileName); "YourValueList" ); ¶; " - " ) and export this field.
Recommended Posts
This topic is 7050 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now