Can you exlude members in a Groovy Data Export script
Summary:
We have a groovy script that moves data from one Hybrid BSO database to another. We have added an attribute value called "Entity_Closed" on Entity members that we want to exclude that from the selection. Is this possible?
Content (please ensure you mask any confidential information):
We have member selection code stating the below. Is there a method in which we can perform an @Remove (BSO) or @Exclude (ASO) in the line of "ILvl0Descendants(Total Entity)"? In our non Groovy Scripts we use: FIX(@REMOVE(@Relative("Total Entity",0),@ATTRIBUTE("Entity_Closed")))
*************************************
"rows": [
{
"dimensions": [
"Entity"
],
"members": [
[
"ILvl0Descendants(Total Entity)"
Tagged:
0