ItIsHardToProgram
Technical User
Hello everyone,
I am currently trying to find a way to EFFECTIVELY consolidate all recuring data in a dynamic and fast way.
Let me explain.
I have data that I get monthly.
The data consists in fees / minutes etc... and Categories sub categories etc....
What I want to do, is have only one category with minutes and fees consolidated.
For example:
lets say I have this:
Anna 3
George 2
Anna 4
George 2
I want my data to look like this:
Anna 7
George 4
Thanks for your help every one, I am looking for rough ideas or references, not necesserely coding, although it might help.
Don't forget I am trying to find the FASTEST WAY (optimized) to do this.
I can think of many iterations but that would be very slow and heavy.
Thank you all.
"Knowing that you know is the greatest sign of stupidity, knowing that you are ignorant is the best proof of intelligence.
I am currently trying to find a way to EFFECTIVELY consolidate all recuring data in a dynamic and fast way.
Let me explain.
I have data that I get monthly.
The data consists in fees / minutes etc... and Categories sub categories etc....
What I want to do, is have only one category with minutes and fees consolidated.
For example:
lets say I have this:
Anna 3
George 2
Anna 4
George 2
I want my data to look like this:
Anna 7
George 4
Thanks for your help every one, I am looking for rough ideas or references, not necesserely coding, although it might help.
Don't forget I am trying to find the FASTEST WAY (optimized) to do this.
I can think of many iterations but that would be very slow and heavy.
Thank you all.
"Knowing that you know is the greatest sign of stupidity, knowing that you are ignorant is the best proof of intelligence.