Hello All,
How to add a special category to another special category using a macro? Here is the code snippet I am using (just the relevant portion):
Set objSpecCategory = objModel.Dimensions("Customer Groups".Categories.Add(trSpecialCategory)
With objSpecCategory
.Code = "Watch Lists"
.Name = "Watch Lists"
.update End
With
After this I want to create another category under "Watch Lists" such as "Top 50 Watch List".
How can I do it?
TIA, Arvin
How to add a special category to another special category using a macro? Here is the code snippet I am using (just the relevant portion):
Set objSpecCategory = objModel.Dimensions("Customer Groups".Categories.Add(trSpecialCategory)
With objSpecCategory
.Code = "Watch Lists"
.Name = "Watch Lists"
.update End
With
After this I want to create another category under "Watch Lists" such as "Top 50 Watch List".
How can I do it?
TIA, Arvin