Essbase Java API: Return List of Fields
Summary
Essbase Java API: Return List of FieldsContent
Hi All, I'm writing a Java App that connects to an Essbase cube and allows the user to enter an MDX to run. Everything works fine but I need my app to be able to display the fields that the MDX will generate (columns) without needing to execute the full MDX (currently I'm running the MDX 2 times, one for the fields and one to display the results).
Is this possible?
Thanks,
Rodrigo
0