Forum Discussion
WillVitale
4 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_Kress
3 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