zoharb
Board Regular
- Joined
- Nov 24, 2011
- Messages
- 57
- Office Version
- 2021
- 2013
Respected
say I have a list of 10000 entries of products and has to assign category of each on basis of some criteria(Something like --rotation rate or price).
I assign each product a category(Randomly as placement of the product is not static in list) once in that list (like hard coding) ,
---for the rest it will assign category based on the categories previously(or even afterwards in that list) hardcoded using CHOOSE or SWITCH or some other function
Zohar Batterywala
say I have a list of 10000 entries of products and has to assign category of each on basis of some criteria(Something like --rotation rate or price).
I assign each product a category(Randomly as placement of the product is not static in list) once in that list (like hard coding) ,
---for the rest it will assign category based on the categories previously(or even afterwards in that list) hardcoded using CHOOSE or SWITCH or some other function
Zohar Batterywala