cancel
Showing results for 
Search instead for 
Did you mean: 

Category weight in Goal Management

akashbansal2
Explorer
0 Kudos

Hi All,

We have a requirement where we have 4 categories in goal templates. And we want to assign some weightage to each category. How can we assign weightage to category so that total will add up to 100.

br,

Akash Bansal

View Entire Topic
M_ElHefnawy1
Participant
0 Kudos

Hi @akashbansal

If you want to apply this on the PM form, you can do this by create a separate section for each category, fro ex. a goal section to "Functional goals" category, and make sure to link each section with it's related category by using the below (3rd line):

<obj-sect-type autosync="true"><![CDATA[plan]]></obj-sect-type>

<obj-sect-plan-id>4</obj-sect-plan-id>

<obj-category><![CDATA[Functional goal]]></obj-category>

<meta-grp-label><![CDATA[Group]]></meta-grp-label>

so by doing this you can enforce min and max weight for each section which is for each category.

Regards,

Mostafa