Re: Unique Array Help?

2012-05-17 Thread Omega -1911
On Thu, May 17, 2012 at 7:58 PM, jbiskofski wrote: > The easiest thing would be to rewrite your sql with an aggregate statement : > > SELECT employee_id,date,SUM(hours_wrkd) >  FROM data WHERE date >= $date_then AND date <= $date_now > GROUP BY empoyee_id,date > ORDER BY 3 > > cheers. > > - Jose f

Re: Unique Array Help?

2012-05-17 Thread jbiskofski
The easiest thing would be to rewrite your sql with an aggregate statement : SELECT employee_id,date,SUM(hours_wrkd) FROM data WHERE date >= $date_then AND date <= $date_now GROUP BY empoyee_id,date ORDER BY 3 cheers. - Jose from Mexico On Thu, May 17, 2012 at 6:46 PM, Omega -1911 <1911...@

Unique Array Help?

2012-05-17 Thread Omega -1911
Hello all - While trying to create a script that generates a graph, I am at a loss for a workable solution. What I need to be able to do in the code below is add the results from the select statement before pushing the data into an array. For example, the database contains the following data: EMP

Re: array sorting

2012-05-17 Thread Shawn H Corey
On 12-05-17 05:24 PM, Chris Stinemetz wrote: Thank you Uri and Shawn. I am getting the following error and not sure how to resolve: I will also checkout the great suggestions Uri made. Can't use string ("3") as an ARRAY ref while "strict refs" in use at ./DBSRtest.pl line 51,<> line 999. #!/

Re: array sorting

2012-05-17 Thread Chris Stinemetz
Thank you Uri and Shawn. I am getting the following error and not sure how to resolve: I will also checkout the great suggestions Uri made. Can't use string ("3") as an ARRAY ref while "strict refs" in use at ./DBSRtest.pl line 51, <> line 999. #!/usr/bin/perl use warnings; use strict; use POSI

Re: array sorting

2012-05-17 Thread Uri Guttman
On 05/17/2012 04:52 PM, Shawn H Corey wrote: On 12-05-17 03:36 PM, Chris Stinemetz wrote: I would like to sort the array by $fields[0],$fields[1],$fields[2],$fields[3],$fields[4],$fields[5] in ascending order starting witht he first element before I print the array. Do you want the fields sort

Re: array sorting

2012-05-17 Thread Shawn H Corey
On 12-05-17 03:36 PM, Chris Stinemetz wrote: I would like to sort the array by $fields[0],$fields[1],$fields[2],$fields[3],$fields[4],$fields[5] in ascending order starting witht he first element before I print the array. Do you want the fields sorted or do you want records sorted? If you want

array sorting

2012-05-17 Thread Chris Stinemetz
I have an array "@fields" that contains 6 elements. I would like to sort the array by $fields[0],$fields[1],$fields[2],$fields[3],$fields[4],$fields[5] in ascending order starting witht he first element before I print the array. I haven't been able to figure this out. Any help is greatly apprecia

Re: Use of uninitialized value in length

2012-05-17 Thread John W. Krahn
Chris Stinemetz wrote: Hello List, Hello, I'm stumped on this one. I'm getting this error: Use of uninitialized value in length at ./DBSR.pl line 21,<> line 6. Use of uninitialized value in length at ./DBSR.pl line 21,<> line 8. Use of uninitialized value in length at ./DBSR.pl line 21,<>

Re: Use of uninitialized value in length

2012-05-17 Thread Shawn H Corey
On 12-05-17 10:47 AM, Chris Stinemetz wrote: Hello List, I'm stumped on this one. I'm getting this error: Use of uninitialized value in length at ./DBSR.pl line 21,<> line 6. Use of uninitialized value in length at ./DBSR.pl line 21,<> line 8. Use of uninitialized value in length at ./DBSR.p

Use of uninitialized value in length

2012-05-17 Thread Chris Stinemetz
Hello List, I'm stumped on this one. I'm getting this error: Use of uninitialized value in length at ./DBSR.pl line 21, <> line 6. Use of uninitialized value in length at ./DBSR.pl line 21, <> line 8. Use of uninitialized value in length at ./DBSR.pl line 21, <> line 10. Use of uninitialized val