We have updated Flexmonster Software License Agreement, effective as of September 30, 2024. Learn more about what’s changed.

Can't choose two levels of a Product to see in the workbook

Answered
Jose Eduardo Almeida asked on January 23, 2024

Can't choose two levels of a Product to see in the workbook (see Step_01). 
If I want to see the values of a lower level and a higher level in workbook I have to drill down all the levels.
This procedure can take too much time to do this drill down of all the levels.
If I could choose two levels I would like to see just the two levels in the workbook without being necessary to perform the drill down of all levels.
Is there any way to do that without drill down?
 

  • We implement our own Custom Data Source API (Implement your own server) and We use multi level Hierarchies

7 answers

Public
Maksym Diachenko Maksym Diachenko Flexmonster January 24, 2024

Hello, Jose!

Thank you for your question.

Kindly note that Flexmonster only allows you to select a single hierarchy level and show all the levels below the chosen level. We recommend using folders (see mapping.folder property) instead of multilevel hierarchies to achieve the desired functionality. Using folders would allow you to group multiple fields into a single folder, similar to multilevel hierarchies, but you would also be able to select multiple specific fields instead of showing an entire hierarchy starting from a certain level. You are welcome to check the example: https://jsfiddle.net/flexmonster/uynb1g0v/ 

Please let us know if this approach would work for you.

Best Regards,
Maksym

Public
Jose Eduardo Almeida January 29, 2024

Hi Maksym,
is there any other way to do that using multi level hierarchy?
I can't change to use folder in my development at this moment

Public
Maksym Diachenko Maksym Diachenko Flexmonster January 30, 2024

Hello, Jose!

Thank you for your reply.

Please note that selecting two levels of a multilevel hierarchy is currently not supported. However, creating folders is purely a client-side feature that does not require any additional development and can be achieved by changing the mapping configuration: 

mapping: {
"Country": {
folder: "Place"
},
"City": {
folder: "Place"
}
}

With this in mind, we believe that switching from multilevel hierarchies to folders may be a relatively simple solution for you.

Looking forward to hearing your feedback.

Best Regards,
Maksym

Public
Jose Eduardo Almeida January 30, 2024

Hi Maksym,
In our understanding we can not use folder because does not have the same behavior as an hierarchy.
Maybe this could be a new requirement for a future release.
 
Best Regards,
Jose

Public
Maksym Diachenko Maksym Diachenko Flexmonster January 31, 2024

Hello, Jose!

Thank you for your reply.
Our team agrees that selecting different hierarchy levels may be a good addition to our component. We have added this feature to our backlog and we will contact you in case of any updates.
You are welcome to contact us if any other questions arise.

Best Regards,
Maksym

Public
Eduardo Cruz March 25, 2024

Hi, Maksym!
Do you have any ETA for this feature?
Best Regards,
Eduardo

Public
Maksym Diachenko Maksym Diachenko Flexmonster March 26, 2024

Hello, Eduardo!

Thank you for your reply.
Kindly note that this feature is not currently on our immediate development agenda. Hence, we are unable to provide you with an ETA.
Feel free to contact us if other questions arise.

Best Regards,
Maksym

Please login or Register to Submit Answer