The OneStream Community is temporarily frozen until June 29th due to the ongoing maintenance. Please read the blog post here to learn more.
Forum Discussion
ResmiKR
1 year agoNew Contributor III
How to Override Getdatacell
Dear Community,
How can we override the GetDataCell method in rows?
In columns, I have a Ud8 member with V#Annotation(which pulls text1 property from Entity). In the screenshot below, the rows displaying "ROW" and "OTHER" are not using the GetDataCell method in rows. However, the rows with " - " are using GetDataCell in the row member filter. I attempted to override the method, but Getdatacell is not being overridden. How can I display text in those rows?
I need to display the text1 property in those columns.
4 Replies
- T_Kress
OneStream Employee
You should be able to either use a column override and only put the getdatacell on the rows for which you want it, in the column overrride. Or use row overrides on the rows where you do not want it.
Have you tried various row or column override methods?
- ResmiKRNew Contributor III
Hi,
Thanks for it. But I tried both overrides. Since getdatacell is in row member filter it is not getting override. If I override by getdatacell, it is returning integer values. But my requirement is it should return string. That is, U8 should extract the text property and display it using V#Annotation.
- WillVitaleContributor II
Hello,
Did you find a solution to this? I am also having an issue to override a GetDataCell.
- Mike_SabourinContributor II
Came here because I was having the same problem. Finally figured it out. The only way to override a getdatacell is with a getdatacell. For the rows I didn't want to calculate, I was able to do GetDataCell(A#None) and it worked.
Related Content
- 2 years ago
- 1 year ago
- 2 years ago