TheRogue
New Member
- Joined
- Aug 3, 2019
- Messages
- 23
I have a table which lists types of soda & the quantities on hand.
I'm trying to create a dynamic list that would put each one on a new row (skipping zero quantities). It would list each, the # of time specified & then move on to the next value. The result list for this table should look something like:
COLA
COLA
COLA
GRAPE
GRAPE
CHERRY
CHERRY
CHERRY
GINGER ALE
ORANGE
ORANGE
<colgroup><col style="mso-width-source:userset;mso-width-alt:2413;width:50pt" width="66"> <col style="mso-width-source:userset;mso-width-alt:2889;width:59pt" width="79"> </colgroup><tbody>
[TD="width: 66, align: left"]COUNT[/TD]
[TD="width: 79, align: left"]ITEM[/TD]
[TD="class: xl65"]3[/TD]
[TD="align: left"]COLA[/TD]
[TD="class: xl65"]2[/TD]
[TD="align: left"]GRAPE
[/TD]
[TD="class: xl65"]3[/TD]
[TD="align: left"]CHERRY[/TD]
[TD="class: xl65"]0[/TD]
[TD="align: left"]DIET[/TD]
[TD="class: xl65"]1[/TD]
[TD="align: left"]GINGER ALE[/TD]
[TD="class: xl65"]2[/TD]
[TD="align: left"]ORANGE[/TD]
[TD="class: xl65"]0[/TD]
[TD="align: left"]LEMON
[/TD]
</tbody>
I'm trying to create a dynamic list that would put each one on a new row (skipping zero quantities). It would list each, the # of time specified & then move on to the next value. The result list for this table should look something like:
COLA
COLA
COLA
GRAPE
GRAPE
CHERRY
CHERRY
CHERRY
GINGER ALE
ORANGE
ORANGE
<colgroup><col style="mso-width-source:userset;mso-width-alt:2413;width:50pt" width="66"> <col style="mso-width-source:userset;mso-width-alt:2889;width:59pt" width="79"> </colgroup><tbody>
[TD="width: 66, align: left"]COUNT[/TD]
[TD="width: 79, align: left"]ITEM[/TD]
[TD="class: xl65"]3[/TD]
[TD="align: left"]COLA[/TD]
[TD="class: xl65"]2[/TD]
[TD="align: left"]GRAPE
[/TD]
[TD="class: xl65"]3[/TD]
[TD="align: left"]CHERRY[/TD]
[TD="class: xl65"]0[/TD]
[TD="align: left"]DIET[/TD]
[TD="class: xl65"]1[/TD]
[TD="align: left"]GINGER ALE[/TD]
[TD="class: xl65"]2[/TD]
[TD="align: left"]ORANGE[/TD]
[TD="class: xl65"]0[/TD]
[TD="align: left"]LEMON
[/TD]
</tbody>