Hello,
I need to filter some data from a huge table having many fields records. Since I am using it for an engineering application, I need to build categories or clusters of tyres which have similar properties over a wide range of Fields, but differ only in one or more..
For example, I have a table which is represented as follows:
Field 1 Field2 Field3 Field4................................Field20
A B C F ................................ X
A B C F .............................. Y
A B C F .................................. Z
A G C F ................................ X
A G C F ................................... Y
. . . . ...................................
. . . . ...................................
. . . . ..................................
A B C D ................................ X
A B C D .............................. Y
A B C D .................................. Z
A G C E ................................ P
A G C E ................................... Q
. . . . ................................. .
. . . . .................................. .
Now, I am using the above table to depict what my table would look like with numerical and/or alpha-numerical value.
As you can see, there are 4 clusters here present:
1. A B C F....(X Y Z)
2. A G C F...(X Y)
3. A B C D...(X Y Z)
4. A G C E ...(P Q)
So we can see that there are groups of data which vary only in 1 Field( for simplicity) and are equal in other fields.
Thus, I would like to build a query which can identify and represent such clusters. Furthermore, I would like each of the clusters to be associated with 1 important field, which would be used to identify it. With help of this Field, we should be able to compare and view its individual details.
Any help on this would be greatly appreciated!
Best,
Nikhil
I need to filter some data from a huge table having many fields records. Since I am using it for an engineering application, I need to build categories or clusters of tyres which have similar properties over a wide range of Fields, but differ only in one or more..
For example, I have a table which is represented as follows:
Field 1 Field2 Field3 Field4................................Field20
A B C F ................................ X
A B C F .............................. Y
A B C F .................................. Z
A G C F ................................ X
A G C F ................................... Y
. . . . ...................................
. . . . ...................................
. . . . ..................................
A B C D ................................ X
A B C D .............................. Y
A B C D .................................. Z
A G C E ................................ P
A G C E ................................... Q
. . . . ................................. .
. . . . .................................. .
Now, I am using the above table to depict what my table would look like with numerical and/or alpha-numerical value.
As you can see, there are 4 clusters here present:
1. A B C F....(X Y Z)
2. A G C F...(X Y)
3. A B C D...(X Y Z)
4. A G C E ...(P Q)
So we can see that there are groups of data which vary only in 1 Field( for simplicity) and are equal in other fields.
Thus, I would like to build a query which can identify and represent such clusters. Furthermore, I would like each of the clusters to be associated with 1 important field, which would be used to identify it. With help of this Field, we should be able to compare and view its individual details.
Any help on this would be greatly appreciated!
Best,
Nikhil