My dataset looks like this
ID X
1001 5
1002 3
. .
. .
1002 4
1003 3
1003 6
1003 4
. .
. .
1003 3
1004 2
. .
. .
. .
Now I need only one ID and X value in each row. For example I need the sum of X values for...
I am getting an awry table.
It is a 10 column 10 row table and this is how my table looks like.
type
1 2 3 4 5 6
7 8 9 10
Color
1 data ...........
2
3 data............
4 .
5 .
6 .
7
8
9
10
I don't...
When the length of strings are different we use $varyingw. What do we use when numeric values have varying length.
Ex.
code price size
aaa 3000 400
bbb 200 5000
ddd 50000 60
Thanks
Hi my data looks like this
E 100
C 110
C 112
C 111
E 101
I need to calculate the difference between C's and E's for each row.
So it should look like this.
E 100
C 110 10
C 112 12
C 111 11
E 101 10
My tables are much longer but my problem is simply this. I need calculate the differences...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.