sorchard2000
Technical User
Crystal 8.5
SQL Server
I am trying to create a report that has items listed based on inventory locations. Unfortunately, some items have 2 inventory locations listed.
example data:
sponge inventory location #1
notebook inventory location #4
book inventory location #1
book inventory location #4
I would like crystal to choose one OR the other but not both. (I don't care which inventory location it uses.) I currently have this formula in my grouping but when I use it, it only will list items in inventory group #1-virtually ignoring any items in inventory group #4. formula reads as:
if {supinvitemlist.supinvloc_id} = [1.00,4.00]
then{supinvitemlist.supinvloc_id} = 1.00 else {supinvitemlist.supinvloc_id} = 4.00
I would like the example data to read as:
sponge inventory location #1
notebook inventory location #4
book inventory location #4
Hope I've made this clear. I'm sure I've written the formula wrong.
Thanks
sorchard2000
SQL Server
I am trying to create a report that has items listed based on inventory locations. Unfortunately, some items have 2 inventory locations listed.
example data:
sponge inventory location #1
notebook inventory location #4
book inventory location #1
book inventory location #4
I would like crystal to choose one OR the other but not both. (I don't care which inventory location it uses.) I currently have this formula in my grouping but when I use it, it only will list items in inventory group #1-virtually ignoring any items in inventory group #4. formula reads as:
if {supinvitemlist.supinvloc_id} = [1.00,4.00]
then{supinvitemlist.supinvloc_id} = 1.00 else {supinvitemlist.supinvloc_id} = 4.00
I would like the example data to read as:
sponge inventory location #1
notebook inventory location #4
book inventory location #4
Hope I've made this clear. I'm sure I've written the formula wrong.
Thanks
sorchard2000