SmartView VBA
We are migrating the Excel Add In based VBA code to SmartView VBA.
We have two functions in Excel Add In which retrieves the member information and releases the memory for specific member:
EssVGetMemberInfo - Returns member relationship information. Returns a string array of member names if successful.
EssVFreeMemberInfo - Frees memory allocated by EssVGetMemberInfo
Similar function in SmartView VBA to retrieve the member information:
HypQueryMembers
But there is no function in SmartView VBA to release the memory. We have memory related functions for data points only. HypFreeDataPoint() frees any memory allocated by HypGetDataPoint(). I have tried with SmartView VBA conversion utility but it is not returing any function.