Introduction
- Sales Data Filter Shiny App is a user-friendly web application built with R and Shiny.
- It enables interactive filtering and exploration of sales data.
- Users can upload their own CSV files and apply various filters to analyze sales performance.
Data Requirements
- The app expects a CSV file with the following columns:
Order.Date
State
Region
Category
Sub.Category
Sales
Quantity
Discount
Profit
- Ensure column names in your file exactly match the list above.
Features
- File Upload: Upload your own sales data (CSV format).
- Filtering Options:
- Date range
- State
- Region
- Category
- Sub.Category
- Output: View filtered data in an interactive table showing sales, quantity, discount, and profit.
How to Use
- Launch the app in RStudio and click “Run App”.
- Upload your sales CSV file using the provided button.
- Use the sidebar filters to narrow down your data.
- The main panel displays the filtered results in an interactive table.
Let’s test the aap
- Click this link to open the aap https://drsalmansaleem.shinyapps.io/interactive_sales_table/
- Link of project at git https://github.com/salmankhan302/Interactive-Sales-Table
- A sample_superstore.csv file is provided at git to test the Aap
- Upload the sample_superstore.csv file and start playing with filters.
Conclusion
- The Sales Data Filter Shiny App provides a simple way to explore and filter sales data.
- Adapt the app for your business needs.
- For further analysis, filtered data can be exported and visualized as needed.