HFM forms auto indentation based on dimension hierarchy
Is any method to make a form with auto indentation based on dimension hierarchy?
I meant if I put on row something like R1=A{[Hierarchy]}, system will make right indents when it will display rows in the form. Or I need to build hierarchy in the form manually like this example:
R1=A#Account1,CustomHeaderStyle:text-indent:1ex
R2=A#Account2,CustomHeaderStyle:text-indent:2ex
R3=A#Account3,CustomHeaderStyle:text-indent:3ex
R4=A#Account4,CustomHeaderStyle:text-indent:1ex
R5=A#Account5,CustomHeaderStyle:text-indent:2ex
etc...
And the second question - Can system automatically make font bold or not if element is base or parent?