Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
http://blog.performancearchitects.com/wp/2013/06/18/oracles-bi-publisher-versus- oracle-business-intelligence-enterprise-edition-obiee-strengths-and-weaknesses/ https://en.wikipedia.org/wiki/Oracle_Enterprise_Manager
-
Please provide create statement(tables) and insert script(for few sample records), so i can check it in my environment.
-
I dont think this will work by changing XML. There are few articles on how to edit the graph skin properties though i havnt tried it yet.
-
Hello Vinay, Why cant you try a dynamic physical connection pool, So that you dont need to duplicate anything , and make it switch according to the user login.
-
Did you complete all the neccessary pre requisites? * 1. XLC Complier (11.1.0.4). * 2. Configure the TEMP and TMPDIR environment variables (in addition to TMP) to point to the desired temporary directory with adequate free space of 8 GB. * 3. Account by which installation be done must have access to Root folders. * 4.…
-
Create a prompt for your forecast date , make it auto apply ( uncheck the apply button from properties of prompt) and keep a presentation variable. Create a second prompt and make the results as SQL Results and keep the below formula SELECT YourTrxDateColumn FROM YOurSubjectArea where YourTrxDateColumn between Date…
-
Hello, Martins first answer will work COUNT("Fact"."Employee ID" By "Fact"."Employee ID" , "Fact"."Hire Date" ) > 1 add a column for the above formula and keep a filter for the same as >1 and delete the column from criteria
-
So you didnt get answer from Good advisors, but from oracle support ......... Anyway great. we had faced similar issue when we configured SSL without proper installation of certificate.
-
What i meant is to check if atleast he can login with weblogic user. Currently he is unable to login with Both LDAP and default. If he can login with the default, mostly it could be an issue from LDAP.
-
Make the control flag to required and restart(complete) and check if you can login with weblogic
-
Did you try configuring SSL?
-
In OBIEE 12c it will take the second value in variable when you use it in a condition, as far as i know. Try it anyway. meanwhile i will also try. Filter case when Date '@{YourVariable}{2099-01-01}' >CURRENT_DATE then YourColumn else NULL end = YourStaticValue Global Region is from first criteria. After applying the prompt…
-
Dear Souvik, Try the formula and above and let us know if you need any further inputs.
-
Both will work if you add a seperate report and keep a condition in section or try the above formula.
-
Hello Souvik, Add a column formula like below case when Date '@{DD}{2099-01-01}' >CURRENT_DATE then yourColumn else NULL end and apply not equal to NULL in filter in the first criteria.
-
-
Hello Vijaya, Try below approach Step 1 4 column in the criteria Column1 Rank(sum(yourmeasurecolumn)) column2 Yoursegmentcolumn column3 yoursegmentcolumn(again) column4 sum(yourmeasurecolumn) Column5 YourYearColumn Have a filter for column1(ie yourrankcolumn) <=3 Step 2 add a combine similar request and paste the same…
-
Page number can be inserted from print options.
-
CSV is meant to work like that. It will export the data in result set, not the view. for that you can use excel.
-
... I know why my answer is incorrect......