In that case I would set up your sample set as follows: Label all the 5 timepoint samples as U1 to U5, and repeat this for however many paddles/sets of samples you are running, so if running 6 sets of 5 timepoints they are labelled U1 to U5 for set 1, U1 to U5 for set 2....etc all the way to set 6.
Then create 2 component type custom fields called CF_One and CF_Two. In CF_One, enter the amount pulled which in your case is 10 (10 mls) and for CF_Two enter the overall volume which is 1000 (1000mls). The advantage to these custom fields is they are flexible and will allow you to change the pull volume and overall volume easily without having to make new custom fields.
Now this is the way I do it so see if there are any similarities you could copy. First I create a Peak, Real Calculated CF called Correction_Factor and the formula is simply CF_One/CF_Two. By the way I keep the sample and peak type to all, result set only search order and dont pick All or Nothing as that will negatively affect the custom fields. In our company we process sample sets to generate result sets and rarely process from Injections or Channels tab, plus manual integration isnt allowed in our SOPs.
My repsonse for Dissolution is Amount and I presume thats your one as well, if not substitute Amount for whatever value you use to measure dissolution.
First Timepoint-Label U1- value is just Amount since no correction has occurred
Second Timepoint -Label U2- amount in second timepoint +( Correction Factor*(U%..(Amount)))
Third Timepoint- Label U3- amount in third timepoint + ( Correction Factor*(U1.%.(Amount)+U2.%.(Amount)))
Fourth Timepoint -Label U4- amount in fourth timepoint +( Correction Factor*(U1.%.(Amount)+U2.%.(Amount)+U3.%.(Amount)))
Fifth Timepoint - Label U5- amount in fifth timepoint + (( Correction Factor*(U1.%.(Amount)+U2.%.(Amount)+U3.%.(Amount)=U4.%.(Amount)))
The CFs for above are coded as:
A_Disso_First: Amount+(Correction_Factor*(U%..(Amount)))
B_Disso_Second: Amount+(Correction_Factor*(U1.%.(Amount)+U2.%.(Amount)))
C_Disso_Third: Amount+(Correction_Factor*(U1.%.(Amount)+U2.%.(Amount)+U3.%.(Amount)))
D_Disso_Fourth: Amount +(Correction_Factor*(U1.%.(Amount)+U2.%.(Amount)+U3.%.(Amount)+U4.%.(Amount)))
Note: its best to label alphabetically as thats how CFs are calculated A before B before C etc. And the formula for Disso First isnt a typo, i coded it as U%..(Amount) and not U1.%.(Amount) to specifically "tell" Empower to only look for the previous sample labeled as U...
There are further CFs you can create based on above and one CF that will do the work of all the above too, But does that look like the way you calculate dissolution? If so, I can advise on further CFs. If not you may need to adjust the formula to your own requirements.