Forum Discussion

Sergey's avatar
Sergey
Contributor III
3 years ago

Workflow time format is weird

Hello ! I've noticed that the workflow time stored in the application is having a weird format, for instance :  Workflow Time : 022008000 = 2022M5 Workflow Start Time : 2022003000 = 2022M1 Work...
  • FrankDK's avatar
    3 years ago

    I would recommend using the OneStream API to work with the all kind of data, instead of trying to manipulate data through a SQL query, if that's what your are doing. For the Time Dimension, you can use the TimeDimHelper class to transform between Integer and String types of the Time (eg, TimeDimHelper.GetIdFromName("2021M1")