We are using RADPivotGrid to connect to a SQL Server 2014 Analysis server and want to be able to create session based calculated fields for use within the pivot table.
We can do this via an MDX query however in order for them to be visible they need to be created on the same session that the ADOMD data provider uses.I was hoping that the Telerik ADOMD dataprovider exposed the actual ADOMD connection so I could use this connection to send an ADOMD command to create these calculated members, however it does not (as far as I can see) seem to expose this.
I need these calculated members to be session based as we want them to disappear when the session closes.
Is this possible and if so so how?
Thank you
We can do this via an MDX query however in order for them to be visible they need to be created on the same session that the ADOMD data provider uses.I was hoping that the Telerik ADOMD dataprovider exposed the actual ADOMD connection so I could use this connection to send an ADOMD command to create these calculated members, however it does not (as far as I can see) seem to expose this.
I need these calculated members to be session based as we want them to disappear when the session closes.
Is this possible and if so so how?
Thank you