LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only

Help needed in creating template for process

  • 1.  Help needed in creating template for process

    Employee
    Posted 04-02-2014 21:33

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: dannyferri

    Hi, Im newbie for lavastorm.
    I need someone to help me in developing standard template based on given data
    column
    1. region_id (string)(total 3)
    2. area_id (string)( each region has 3 areas)
    3. store_id (string)(each areas has 9 stores)
    4. product_id (string)(total 5 products)
    5. issue (double)(amount issue to store)
    6. return(double)(amount return from store)
    7. net sales(issue - return)
    8. day(daily)

    STEPS
    1. First filter region by area, store,product,issue,return, net sales
    2. then, total sum of issue, return and net sales group by products and area based on day
    3. visualize the the output of total net sales of area against day in any form chart

    I hope you guys will help me