Default value judged by whether bottom nodes or not on FCGL Application's viewpoint
Summary:
Is there way to set the property "Summary" automatically with default value setting?
Content (required):
We should set the property "Summary" which the FCGL Application's Dimension has as follows.
・If the node doesn't have any children, setting it to "False(N)"
・If not, setting it to "True(Y)"
So, I tried to set a default value for "Summary"
・Using "Derived" default value
・If the node doesn't have any children returning "False(N)"
・If not, returning "True(Y)"
But, in the list viewpoint of the FCGL dimension corresponding to the "Values" FBDI exporting file, the "Summary" seems to be all "False(N)" because it doesn't have hierarchy, nonetheless on the hierarchical viewpoint corresponding to the "Hier" FBDI exporting file it seems to be set as I configure in the default value setting.