I'm working with two data sets related to a number of funds...
Table 1 is a list of transactions related to the fund: (Date|Value|Fund|Description) where deposits and withdrawls are listed.
Table 2 is known balances of the funds, taken at random dates (Date|Fund|BalanceOnDate)
I would like to combine the data sets to calculate gains/losses on the funds that are not masked by deposits and withdrawls.
I've tried using running totals, unions and many other methods but with no success.
Any help appreciated.
Many thanks
Tim
Solved! Go to Solution.
Slightly different approach than @jdunkerley79 by using the UNION tool to blend vs. a Join Multiple.
Union probably a better solution I would expect. But would want to ensure processing of revaluation was done in correct sequence if a Deposit/Withdrawl and revaluation occurred on same day
Can't say which way round would be correct without more business knowledge
Both thank you very much. I'm now being defeated by having an older version of the Designer.
I'm on v11.0.3 waiting for work to upgrade us.
Is it possible to share a backwards-compatible version? Or failing that just configuration window screenshots of the processes?
Huge thanks,
Tim
User | Count |
---|---|
17 | |
15 | |
15 | |
8 | |
5 |