Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: dannyferriHi, Im newbie for lavastorm.
I need someone to help me in developing standard template based on given data
column
- region_id (string)(total 3)
- area_id (string)( each region has 3 areas)
- store_id (string)(each areas has 9 stores)
- product_id (string)(total 5 products)
- issue (double)(amount issue to store)
- return(double)(amount return from store)
- net sales(issue - return)
- day(daily)
STEPS
- First filter region by area, store,product,issue,return, net sales
- then, total sum of issue, return and net sales group by products and area based on day
- visualize the the output of total net sales of area against day in any form chart
I hope you guys will help me