I don't think I understood the question.  And, given that there's been no
response in the last hour and a half, I suspect no one else did, either.

To me, a matrix is simply an n-dimensional array where n > 1.  In a
2-dimensional matrix, column f will intersect row 5 exactly once.

Your query approach suggests that you are working with a matrix of n > 2.
So you are looking for a count of (f, 5, x) is populated where x is the
third dimension.

Am I anywhere near the mark?


--  Ben Doom
    Programmer & General Lackey
    Moonbow Software, Inc

: -----Original Message-----
: From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
: Sent: Monday, March 17, 2003 8:13 AM
: To: CF-Talk
: Subject: Matrix problem
:
:
: I'm not very experienced at this, but I need to create a report
: that creates a matrix (the number of times where, say, column f
: intersects the row 5).
:
: I see how I can work the query (a kind of Where F AND 5
: statement--other approaches appreciated).  But I'm at a loss
: about how to output it so that it counts the total number instead
: of lists each incident.
:
: Is it done in the query or in the output?
:
: Rick
: 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to