Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have 3 fields and their names are Node, Parent and Position. I have to create a hierarchy table based on user selection and the selection can be anything in the list.
I can't edit load script (this one is sample) because it was already created, so have to adjust through expressions.
Can someone help me.
Thank you in advance.
Kind Regards,
Tamil
At least let me know is this possible or not.
It is not difficult, if you do select in field [HierarchyTable.KUNNR] instead of [%HIERARCHYLINK]. Expressions are:
=only({<HierarchyTable.HIERARCHY_POSITION={'500'},%HIERARCHYLINK={"=HierarchyTable.KUNNR"}>}%HIERARCHYLINK)
=only({<HierarchyTable.HIERARCHY_POSITION={'400'},%HIERARCHYLINK={"=HierarchyTable.KUNNR"}>}%HIERARCHYLINK)
=only({<HierarchyTable.HIERARCHY_POSITION={'300'},%HIERARCHYLINK={"=HierarchyTable.KUNNR"}>}%HIERARCHYLINK)
=only({<HierarchyTable.HIERARCHY_POSITION={'200'},%HIERARCHYLINK={"=HierarchyTable.KUNNR"}>}%HIERARCHYLINK)
=only({<HierarchyTable.HIERARCHY_POSITION={'100'}>}HierarchyTable.KUNNR)