Forum Discussion
QuickBaseCoachD
7 years agoQrew Captain
What are the columns headings now? Are they just the week numbers? is this a summary report type?
If so than you can just make a new field to use as Columns.
List(" ",
PadLeft(totext(week number]),2,"0"),
ToText(Week of Saturday))
If so than you can just make a new field to use as Columns.
List(" ",
PadLeft(totext(week number]),2,"0"),
ToText(Week of Saturday))