View Single Post
Bob G
Senior Member
 
Join Date: Nov 2017
Location: Trafford, PA, USA
Posts: 226

Old January 8th, 2019, 12:58 PM
Quote:
Originally Posted by ShadowChemosh View Post
This is why it lists all skills because it overwrote your custom expression with "component.BaseSkills" as the whole expression. When you select from the editor dropdown you are "setting" the WHOLE expression. It does not append to the expression field. So first step is to set this back to "none".

Next its best to start an expression with a component "Type". In this case it would be component.BaseSkill. Then instead of a field class skills are known by the Helper.ClassSkill tag. Combine all this together and you get:

Code:
component.BaseSkill & Helper.SkCatKnow & Helper.ClassSkill
Thanks for the assist SC. A few follow-up questions:
1. By adding the 'Helper.ClassSkill' tag to the expression, would that not choose skills that ARE class skills? I want the expression to select knowledge skills that are NOT class skills.
2. The dropdown window in the class tab now says "Nothing to select." Do I need to restrict the 1st list in any way?
Bob G is offline   #3 Reply With Quote