Anaplanners,
I have a module with a list "project" each project is ranked with a line item called "Rank" which uses rank functionality.
Is there a way i can create a page selector/list which filter the projects based on rank, for example, i create a listitem called "1-5", the module should revert projects ranked in those parameters.
Thanks for the help
Solved! Go to Solution.
You need to create a filter and not page selector. Here is what you can do:
Misbah
@Sachinsourav02yes,you can.
You have to add two properties to the filtering items "Ranges" (as "1-5"): Min and Max. Using these two properties you will have to compare them with project items. Create mapping module for this (Project/Ranges). The comparison result can be used as filter based on list selector.
In total you will have the following entities:
Range list
Project/Range mapping module
Line item Range selector (no dimensions/user dimension)
Line items: Range item and Filter (Project dimension)
You need to create a filter and not page selector. Here is what you can do:
Misbah
@Sachinsourav02yes,you can.
You have to add two properties to the filtering items "Ranges" (as "1-5"): Min and Max. Using these two properties you will have to compare them with project items. Create mapping module for this (Project/Ranges). The comparison result can be used as filter based on list selector.
In total you will have the following entities:
Range list
Project/Range mapping module
Line item Range selector (no dimensions/user dimension)
Line items: Range item and Filter (Project dimension)