Forum Discussion
WillVitale
2 years agoContributor II
Column Better/Worse in Excel
Hello, I'm working in the excel add-in and creating a some reports for my company and was wondering if you can use Column Better/Worse in the add-in. I know you can with cube views or quick views, b...
tomdarnall
2 years agoNew Contributor III
I agree with Chul. We've got a couple of different U8 members that read Account Type for various situations which can be referenced. I assume you're using getcell pulls, so for the greatest flexibility I'd probably use a U8 that returns the account type itself (something like Return api.account.getaccounttype(api.pov.account.memberid).name. Then call it with a getcell:
=xfgetcell(true, "mycube","myentity",.."cell reference to account name",....."AccountType")
If you drop this into a column next to your account names, then you can do an excel formula where Asset & Revenue can be A - B, otherwise B - A type of thing.
Hope this helps.
Tom
- tomdarnall2 years agoNew Contributor III
Forgot to call out that you'd need v#annotation in my getcell example.
Related Content
- 7 months ago
- 2 years ago