Drill down report

  •  HI,

     

    I have the following tables :

    School - SchoolID(int), SchoolName(nvarchar)

    Class - ClassID(int), ClassName(varchar), SchoolID

    Section - SectionID(int), SectionName(nvarchar),ClassID

    Student - StudentID(int), SectionID, Age(smallint), Sex(nchar(1)), DateOfJoining(datetime)

    I want to create a drill down report that shows School/Class/Section wise student enrollments.

    Please guide.

    Thanks.

  • Sounds like homework.

    Post what you have coded so far to generate the dataset, and we can help you from there.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply