0

I'm having one field in my table as:

=LookUp(Fields!student_id.Value,Fields!student_id.Value,Fields!total_marks.Value, "Marks")

When I'm trying to sort the column based on below expression, not having any sorted output:

=LookUp(Fields!student_id.Value,Fields!student_id.Value,Fields!total_marks.Value, "Marks")
iamdave
  • 12,023
  • 3
  • 24
  • 53
  • Do you have any other sorting set that may be overriding? On a group perhaps? – iamdave Dec 07 '16 at 10:50
  • No, We are not having any other sorting. I tried to retrieve the Marks by means of custom code "Code.GetMarks(Fields!student_id.Value)" then too unable to sort. – user1751845 Dec 07 '16 at 11:27
  • Can you post a screenshot of your table design, including your sorting config? – iamdave Dec 07 '16 at 11:31

0 Answers0