I am start getting fedup from QlickView and questioning if it is the right tool, or may we need more training???
any way, I have the following scenario that need your support
- I have a balance table of one record per account with last transaction date
i.e.
A/C # 1, Balance, Last transaction date
A/C # 2, Balance, Last transaction date
example
3454, 9200Cr, 23/4/2011
4213, 5400Dr, 20/4/2011
also, I have a transactional table that list all the transactions for each account as the followig
account,transaction date, amount, other fields
3454, 22/3/2010 , 13000cr,
3454, 22/3/2011 , 8000cr,
3454, 22/3/2011 , 2000cr,
3454, 02/4/2011 , 4000dr,
3454, 09/4/2011, 1000dr,
3454, 23/4/2011, 500cr,
I need to build a blanace file with variance in the balance with a starting balance of each month since the begining of a year and with records for the date where the balance change by using these 2 tables so my final history table should look like
A/C, Data, Balance, Variance in amount , number of days between transactions, balance held till date, no of days of holding this balance