Hi,
I have a view in SQL that I have generated by analysing the values in tables so that field either contain the value 'N', 'D' or 'V'. I can work out the totals by column but not by row... Is this possible?
Example:
Data
No, Col_1, Col_2, Col_3
1, N, N, N
2, N, D, D
3, N, V, D
4, V, V, V
How do I summise that Row 3 has 1N, 1V and 3ds whilst Row 4 has 4Vs?
Bet is quite simple but sadly so am I!
Many thanks in advance, Peter