# Rb? **Category:** [Yahoo Archive](https://www.epiusers.help/c/yahoo-archive/9) **Created:** 2000-08-10 14:12 UTC **Views:** 408 **Replies:** 2 **URL:** https://www.epiusers.help/t/rb/738 --- ## Post #1 by @system
----- Original Message -----
From: Todd Hofert <thofert@...>
To: Vantage List (E-mail) <vantage@egroups.com>
Sent: Thursday, August 10, 2000 1:34 PM
Subject: [Vantage] RB ?
> I am trying to create a report for a few inventory items. These items come
> in different colors and sizes. The part number indicates color and size.
For
> example Black rolls of Vinyl have the following part numbers:
>
> 742-15
> 742-20
> 742-30
> 742-60
>
> The 742 means BLACK and the 15, 20 ,30, 60 mean width. I only want this
> report to show me on hand quantity for the part numbers that are 60" wide.
> How do I get Report Builder to make this selection?
>
> Thank in advance
> Todd Hofert
> Spartan Graphics, Inc.
> (616)887-8243
----- Original Message -----
From: Jim Stetter <jimstetter@...>
To: <vantage@egroups.com>
Sent: Thursday, August 10, 2000 2:09 PM
Subject: RE: [Vantage] RB ?
> If your width designation is aways in positions 5-6 of the part number,
you
> can create a calculated field called "Width"
>
> Substring(Partnum,5,2)
>
> then include "Width" in the filter ----> Width = "60" which would
> yield all parts with a width of 60.
>
> Hope this helps.
> Jim Stetter
>
>
> -----Original Message-----
> From: Todd Hofert [mailto:thofert@...]
> Sent: Thursday, August 10, 2000 1:35 PM
> To: Vantage List (E-mail)
> Subject: [Vantage] RB ?
>
>
> I am trying to create a report for a few inventory items. These items
come
> in different colors and sizes. The part number indicates color and size.
> For
> example Black rolls of Vinyl have the following part numbers:
>
> 742-15
> 742-20
> 742-30
> 742-60
>
> The 742 means BLACK and the 15, 20 ,30, 60 mean width. I only want this
> report to show me on hand quantity for the part numbers that are 60"
wide.
> How do I get Report Builder to make this selection?
>
> Thank in advance
> Todd Hofert
> Spartan Graphics, Inc.
> (616)887-8243
>