Hey,
I have my query set up, and the return calc is running smoothly, however I want the first value to come back as 0, since you cannot have a return on a 0 Value....
Now, Here is my Set Up:
ClientID....ProductID....InvestmentID...MonthlyDat e..Start...Cash...end....Expr...Return....(Where expr equals REturn calc...)
Now I want to set up an if statment saying IIF( MonthlyDate=Min(MonthlyDate) Where InvestmentID=InvestmentID And ClientID=ClientID And ProdcutID=ProductID,"0",expr)
Thanks,