Forum Discussion
shreyadg
2 years agoNew Contributor
Get list of Entities having data in cube for a combination of scenario and year
Hello All,
Is there a quicker way to get the list of entities having data in a particular cube for a certain scenario and year combination, without using a finance business rule? One of the options I am thinking is to query the DataRecordsxxxx tables, but I believe that is not recommended...
6 Replies
- AndreaFContributor III
hi shreyadg , if the aim is just having the custom calc running on some entities and not on others, why not using an if statement in the custom calc itself? You can have the DM job set to run the custom calc on all base entities, and the if condition within the custom calc would essentially make it skip the one with no data. You can use api.Data.GetDataBuffer of api.Data.GetDataCell to check if an entity has data.
- AndreaFContributor III
Maybe you can use the "Data Record Analysis" OpenPlace solution. You would need to edit the solution to give you a break-down by entity.
Related Content
- 2 years ago
- 1 year ago