June 6, 200718 yr Newbies I need to create a year to date calculation but can not find any resources on how to do this. I have a contact DB with a one to many relationship to a donations DB. I need to get a total by year, and also a YTD total of donations. Any ideas on how to go about this?
June 6, 200718 yr You make a calc'field that says Year(theDate) and and the portals foreign key value to make a new concatenated key for an extra relation, and then Sum( over this new relation. The primary key for the new relation is the original primary key concatenated with Year(Status(CurrentDate)) --sd
Create an account or sign in to comment