
I have a very difficult problem. I have already write a process which works but I want to optimize it. To sum up, I have one parameter cube which contains some information. These information are status.
A customer has many different statut, it depend on one specific date (year and month). My process creates an output file, associating status with a customer at a given date.
My problem is the following :
- I have two parameters in my process
- My process only creates a file for one year / month data
- I want to my process creates every month < or = to my parameter month and for each month create it can assign a status to a client
- Each month must be separated by a header that is of the following form:
"Aircraft_Prod_12_2013
Aircraft_Prod_12_2013 NA_PRD_12_2013
Aircraft_Prod_12_2013 NA_ANT_12_2013"
- These are the headers that need to change month by month
I don't know if my problem is well described beacause it is not easy to explain.
Thank's a lot to the community for helping me
