I have a table in my database which contains this info;
The CUST_NO can appear multiple times. The DATE can be the same, even on the same record.
I want to get the output to look like this
I'm not sure how to do this. Basically its a count where it displays the actual record.
I tried a few things but I'm very new to this. I feel the date might be confusing things, the value could be anything.
Thanks in advance world!