Forum Discussion
ssmith-nova
4 months agoContributor
FDXExecuteCubeView with Consol filter
Hi All, How would I go about passing a Consol member as part of the POV to a FDXExecuteCubeView call? I want to pull one extract that is in Local currency and another that is in USD. Can I do that...
- 4 months ago
Dim csv As String = "Key1=Value1,Key2=Value2" Dim nvfb As New NameValueFormatBuilder(csv)
JackLacava
OneStream Employee
4 months ago- create your cube view using a Parameter in the Cons member on general POV
- execute FDXExecuteCubeView twice, each time setting the parameter to a different value - you do that by including it in the "nvbParams" dictionary that is passed to the function, each time with a different Value.
- ssmith-nova4 months agoContributor
Would you have an example setting up the dictionary handy?
- sameburn4 months ago
OneStream Employee
Dim csv As String = "Key1=Value1,Key2=Value2" Dim nvfb As New NameValueFormatBuilder(csv)
Related Content
- 2 years ago
- 3 years ago