September 10, 201015 yr Hi, I have a training diary with entries every day for the last 7 years. I want to track several week to date figures across numerous fields. Some as simple as week to date total other more complicated calculations. I've managed to get this to work by creating a self join so I can get at the previous 6 days. This works but makes many of my layouts very slow. I'm assuming it's because all the results are not stored. Since once a day is passed these values don't change they may as well be stored as a number. I'd like to move this over to a script and thought I could by using "Insert Calculated Result" but this doesn't let me reference the table view that gives the previous 6 days. Any ideas how I can do this ?
September 11, 201015 yr Author Clone of my DB attached. Thanks for your help TrainingDiary_Clone.fp7.zip
Create an account or sign in to comment