Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
And one more None of these two added to the end of master.css work ".HeaderBrandingCell{display:none !important;}" "td.HeaderBrandingCell{display:none !important;}"
-
I see but I dont understand how to...for now... One more example master.css "... .masterBrandingAreaBrandName{color:green;font-size:13px;font-weight:bold;padding-left:4px;padding-right:30px;vertical-align:middle;} "... custom.css "@import "master.css";@import "facustom.css"; .masterBrandingAreaBrandName{color:red…
-
I dont think that helps. Ive found one thing: In dev console we can see "HeaderLogo" and "HeaderBrandingCell" classes. There there are no such classes in master.css file but from the DOC "The custom.css file is an empty (or blank) file that is imported by the master.css file. You can use the custom.css file to add your own…
-
Not only that. I want custom style to change the properties of different element including that But nothing works
-
I tried to change custom.css code to td.HeaderBrandingCell {display:none !important; } td.HeaderLogo {display:none !important; } to hide these elements but with no success
-
1. Ive tried 3 different browsers 2. OBIEE ver 12.2.1.4 Following picture in dev console after restaritng OBIPS(nothing changes) When I add styles to dev console code(following) two elements(logo and text) disappears
-
1. I wrote that "This has incorrect syntax. Just for explaining". I was trying to explain what i want to get 2. Nope. My source is Oracle DB EE 12C. I just tell that I did this in Essbase v.9-11
-
I see. I can do this in Essbase Cubes. Probably there is another way: hide or show the value of related measure? First measure "Model"."Measures"."Measure_To_Count" has values for all members Across all Dims. And I don't add it on Pres Layer. Next measure "Model"."Measures"."Measure_To_Show" has Calc Formula with Case and…
-
"You want the measure to aggregate (SUM) if "status = 1" in the dimension but you want the grand total to NOT aggregate if "no member is selected"" Yes. Grand Total is always 0. Regarding above example If user chooses Product members = 010201, 010202, 0102 or 010102 -- The measure shows aggregate value. If user chooses…
-
Thanks a lot
-
It is user-level setting, right? I want this behavior for that member by default for all users
-
I deinstalled BI soft from two servers and installed again First node -installed Java (jdk-8u202-windows-x64.exe) -installed fmw 12.2.1.3 -installed (setup_bi_platform-12.2.1.4.0_win64.exe) -configured database metadata repository with RCU -configured BI -applied patch 28500593 -applied patch Essbase_orcl.zip -set…
-
I repared it by changing "w:\bidata\" to "\\192.168.10.78\share\" Now there is no problem with sigleton data directory and Node Manager, AdminServer, BI_Server1 and Bi_server2, BI Cluster Controllers 1 and 2, BI Java hosts 1 amd 2 are starting succesfully BUT BI Servers(nqservers), BI Presentation Servers(sawservers) and…
-
Nodemanager is starting on the node 2 but I want to resolve these issues first and then start the main node
-
Ok. I synchronized two nodes but now nothing works. The main error everythere is Failed to read from SingletonDataDirectory. Ok. I rebooted these nodes. But when I start nodemanager on the second node I get the same error "SEVERE: Failed to validate SDD Failed to read from SingletonDataDirectory w:\bi data\ - make sure…
-
OMG, W:\bidata - WRONG SYNTAX W:\bidata\ - RIGHT SYNTAX
-
12.2.1.4 PS BI starting and working with new catalog
-
Have found patch. Wow, impossible. Now I can import essbase metadata to bi repo) Doc ID 2481998.1 https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=434884965528234&parent=EXTERNAL_SEARCH&sourceId=PROBLEM&…
-
.So we should have 2 installed version of BI EE 12C(12.2.1.2 and 12.2.1.4) on our development servers? First only for importing cubes from essbase and second to develop with? Is there any way to save and copy any files from 12.2.1.2 to anywhere 12.2.1.4 and don't user 2 servers? Ive tried to copy all files from 12.2.1.2…