How to Override Getdatacell

ResmiKR
New Contributor II

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.

ResmiKR_0-1720096042035.png

 

2 REPLIES 2

T_Kress
Contributor II

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?

Teresa C. Kress
Principal Delivery Manager Partner Enablement | OneStream Software

ResmiKR
New Contributor II

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.