Caption in multilevel hierarchy

Closed
Massimo asked on May 30, 2022

Hi team,
i've a question about multilevel hierarchy, do you know if exist captions in multilevel hierarchies?
Something like this (hierarchyCaption) :

report: {
    dataSource: {
        filename: "data.json",
        mapping: {
            "Country": {
                hierarchy: "Geography",
               hierarchyCaption: "GeographyCaption",             },            "State": {                 hierarchy: "Geography",
               hierarchyCaption: "GeographyCaption",                 parent: "Country"             },            "City": {                 hierarchy: "Geography",
               hierarchyCaption: "GeographyCaption",                 parent: "State"             }         }
   } }

Regards,
Massimo

1 answer

Public
Maksym Diachenko Maksym Diachenko Flexmonster May 30, 2022

Hello, Massimo!

Thank you for writing to us.

Currently, Flexmonster does not provide an opportunity for creating a hierarchy caption. You are already setting a custom label inside the hierarchy property. Hence, we think that it would not make much sense to add a caption there.

Feel free to contact us in case more questions arise.

Best Regards,
Maksym

This question is now closed