Formula field on crystal report of asp.net as hyperlink Programming Software Development by Victoryy Formula field on crystal report of asp.net as hyperlink formula help... Programming Software Development by exit hey guyz... im trying to convert this formula into java code, im just having difficulty understanding it... ok …), the loan duration (in months) can be determined by the formula Duration = ceil ( -log(1 - ar / p) / log(1 + r) ) where… about the ceil part but would the rest of the formula look like this: int a = 0 //Loan amount double r… Re: formula help... Programming Software Development by ~s.o.s~ … it so that it is to base 10 using the formula: [inlinecode]log A(base 10) = log A (base [I]e… Re: formula help... Programming Software Development by exit thanx guys.. i have come up with the following code: double duration = (((-Math.log)*(1-((a*r)/p)))/((Math.log)*(1+r)); System.out.println("It will take " + Math.ceil(duration) + " to pay the loan"); sos.. so what ur saying is the answer the formula will give me won't be correct ? Re: formula help... Programming Software Development by ~s.o.s~ Your formula appears to be incorrect. Your log function is not taking … Re: formula help... Programming Software Development by exit ahh okay i understand what your saying... so type in the base formula before the System.out.println to convert it back to base 10? Re: FORMULA Programming Computer Science by BestJewSinceJC … you're going to get a ready made formula like a 'typical' math formula, you're on the wrong track. You might… FORMULA Programming Computer Science by largedimples What is the formula to evaluate the execution time of a fortran program Re: FORMULA Programming Computer Science by Simon Tite … question doesn't actually make much sense to me, a formula is used to perform a calculation on one or more… Re: FORMULA Programming Computer Science by largedimples Simon Thanks for your reply! I am not writing a program. I am taking an existing program and computing the execution time of the program. After I compute the execution time, I will use that information to compute the speedup time for that program. Speedup formula is Sp = T1 / Tp. Re: FORMULA Programming Computer Science by largedimples Simon If you have a formula to compute execution or elaspe time for serial and parallel fortran program, please post them. Formula Programming Software Development by nhes2x what would be the formula in getting the Hundredth's place, tenth's place, and one's place of a 3 digit integer?? Re: Formula field on crystal report of asp.net as hyperlink Programming Software Development by abelLazm [QUOTE=Victoryy;1545776]Formula field on crystal report of asp.net as hyperlink[/QUOTE] What is your problem :-/ formula in Crystal Report 8 Programming Computer Science by angel.lim …({tblpercentage.percentyear}) then {tblpercentage.percent}[/CODE] result from formula above will be suffixed with "ADM's EXPENCES&…/2007 - 31/12/2008 ( 2 year) or above, formula return me zero. it should be [CODE](percentage 2007 + … 2008) * ADM's EXPENCES[/CODE] how the best formula for my case in condition if I run my report… Formula tagging Hardware and Software Microsoft Windows by scooterz I am using long formulas with many cell references and numbers which represent objects. Is there any way of tagging individual numbers or arguments in a formula with text so that it is displayed only when viewing the formula and not as a result in the cell? This would help with identification of referenced data. Formula in Excel 2007 Hardware and Software Microsoft Windows by Borderline … to generate the information that I want. In the attachment formula, I have some ratings, and have calculated, in column entitled… = 0.9 Diff = 2, therefore Decimal Odd = 0.8 Which formula would assist me in producing this data easily? Any assistance… Re: Formula for percentage? Programming Software Development by plusplus … you still take off for that? Before you have a formula you have to have the exact rules. Anyway, let me…% so for each mistake you take off 10%. So your formula would be 100-(mistake*10) Re: Formula for percentage? Programming Software Development by zmariow … zmariow = 10 [/QUOTE] Since you're getting 10 using my formula I assume you're doing something wrong when counting the… have s and t both equal to 10 and the formula should give you: 100... that is 10/10 * 100 = 100… Re: Formula in Excel 2007 Hardware and Software Microsoft Windows by Borderline … nearest match for the lookup data. I tried the vlookup formula, but replaced false with true, but this results in: #N… Formula 1 Community Center Geeks' Lounge by Serunson … series, and Oval championships. Do any of you watch the formula 1, because the race starts around about now! It does… Formula for percentage? Programming Software Development by Prozeen … guessing the accuracy is approximately 90%. But what is the formula to obtain this figure/percentage? Thanks. Re: Formula for percentage? Programming Software Development by zmariow You need to have 2 numbers to compute the accuracy: [LIST] [*]Number of successful attempts (call it s) [*]Number of total attempts (call it t) [/LIST] And here's the formula: accuracy = (s / t) * 100 Cheers :) formula, how to put in code Programming Software Development by Dameon … I have to do something to it? That is the formula, and i was tryng to make it work with the… Re: formula, how to put in code Programming Software Development by Ancient Dragon … I have to do something to it? That is the formula, and i was tryng to make it work with the… formula problm...help me to make one^_^ Programming Software Development by jaasaria … is my variable... p pllsss help me to get the formula.. plss help for those can understand my english... and sorry… Re: formula problm...help me to make one^_^ Programming Software Development by jaasaria … is my variable... p pllsss help me to get the formula.. plss help for those can understand my english... and sorry… formula overflow in spreadSheet Hardware and Software Microsoft Windows by ajithraj haii friends.. am using excel to set formulas like IF(cell4="o";"9":"0")..but am getting a formula overflow when seting lengthy formulas..is there any way to avoid this... formula parser in T-SQL help needed Programming Computer Science by padtes … currently works but has severe limitations. Its input is string (formula) that has ternary operators used in it. The function converts… formula in database Programming Software Development by pranavdv hello check the attached 2 file. one is .docs file another is .bmp file. Problem is that i want add that formula in database through vb.net. what will be data type in sql serve? and how to manage in vb.net?? please guide me on that Formula to Summarize the total base on a condition in crystal report Programming Software Development by kavi4u … is equal to "CASH". so I gave a formula like this if(tbl_Name.ModeofPayment="CASH")then sum…