Jason
3 years agoNew Contributor II
Looping Entities In a Data Buffer
Hi,
I have built a Finance business rule that users a data buffer to identify base level UD1 members with data at a specific intersection and sort the results.
The user is prompted to select a parent level Entity and that is passed to the BR and used in the buffer. Note: The BR is called from a Cube View.
What I need to do next is take the parent level Entity that the user chooses, pull in a list of base level Entities under that parent, and then loop through my data buffer for each of those base Entities, and then add the base UD1's to my list if they meet the Text# conditions I check for.
How do I go about calling the base level Entities member list and pass them in one at a time into my Data Buffer so it loops through them?
Thank You