Hello All,
I am in urgent need of this solution. I have a formula field which adds up couple of other fields and then displays the sum on the report. I want to be able to sort on this field from my ASP page. I am using the RecordSortFields to sort the report. Somehow the report does not work for Formula field but when i use any other field on the report, then it works. Can someone please let me know how to solve this issue?
thanks and appreciate it
My Code:
Set SortFieldIs = Fields.Item(cint(i))
Set session("Sortfields"
= session("oRpt"
.RecordSortFields
session("SortFields"
.Add SortFieldIs, cint(intsortdirection)
session("oRpt"
.ReadRecords
I am in urgent need of this solution. I have a formula field which adds up couple of other fields and then displays the sum on the report. I want to be able to sort on this field from my ASP page. I am using the RecordSortFields to sort the report. Somehow the report does not work for Formula field but when i use any other field on the report, then it works. Can someone please let me know how to solve this issue?
thanks and appreciate it
My Code:
Set SortFieldIs = Fields.Item(cint(i))
Set session("Sortfields"
session("SortFields"
session("oRpt"