I have a formula field GrandTotal, which is the addition of two other formulas, PriceTotal and TotalWeighted
TotalWeighted looks something like:
tonumber(Sum ({@Weighted}, {ado.Form2124ID})/ Count ({@ReviewPanelName}, {ado.AssessmentID}))
And PriceTotal looks like:
tonumber({@PriceRawScore}*({@PriceWeighting}/100))
As you can see each of these are built up from previous formulas.
Is there any way that I can Order my report by this final Formula of GrandTotal, which has been built up by other formulas??
TotalWeighted looks something like:
tonumber(Sum ({@Weighted}, {ado.Form2124ID})/ Count ({@ReviewPanelName}, {ado.AssessmentID}))
And PriceTotal looks like:
tonumber({@PriceRawScore}*({@PriceWeighting}/100))
As you can see each of these are built up from previous formulas.
Is there any way that I can Order my report by this final Formula of GrandTotal, which has been built up by other formulas??