Welcome to the Oracle Analytics and AI Community

Avatar
Welcome to the AI and Analytics Community: Please complete your Profile and upload your Picture

Gianni Ceresa Mod

Comments

  • That's a different topic, the original question was about add the piece of CSS to have icons available. There are ways to customize a font and now that in 12c everything is by default HTML5 instead of flash you are supposed to be able to easily adapt the font of charts etc. You can of course ask Oracle to add this "basic…
  • Well, were you expecting something different? The idea of a customisation is that it's different / custom for your own needs, and you can't expect Oracle to try and document all the possible customization as, OBIEE being a web app, there is an infinite number of customisation. In the doc Oracle tell you in a generic way…
  • A Pangul wrote:It is similar to standard funnel except that the target values of all the stages before the last is calculated based on the last stage target value and a constant called target factor. That's what we already said and all agreed about, the point is what is the "constant called target factor" and where does it…
  • Hi, Apparently based on the doc there is a constant coming into the calculation: Last-Stage Only:Uses a standard shape with equal stage widths. It is similar to standard funnel except that the target values of all the stages before the last is calculated based on the last stage target value and a constant called target…
  • As now you are the 2 versions depending of where the error comes from it's up to you to do the next step. 986359 wrote:... then report errors out. Post the error and/or a screenshot of the error.
  • Hi, You mean the OBIEE error of the varchar being bigger than 4000 ? (Just to be sure it's not your DB returning a ORA-xxxxx error) OBIEE has varchars up to 4000 and from an analytical point of view it's generally big enough. Some historical workarounds I saw around was to split the longer column into many columns of 4000…
  • So did you got everything you were looking for? Maybe you can then close the thread? For now still This question is Not Answered.
  • Not really as ... Christian Berg wrote:You have:- Dashboard Group - Dashboard - Dashboard page - Dashboard subpageThat's it. And subpages were only introduced in 12.2.1.1 by the way. So between "Dashboard Group" and "Dashboard" you see that there isn't any group in between. Can you create your hierarchy in the web catalog?…
  • Does your prompt use the same column? The smaller scope of a dashboard prompt is the page itself, so if your 3 dashboard uses the same columns you must make these 3 columns different (OBIEE works on the formula representing the value of the prompt when column based, when variable prompts just uses 3 different variables).
  • Hi Venkat, Did you read the README.md ? They tell you exactly how to install (so what to download). Making a long story short: https://github.com/d3/d3/releases/tag/v4.3.0 (current release) and you find the link to d3.zip and there inside you can't really miss the file. To deploy D3 on your OBIEE 12c you have 2 options: A)…
  • Hi, That's actually the default behaviour when using a pivot view and setting the "Data Viewing" as "Fixed headers with scrolling content". I just did it on a SampleApp 506 running 11.1.1.9 and it's what happened. Now when you say : We cannot use a pivot view here and needs a solution for a normal table view. Well ... You…
  • Please avoid double posting OBIEE 11g - Download All/Display All of rows in Excel Now there are 2 threads will probably stay unfollowed and open forever ...
  • Well ... still no idea why your bitools/bin folder is so "empty" .... Did you try to search the migration-tool.sh in all the subfolders of your OBIEE install folder? There is maybe a copy around (the original one the config copy and deploy in the bitools/bin folder). PS: with 12c no need to run the RCU by hand, the config…
  • And you did all the steps? Because the migration-tool.sh is supposed to be there (as the doc says as well). Which version of 12c did you install? And you installed 12c inside the SampleApp 406 ? (coming with a 11.1.1.7.1 by default)
  • Hi, Did your 12c install went fine? Because your /user_projects/domains/bi/bitools/bin/ folder is a bit "empty" compared to a normal install ....
  • Actually an absolute path is easier for debugging and maintaining the catalog "from outside". Using relative paths would be easier at a first look if objects (analysis, prompts etc.) are inside the dashboard folder, but if outside when having to deal with ../ etc. is easily a nightmare ... And the relative path would make…
  • To extend what @Joel Acha posted (which is correct) it's not about a process it's just how the tool works. Object embedded into a dashboard are referenced by an absolute path and not a relative one based on the dashboard itself. So your analysis added to a dashboard will be referenced by it's position from the root of the…
  • Hi Dilek, dileraco wrote:I know that each attribute column should correspond to one dimension table. I disagree with this one ... Fact table must contains only measures, attributes must go into dimensions but I wouldn't really say that each column is supposed to be a dimension. You can also have a kind of generic dimension…
  • Hi, Well, of course they can co-exists as they don't share anything ... So they will just not be aware one of the other I don't think Oracle has recommendations on that as they don't interact the 2 products (so it's all about your server: if it has 4Gb RAM just forget but if it's a real server with enough resources based…
  • Hi, did you try by WLST ? I already saw cases where the EM gui wasn't working anymore but by command line using WLST worked without problems. You go to your FMW home, then run ./Oracle_BI1/common/bin/wlst.sh (really take this one because there are 1-2 others which aren't going to work). When it open enter:…