Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: IronChump
  • Content: Threads
  • Order by date
  1. IronChump

    Crystal Reports report Sorting via the viewer

    I have a ASP.net page and which people can view crystal reports, i want to beable to let them sort on a selection of columns either by Asc or desc .. can this be done ??
  2. IronChump

    Dates Issue

    In our system dates are stores as mnth year eg. mnth='06' year='2005' My problem is that I need to report back 6 months ago, which is easy enough to do except when the year changes. what I am curretly doing is select * from Test where mnth=to_char(sysdate,'MM')-6 and...
  3. IronChump

    Creating Column when column count hits 40??

    Can anyone help, I want to create a multi column report based on one field, I dont want it expanding more that a page. e.g. As you see below when recond count hits say 40 then it wraps to next column... can it be done?? NAME joe james jill bob sally fred Ned (page end)

Part and Inventory Search

Back
Top