Hello,
I am stuck with a problem (I am using CR9)
I have groups of products with names that are like this
Product_Description
MNB-9-Spring
MNB-9-Fall
M-NN-8-Winter
M-NN-8-Summer
AA-BB-NN-4-LA
AA-BB-NN-4-CA
When I group I need to group
MNB-9 in one group and calculate total for this MNB-9 group.
Also I need calculation for MNB-9-Spring and MNB-9-Fall groups which is fine - I know how BUT
what about others with 3 or 4 dashes?
The only consistency here is that entry AFTER 2nd, 3rd or 4th dash makes product unique - before it is a group.
So I need to group by Product Description and AFTER that grab everything that is a sub-groups and calculate within...
MNB-9
M-NN-8
AA-BB-NN-4
Can you see how am I suppose to accomplish this?
Thank you very much for your time
I am stuck with a problem (I am using CR9)
I have groups of products with names that are like this
Product_Description
MNB-9-Spring
MNB-9-Fall
M-NN-8-Winter
M-NN-8-Summer
AA-BB-NN-4-LA
AA-BB-NN-4-CA
When I group I need to group
MNB-9 in one group and calculate total for this MNB-9 group.
Also I need calculation for MNB-9-Spring and MNB-9-Fall groups which is fine - I know how BUT
what about others with 3 or 4 dashes?
The only consistency here is that entry AFTER 2nd, 3rd or 4th dash makes product unique - before it is a group.
So I need to group by Product Description and AFTER that grab everything that is a sub-groups and calculate within...
MNB-9
M-NN-8
AA-BB-NN-4
Can you see how am I suppose to accomplish this?
Thank you very much for your time