The ArtOfBI.com Newsletter

Is stupid new and freshly informative on BI and EPM.

Save one little gremlin by not pouring water on its head.

Or, sign up for killer tips, tricks and other BI / EPM goodness delivered right to your inbox.

Hell just do both. Enter your email below.

Oh no what happened?
I already signed up.

BTW, Signing up gets rid of this annoying banner.

Cheers,
Christian & The ArtOfBi.com Team

Tag Archive | "Essbase"

Tags: API, c#, Essbase

Essbase C API error LNK2019: unresolved external symbol _EssInit


If the following or similar error is received when compiling the C API the resolve comes by simply adding the ESSAPINU.lib into the project.  Don’t just link it, actually add it to the project and recompile to resolve the compile issue.

Error    11    error LNK2019: unresolved external symbol _EssInit referenced in function “void __cdecl ESS_Init(void)” (?ESS_Init@@YAXXZ)

Posted in EssbaseComments (0)

Tags: ASO, Dynamic Time Series, Essbase

Essbase ASO Version of BSO Dynamic Time Series


ASO does not provide an out-of-the-box version of dynamic-time-series (DTS) like its partner in crime, BSO. However, one straightforward approach to achieving this functionality is to implement a time aggregation dimension and leverage MDX functionality.  In this example we will house the Time Periods/Months (i.e.:  Mar, Apr, May, etc.) and the Years dimensions into two separate dimensions.  We then add an additional dimension called “Time Series” to the outline to support our ASO version of DTS.

Read the full story

Posted in Essbase, Tricks n' TipsComments (2)