1) Name the sub-category whose profit value is least (lowest) in the year 2022
2) Who are 25th, 50th and 100th customers from top with respect to sum of sales in 2021?
3) Show the Top 3 products with respect to sum of quantity under each segment (Total 9 products) in West region.
4) Create new order date (e.g. if current year is 2023 then make sure new order date should have 2023) and show below columns in the text table.
• Year
• Quarter
• Month
• SUM(Sales)
• YTD Sales
• QTD Sales
• MTD Sales
5) Show sub-category and region wise sum of profit in KPI indicator table as shown in below image. Use green circle for positive profit value and red circle for negative profit value.
6) Crete a table with customer name, first order date and last order date for each customer.
7) Create a pie chart showing Top 50 customers Vs Other customers with respect to sum of sales shown in below image.
8) Create a table with columns such as category, sub-category in rows and region in columns with total sales and total profit shown for each region along with grand total and percent of pane total sorted by sum of sales in descending manner as shown in below image.
CS 340 Milestone One Guidelines and Rubric Overview: For this assignment, you will implement the fundamental operations of create, read, update,
Retail Transaction Programming Project Project Requirements: Develop a program to emulate a purchase transaction at a retail store. This
7COM1028 Secure Systems Programming Referral Coursework: Secure
Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip
CS 340 Final Project Guidelines and Rubric Overview The final project will encompass developing a web service using a software stack and impleme