Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
ok, it could very well be the case that OBIEE WSDL/v6 doesn't support passing multiple Prompt values via SOAP code/methods. I checked the queries at back-end but there isn't an easy way to decipher what we can do from SOAP by looking at OBIEE queries. This is more on the SOAP side - how multiple values can be applied in…
-
Thank you for your response. Here are the results: Test 1: <v6:variables> <v6:name>PRODUCT</v6:name> <v6:value>ABC</v6:value> <v6:value>XYZ</v6:value> </v6:variables> Output - ABC Test 2: <v6:variables> <v6:name>PRODUCT</v6:name> <v6:value>ABC,XYZ</v6:value> </v6:variables> Output - Error Test 3: <v6:variables>…
-
How do we call multiple values for the same Prompt?
-
Thank you Christian for the blogs. This is indeed very helpful.
-
Thank you Gianni for your response. It really sucks that I don't have access to a development environment where I can try this, I was just asking this question hoping there would be hope for a solution which I can suggest to my development team. It seems there is hope (thanks to yo guys). I will search on internet if I can…
-
Thanks for the response Christian. But, I think this method is used to convert/translate the catalog from one language to another. My use case is that I want to update the attribute description of my RPD by not manually doing it in RPD but rather in an external file such as Excel/CSV that can be used to update the RPD.…