Thanks Ken.
I took a look at that FAQ. I used the 3 formula technique before using the RT wizard.
Problem is that if I want to do a summary operation on a RT or a variable, I have to wait until the total is calculated before I can use it.
Eg Sales amounts are shown in the detail section,
Total Sales is calculated in the GF#1 section.
Since I need sales for the current period I have to use either an RT that is evaluated when {Period.EndDate}=Maximum({Period.EndDate}) or a variable that does the same thing.
I want to get a percentage result, say (Sales / Total Sales)*100, and I want to display this result next to each sales amount. It won't work because for each line in the detail section Total Sales is still being calculated.
When you use the Summary Operation feature for a database field you can tell it you want to base the percentage calcuation on a subtotal or grandtotal in a following section. I need to be able to do this with RT's or variables.
Thanks in advance