Welcome to the Oracle Analytics Community

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

Gianni Ceresa Mod

Comments

  • Hi, Not talking about the choice of IE because it isn't the topic (although Microsoft itself said to leave IE and move to Edge), you have to post some more details as at the moment no answer is possible. OBIEE target isn't to display images by default, so you will have to provide details of what images, where they are…
  • So good luck in finding that "ghost" target of the shortcuts With some luck it's in one of the environments still. Just a hint: if you find it, get rid of the shortcuts and put the object (the dashboard page) there directly, even if you have to duplicated it once in the shared folder and once in the user folder. So next…
  • So, in the user folder the page is apparently missing, which would make sense based on the message you first posted "Target path not found .../Activity Summary". What is fun is that in this folder too it looks like there is a shortcut: "activity.atr" As you aren't the user owner of this folder, you can find out where…
  • It's there the 5th page, it's the shortcut. "activity.atr" represent your shortcut and, based on your very first posted picture, the "Activity" shortcut points to a thing called "Activity - Summary".
  • It can be the shortcut point to something which doesn't exist or permissions as well : if you don't have the right permissions you can't "see" that object representing the page.
  • Charles M wrote:I don't really use shortcuts and am really not that familiar with them. Not sure I get the point of their use That's good, don't change it Shortcuts are really what their name is: shortcuts! Instead of doing things properly you can "cheat" and use a dirty quick-win by setting up a shortcut. It's like…
  • Are you using the right syntax? A request variable is a way to set the value of a session variable. So you need to use the right syntax to reference it ... https://gerardnico.com/dat/obiee/obis/server_variable_where#logical_sql_in_answers OBIEE: Using Variables in OBIEE
  • Hi, Would be easier seeing the environment to figure out "who is what" The objects you are migrating between environments, are they shared (in shared folders) or private objects (in your own personal folder) ? Just from the message looks like it was using a shortcut pointing somewhere else in the catalog (which already is…
  • Are you looking for this? https://obieenow.blogspot.com/2014/03/dynamic-column-headers-obiee-11g.html
  • As there is no explicit reference to any tool/version the reply will be fairly generic too. You are saying your prompts are slow because of views: did you build a time profile to clearly identify what takes time? Assuming it's because of views, to make it "faster" (it's all relative and by far not a universal solution)…
  • It isn't me suggesting to go directly to 12.2.1.4 with the last bundle patch but Oracle Have a look at https://support.oracle.com/epmos/faces/DocContentDisplay?id=2070465.1 , it will always list the most recent bundle patches with also a reminder of end of support dates etc. There isn't a thing like the most common issues…
  • You really want to upgrade to a version being out of error correction? Error correction for 12.2.1.3 ended April 2019. The recommendation is to migrate to Oracle Analytics Cloud or for on-premises to apply the 12.2.1.4 patchset + latest bundle patch for the most complete defect resolution and feature set. Look at the…
  • mmajdana1 wrote:Can please someone provide best practice for drill from snapshot table to detailed table. What would be a "best practice" for drill? Is this related to Drill through analysis from two fact tables ? Drill in OBIEE isn't drill, it's navigation: if you perform a "drill" from an aggregate summary view to a…
  • You are having a double encoding: %2F is already the encoded value of '/'. So copy the URL from the browser, decode it (%2F = /, %20 = ' ' etc., remove any %XX and put the corresponding value instead. As the action will encode the URL all those characters will become again %2F etc. (and even if they don't, modern browsers…
  • As said I didn't look at the doc, I just looked at DV in OAC 105.3 and how the links looked like. Copying the URL of when I open a project, adding that parameter give me a URL which works fine. DV in OBIEE 12.2.1.4 is a older version compared to this, I don't have an OBIEE 12.2.1.4 available now to look what's different…
  • Hi, Didn't look much into details or if there is an officially documented clean way of doing this but, it looks like if you take the URL of the DV project you are interested into and add a parameter in the URL (after all those which are there already) you can do it. By adding: &canvasname=canvas!5 By adding this you will…
  • The certification matrix mentions only the "real" OS, so Windows 10 is certified for all the 12c Admin Tool. You would need to ask the guy developing webtop 10 if they guarantee 1:1 compatibility with everything that can run in Windows 10.
  • 5 days ago you has the same question and answered yourself with a correct answer: Apply button does not trigger analysis after modifying prompts Please do not double post, first because it's against the rules of the forum and second because by posting again you seem to say that your previous solution isn't correct. So…
  • Yes, you will be able to select yourself which measure will be lines or bars. fb8da0c4-a7f8-49c0-83e9-d33f4d535ae4 wrote:The company is migrating to 12C next month Was about time
  • You are using "to date" to calculate a month-to-date measure and set the point of view of the analysis at the month level? Your month to date is acting just like a normal aggregation as at the month level your month-to-date is expected to be the whole month all the time. You better use a more appropriate formula, one which…