Forum Discussion
Need computation breakdown
- 3 years ago
jmcph ,New measure assuming other are measure
Principal= if( [cummulative collection] > [cummulative loan amount], [collection] - ([cummulative collection] - [cummulative loan amount]) , blank())
Interest = if( [cummulative collection] > [cummulative loan amount], ([cummulative collection] - [cummulative loan amount]) , blank())
for else part I have used blank, but you can use other formula
jmcph ,New measure assuming other are measure
Principal= if( [cummulative collection] > [cummulative loan amount], [collection] - ([cummulative collection] - [cummulative loan amount]) , blank())
Interest = if( [cummulative collection] > [cummulative loan amount], ([cummulative collection] - [cummulative loan amount]) , blank())
for else part I have used blank, but you can use other formula