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
emantziaris
1 year agoNew Contributor
Cube Views: Taking Date from an Entity Dimension Text Field to Calculate Months to Date
I am trying to calculate months to date in a cube view column based on a date entered in a text field within Entity Dimension members. The text field would display in one of the columns on the cube v...
emantziaris
1 year agoNew Contributor
Thank you for the message! I am looking to convert this date to a calculation of months between the current date (today) and the date that is displayed in the text field.
pranav46
1 year agoContributor III
Member formula you got to write a vb code.
Get the text value from Entity then you write your logic to calc month diff between current date to Text
Dim EntityText As String = api.Account.Text(api.Pov.Entity.MemberId,1)
Related Content
- 2 years ago
- 2 years ago