| Author |
Comment/Response |
Gabby
|
06/26/10 10:11am
Hello, I am able to import data into a matrix and, for example, show all the column five values. I can't figure out how to show all the column 5 values only when it's associated column 1 value is 10.
I'm used to SQL, which would be something like:
select col5
from t1
where col1 = 10
Can someone show me how to do this? That should be enough to get me going.
Thanks Gabby.
URL: , |
|