Technical Questions
 Crystal Reports Forum : Crystal Reports 9 through 2022 : Technical Questions
Message Icon Topic: Student Roster Post Reply Post New Topic
<< Prev Page  of 2
Author Message
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 28 Jun 2011 at 7:19am
i understand the week day label. When you look at the raw data, how can you tell that a spercific row that has a "Tues"in it is for ecxactly the date of 7-5 and the other is for exaclty 7-12 (from your example above).
Tuesday can be any Tuesady from any month or year so how do you know it is the Tuesday you wanted?
IP IP Logged
shefe
Groupie
Groupie


Joined: 09 Feb 2008
Online Status: Offline
Posts: 48
Quote shefe Replybullet Posted: 28 Jun 2011 at 10:32am
it is Tuesday that can be used on any month during the semester(summer)

IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 28 Jun 2011 at 10:44am
are you trying to report on some kind of existing data or create some sort of sign in sheet?
IP IP Logged
shefe
Groupie
Groupie


Joined: 09 Feb 2008
Online Status: Offline
Posts: 48
Quote shefe Replybullet Posted: 28 Jun 2011 at 11:11am
Just create a sign in sheet
IP IP Logged
DBlank
Moderator
Moderator


Joined: 19 Dec 2008
Online Status: Offline
Posts: 9053
Quote DBlank Replybullet Posted: 28 Jun 2011 at 11:18am
dohh,
don't use a cross tab
juse create organize by names (you can add ac ounter if you want
create a date parameter that a user enters to start the day for your sign in (7-5-11 in your sample)
create your columns using a few formula fields
examples:
//day1 just use the parameter field
{?date}
//day2
dateadd('d',1,{?date})
//day 3
dateadd('d',2,{?date})
repeat for as many days as you want columns
place each as a header
you can draw boxes or lines to get a grid
IP IP Logged
shefe
Groupie
Groupie


Joined: 09 Feb 2008
Online Status: Offline
Posts: 48
Quote shefe Replybullet Posted: 29 Jun 2011 at 10:10am
I will try this method.

IP IP Logged
shefe
Groupie
Groupie


Joined: 09 Feb 2008
Online Status: Offline
Posts: 48
Quote shefe Replybullet Posted: 05 Jul 2011 at 12:15pm
Ran it a problem,

We have teachers who teaches different days of the week
some teaches on Tuesday while others teaches on Friday
 
IP IP Logged
<< Prev Page  of 2
Post Reply Post New Topic
Printable version Printable version

Forum Jump
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot delete your posts in this forum
You cannot edit your posts in this forum
You cannot create polls in this forum
You cannot vote in polls in this forum



This page was generated in 0.016 seconds.