What topic/subject/thing do you believe you are more knowledgeable of than any other forum member?

This is the whole problem your schematic IS a database designed system. You are entering scores which should be a table in a database and the calculations (especially the ranking) should be done DB side. Excel should only be your front end for viewing the data. Doing it all on the DB side means you are free to choose the front end as well; tableau, excel, c#, html, it really doesn't matter what front end you use.
The issue with holding calculations in the database is that it restricts the user to what is set up by the developer - this is old style. Modern data discovery solutions encourage the calculations to be done front end so as to enable them to be based on user selections. Take the ranking example, and you have pre-calculated the results in the back end. What if the user wants to see the ranking based on a subset of the data, that would probably change the ranks. Pre-calculations were needed traditionally to speed up response times but with the improvement in RAM and reduction in costs and better front end software (Tableau being one) it isn't needed any more.

And Excel is gash.
 
The issue with holding calculations in the database is that it restricts the user to what is set up by the developer - this is old style. Modern data discovery solutions encourage the calculations to be done front end so as to enable them to be based on user selections. Take the ranking example, and you have pre-calculated the results in the back end. What if the user wants to see the ranking based on a subset of the data, that would probably change the ranks. Pre-calculations were needed traditionally to speed up response times but with the improvement in RAM and reduction in costs and better front end software (Tableau being one) it isn't needed any more.

And Excel is gash.

If you read my previous posts you will realise we are on the same page as I've mentioned all of what you said before.
 
Nope. Previously I said use tableau/alteryx if you bothered reading you're just repeating exactly what I said.
 

Don't have an account? Register now and see fewer ads!

SIGN UP
Back
Top
  AdBlock Detected
Bluemoon relies on advertising to pay our hosting fees. Please support the site by disabling your ad blocking software to help keep the forum sustainable. Thanks.