Best Answer
Companies use databases to store data as it is being recorded. The method of storage tends to be optimized for storing it, as opposed to retrieving it.
Therefore, companies usually have a separate place to store data that's been partially processed, making it faster for retrieval for business reporting. In a practical sense, sometimes this is an OLAP Cube, or more recently circa 2010, it was in-memory data stores. Often, it's just plain old Excel.
The third stage is to do some final processing on the data, usually to arrive at a certain computation. This could either be a column of numbers, or a count of things. The numbers might be the difference from a previous reporting period, a percentage, the growth calculation, or even acceleration (which is growth of growth).
Sometimes the comparison is made between the same number from two different periods of time, but at other times, it's a ratio of two numbers that have different meaning e.g. currency divided by quantity.
Modern analytics struggles with a lack of tools. Big companies can afford to have expensive projects that take these three stages of processing. But mid to small size companies often end up in Excel.
Source(s):
13 months agoOther Answers
In the context of web site operations, it's the analysis of a web site's performance, typically the effectiveness of the stages of a sales web site. Using software like the free Google Analytics they measure the percentage of users who proceed past the home page, advance from a category page, select a product page, click the add to cart button, access the checkout page and actually pay. Some store sites only see about 3% of these who get the checkout page actually make a payment.
The feedback they can provide the web design team determines what parts may need the most optimization. Having a knack for statistics and an eye for detail is probably helpful.



