Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
7 years ago

Show queue with data from WMS-system

Hi,

 

I'm having a problem building a report, which is going to live stream a view of queues in our production.

 

I want a table/Matrix for each date, which shows the info like below, with a hidden filter which shows priority 1 and 2 etc(See SQL data below).

 

Queues both have a Ready column and a Done column, see below.

 

Status 1 - Ready

Status 2 - Done

 

Dispatch date: 10.05.2019
StorePick lines Queue1Queue2Queue3
1
2
1 (50)
1 (37)
0 (0)
0 (0)
1 (50)
1 (37)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)

 

Dispatch date: 13.05.2019
StorePick linesQueue1Queue2Queue3
1
2
6
9 (282)
12 (344)
10 (272)
5 (76)
9 (116)
8 (82)
0 (0)
0 (0)
0 (0)
3 (205)
3 (228)
2 (190)
0 (0)
0 (0)
0 (0)
1 (1)
0 (0)
0 (0)
0 (0)
0 (0)
0 (0)

 

How my data looks in SQL:

 

StoreQueue1Queue2Queue3StatusordernoDatePick linesPriority
Store11NULLNULLReady123456710.05.2019161
Store2NULL1NULLReady765432110.05.2019542
Store3NULLNULL1Done98756413.05.201933
Store41NULLNULLReady94761315.05.2019191


I have tried to do it with a table and a matrix, but with no luck. 

4 Replies

  • v-frfei-msft's avatar
    v-frfei-msft
    Community Support

    Hi Anonymous ,

     

    I cannot get the logic between your tables and excepted result. Could you please share a sample to me if you don't have any Confidential Information. Please upload your files to One Drive and share the link here.

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Frank,

       

      The data is just a 'imaginary' data, because of confidential data, so this is not an option, sorry.

       

      I'll try to explain otherwise:

       

      I need a table/matrix for each date with the 4 queues attached. F.x If I have a dispatach date 10.05.2019, I will need a table/matrix, which shows data for each store with a order no. the following date, sorted by pirority column.

       

      F.x 

      If I have a dispatchdate the 14/5/19, this needs to be shown, sorted by pirority, lowest value on top(With a hidden filer, becuse the priority column needs to be hidden in the table/matrix). This needs to be shown, so the workers know which queue are the first to proceed with.

      Dispatch date:    
      14/05/19    
      Store:Queue1:Queue2:Queue3:Queue4:
      Store41NULLNULLNULL
      Store7NULL1NULLNULL

       

      Data:

      Short explanation of data:

      A store can only have 1 order no. pr queue.

       

      Store nameQueue1Queue2Queue3Queue4PriorityStatusOrder no.Rute no.Dispatchdate
      Store11NULLNULLNULL1904080400Not ready308956Rute127/05/19
      Store2NULL1NULLNULL1904080401Not ready308964Rute226/05/19
      Store3NULLNULL1NULL1904080401Not ready308964Rute328/05/19
      Store4NULL1NULLNULL1904080401Not ready308964Rute114/05/19
      Store5NULLNULL1NULL1904080401Not ready308964Rute228/05/19
      Store61NULLNULLNULL1904080402Not ready308961Rute419/05/19
      Store7NULL1NULLNULL1904080403Not ready308959Rute314/05/19
      Store8NULLNULL1NULL1904080403Not ready308959Rute528/05/19

       

      Hopes this gives you a better explanation?

       

  • Hello, DataJoe, I'm wondering if you find your own solution for this problem. I'm facing familiar issue right now, and maybe from 2019 you figured something...

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi Witkob,

       

      I just 'cheated' and made 3 tables with overlab, and hided the one with no data. I did not find an easy way, to solve this problem.  Hopefully this helps?