I am using this formula to calculate the sum of the distinct loans:
currencyVar TVOL;
numberVar lcount;// := distinctcount({Data_Extraction.Loan Amount});
stringVar loannum := ' ';
For lcount := 1 to distinctcount({Data_Extraction.Loan#}) Do
(
If loannum = {Data_Extraction.Loan#}...
That is what I started with and I thought it should work as well; however, I'm not sure if it is data type that is causing the problem or what but it will not change from the current date even when selected. I'm going to check the data I am retrieving from the database because this is not right...
I tried both ways and for some reason the current date comes in for both the begin and end date.
I tried without range and using discrete, that did not work. I've tried using range parameters and changing the date to not be the current date. I put in a big range, from the beginning of the year...
Also when selecting a date from the drop down menu, it remains on the current date. For instance. I select May 1, 2005, when I run the report, it run against the current date not May 1, 2005.
I having problems passing datetime parameter from my main report through the subreports. The data is not congruent all the way through, indicating that the date is not being pass correctly. Can anyone help?
Thank you that helped.
I created the formulas and I got the desired results.
Ideally, the following is what I need more:
Credit Score Units Volume
720+ 4 $425,000
719 - 700 6 $600,000
I got the Units and Volume to work based on the credit score range but...
I am trying to write a formula to compute calculations based on a range of FICO scores but I'm not sure how.
I.E. Credit Scores
720+ Calculate units, Volume, Calculcate weighted averages, etc.
I've already computed the calculations but I need to redo them based on a credit score ranges. Any ideas?
I am computing the weighted averages for field - Sell price with the car amount. This works but I need to take that computed weighted average and put that value to this formula (@spwav - 100/1)*1. I created a formula to do this but it doesn't change the value for each record in the cross tab.
So...
I have another problem with the running total, if the results include other records it doesn't provide a grand total. It gives me $0.00. Any suggestions?
I have a problem with my grand total. The distinctcount(id) works fine but when I sum(totalamount), (id), the grand total sums in the duplicate records. How do I fix this?
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.