Forum Discussion
JimmyReaves
4 days agoNew Contributor
Hard to say without seeing the cubeview, but you could try something like X#MyMember.Descendants.Where((Name Startswith S_) and (Name Contains |PovParent|))
- WillVitale4 days agoContributor
Hey Jimmy,
It's a pretty basic cube view on the row side. Just a UD1 and Account on the rows
Right now I just hard coded all the overrides, but just wanted to see if there's a quicker dynamic way into doing this.
Thanks,
Will
- T_Kress3 days agoValued Contributor
You could consider a dynamic U8 to possible transform the account name, perhaps something like the below. Then use that U8# on the rows or columns as required.
Dim AccountName As String = api.Pov.Account.Name Return api.Data.GetDataCell("A#S_" & AccountName& ":U8#None")
Related Content
- 3 years ago