× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



Never mind, I got it.

Are you looking for a way to take
....+....1....+....2
MM   DD   YY   STUFF
 1    2   61   hi
 1    2   61   there
 2    3   75   A
 2    3   75   B
 3    4    5   A
 3    4    5   B
********  End of data

and use Query/400 to get
....+....1....+....
      MYDATE
      01/02/61
Totals for 01/02/61
COUNT 2

      02/03/75
Totals for 02/03/75
COUNT 2

      03/04/05
Totals for 03/04/05
COUNT 2

FINAL TOTALS
COUNT 6

Yeah, I just did.

Rob Berendt
--
Group Dekko Services, LLC
Dept 01.073
PO Box 2000
Dock 108
6928N 400E
Kendallville, IN 46755
http://www.dekko.com





steema@xxxxxxxxxxxxx
Sent by: midrange-l-bounces@xxxxxxxxxxxx
06/08/2006 12:29 PM
Please respond to
Midrange Systems Technical Discussion <midrange-l@xxxxxxxxxxxx>


To
"Midrange Systems Technical Discussion" <midrange-l@xxxxxxxxxxxx>
cc
sporter@xxxxxxxxxxxx
Subject
Re: Simple Query question






Sean, is there a way to get the break text to be the date ? the yy mm dd?
steema@xxxxxxxxxxxxx wrote:
AM trying to think of the best way to do this. The file has the date
but
as sep. yy mm dd fields.

I want to have a total break by date. That is working. But I want the
date
itself to appear in the total break description. Do you have to combine
them as one field ?

I don't know about "have to" but that's how we do it.  I often build two
fields, since our users like MDY dates, and they don't sort well.

yy * 10000 + mm * 100 + dd
mm * 10000 + dd * 100 + yy

Then if it's a printed report, I use an edit word '  /  /  ' to make it
look good for the user.

--
Sean Porterfield

--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.



--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.


--
This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing
list
To post a message email: MIDRANGE-L@xxxxxxxxxxxx
To subscribe, unsubscribe, or change list options,
visit: http://lists.midrange.com/mailman/listinfo/midrange-l
or email: MIDRANGE-L-request@xxxxxxxxxxxx
Before posting, please take a moment to review the archives
at http://archive.midrange.com/midrange-l.




As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.