gwynne Posted July 14, 2016 Posted July 14, 2016 Hello Is there anyway of make lower tier categories have some link factor to the 1st tier or for category groups. The scenario being if I create a decision point based on a category selection I have to create a choice based not only on top level category but all under that which can be a very large selection in some cases. Based on this if you could either create a group / link category levels then a choice made at tier 1 can also filter down the tiers
Victor Posted July 28, 2016 Posted July 28, 2016 I can see the challenge when you have a large structure of category codes... I was facing a similar dilemma when designing some internal processes. Perhaps this would be a helpful: Let's say you have a structure like: Tier 1 SubTier 1.1 SubTier 1.1.1 SubTier 1.2 Tier 2 SubTier 2.1 SubTier 2.2 SubTier 2.2.1 Now, instead of having a condition to check the category as: category = "Tier1 > SubTier 1.1 > SubTier 1.1.1" have the condition as: category LIKE "Tier1%" AND category LIKE "%SubTier 1.1.1%" where you only specify the top tier and the code itself or any combination of the above...
gwynne Posted July 28, 2016 Author Posted July 28, 2016 That would work any process that would allow conditions to applied to mass categories with ease works in my book
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now