wesleylamb
Technical User
Not able to sort on formula field
I am basing a report on a one long spread sheet Called 'course' it is laid out like this.
ID Course_Title Attendees Location
1 Benefits 1(x) Bimrmingham
2 Wages 3 London
3 Wages 5 Bristol
4 Pension 2(x) Scotland
5 Benefits 4 Rugby
If there are less than 3 attendees per course then the course is cancelled and (x) is place in the field
I have grouped on Course_Title and need three formulas fields in each group
1.Courses Advertised(using 1 Formula) :
CountID
count({Course2003.ID},{Course2003.Title})
2.CourseCancelled PerSubject(using 2 formulas):
StringSearchForX
if instr({Course2003.Attendees},"x"> 0
then 1
else 0
sumOfStringSearchforX
sum({@StringSearchForX},{Course2003.Title})
3.Percent Course Canx Per Subject(using 1 formula):
percentCanceled
{@sumOfStringSearchForX} /{@CountID} *100
I wish to sort on field number 3.'Percent Canx per Subject' but cannot do so. Is there anyother way I can go
about solving the problem. Thanks.
Cc
I am basing a report on a one long spread sheet Called 'course' it is laid out like this.
ID Course_Title Attendees Location
1 Benefits 1(x) Bimrmingham
2 Wages 3 London
3 Wages 5 Bristol
4 Pension 2(x) Scotland
5 Benefits 4 Rugby
If there are less than 3 attendees per course then the course is cancelled and (x) is place in the field
I have grouped on Course_Title and need three formulas fields in each group
1.Courses Advertised(using 1 Formula) :
CountID
count({Course2003.ID},{Course2003.Title})
2.CourseCancelled PerSubject(using 2 formulas):
StringSearchForX
if instr({Course2003.Attendees},"x"> 0
then 1
else 0
sumOfStringSearchforX
sum({@StringSearchForX},{Course2003.Title})
3.Percent Course Canx Per Subject(using 1 formula):
percentCanceled
{@sumOfStringSearchForX} /{@CountID} *100
I wish to sort on field number 3.'Percent Canx per Subject' but cannot do so. Is there anyother way I can go
about solving the problem. Thanks.
Cc