While exporting data form ASO Cube using data Export filter (based on UDA) is not working? Need Help
Summary:
We are experiencing difficulties in applying a filtercondition for data export using UDA. The requirement involves exporting datafor entities tagged with the UDA "ENG," which is applied at bothLevel 0 and Parent levels. We have attempted to use Data Integration with fileexport in DE, employing various filters to retrieve UDA data. However, eachfilter attempt results in an inability to construct the correct MDX query forUDA members. The filters tried include:
@Descendants("Global_Segment") and@UDA(“Entity”,”ENG”)
@list(@Descendants("Global_Segment") and@UDA(“Entity”,”ENG”))
@Intersect(@Descendants("Global_Segment"),@UDA(“Entity”,”ENG”))
@UDA(“Entity”,”ENG”) to extract UDA members (whichfails to return UDA members from the Entity dimension, Its retreiving onlyEntity Member)