Hello wise people,
I need some help on a specific query. I'm trying out a simple BI to help manage the employees queue work rates.
There are two types of queues; Production and non- Production. Production Codes will have volumes ranging from 0 to any number and the non production codes will have "-". Please see below.
[TABLE="width: 358"]
<tbody>[TR]
[TD]Queue[/TD]
[TD]Time Taken[/TD]
[TD="align: center"]Volumes[/TD]
[/TR]
[TR]
[TD]Production Queue 1[/TD]
[TD="align: center"]1:00[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD="align: center"]0:30[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD]Meal Break[/TD]
[TD="align: center"]0:45[/TD]
[TD="align: center"]-[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD="align: center"]1:30[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD]Staff Meeting[/TD]
[TD="align: center"]0:20[/TD]
[TD="align: center"]-[/TD]
[/TR]
[TR]
[TD]Production Queue 1[/TD]
[TD="align: center"]1:00[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD="align: center"]0:45[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]System Down[/TD]
[TD="align: center"]0:10[/TD]
[TD="align: center"]-[/TD]
[/TR]
</tbody>[/TABLE]
I want to dynamically create two simple separate lists for Production and non production. Please see below for desired result.
[TABLE="width: 360"]
<tbody>[TR]
[TD]Production[/TD]
[TD][/TD]
[TD]Non Production[/TD]
[/TR]
[TR]
[TD]Production Queue 1[/TD]
[TD][/TD]
[TD]Meal Break[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD][/TD]
[TD]Staff Meeting[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]System Down[/TD]
[/TR]
</tbody>[/TABLE]
I do not want to use pivot tables and I would appreciate if someone could help me achieve the desire result without the use of Ctrl+Shift+Enter.
Many thanks in advance.
I need some help on a specific query. I'm trying out a simple BI to help manage the employees queue work rates.
There are two types of queues; Production and non- Production. Production Codes will have volumes ranging from 0 to any number and the non production codes will have "-". Please see below.
[TABLE="width: 358"]
<tbody>[TR]
[TD]Queue[/TD]
[TD]Time Taken[/TD]
[TD="align: center"]Volumes[/TD]
[/TR]
[TR]
[TD]Production Queue 1[/TD]
[TD="align: center"]1:00[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD="align: center"]0:30[/TD]
[TD="align: center"]0[/TD]
[/TR]
[TR]
[TD]Meal Break[/TD]
[TD="align: center"]0:45[/TD]
[TD="align: center"]-[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD="align: center"]1:30[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD]Staff Meeting[/TD]
[TD="align: center"]0:20[/TD]
[TD="align: center"]-[/TD]
[/TR]
[TR]
[TD]Production Queue 1[/TD]
[TD="align: center"]1:00[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD="align: center"]0:45[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]System Down[/TD]
[TD="align: center"]0:10[/TD]
[TD="align: center"]-[/TD]
[/TR]
</tbody>[/TABLE]
I want to dynamically create two simple separate lists for Production and non production. Please see below for desired result.
[TABLE="width: 360"]
<tbody>[TR]
[TD]Production[/TD]
[TD][/TD]
[TD]Non Production[/TD]
[/TR]
[TR]
[TD]Production Queue 1[/TD]
[TD][/TD]
[TD]Meal Break[/TD]
[/TR]
[TR]
[TD]Production Queue 2[/TD]
[TD][/TD]
[TD]Staff Meeting[/TD]
[/TR]
[TR]
[TD][/TD]
[TD][/TD]
[TD]System Down[/TD]
[/TR]
</tbody>[/TABLE]
I do not want to use pivot tables and I would appreciate if someone could help me achieve the desire result without the use of Ctrl+Shift+Enter.
Many thanks in advance.
Last edited: