I am working on Crystal 8.5.
database is Persive and excel file
I have a record of Purchase order that contains parts and its cost. There is referencce field containing the following:
735/736/737 ( This could be multiple numbers with "/" as deliminator)
Excel File)
70035 ( project#) 735(SN) 20 ( % of total cost)
What I am trying to do is to extract all the number between the "/". After the extract I would like to get the % value and multiply it by the cost in the PO. I have been successful extracting the first portion of it but not sure how I would go around getiing all the fields. I think I should have an arrya but have not figured out how to create arrays in Crystal.
database is Persive and excel file
I have a record of Purchase order that contains parts and its cost. There is referencce field containing the following:
735/736/737 ( This could be multiple numbers with "/" as deliminator)
Excel File)
70035 ( project#) 735(SN) 20 ( % of total cost)
What I am trying to do is to extract all the number between the "/". After the extract I would like to get the % value and multiply it by the cost in the PO. I have been successful extracting the first portion of it but not sure how I would go around getiing all the fields. I think I should have an arrya but have not figured out how to create arrays in Crystal.