on 2023 Sep 20 8:46 AM
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
Request clarification before answering.
Hi akashbansal ,
You can define as below ,for eg Financial category
<category id="Financial" min-weight="25" max-weight="50">
<category-name>Financial</category-name>
</category>
Please mark this as answer if this helps.
Thanks
Mridul
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
15 | |
8 | |
6 | |
4 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.