Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Honestly using EVALUATE for all your things I would ask myself why to pay an OBIEE license if it's just to use the database, there are tools to visualize the content of the database which are way cheaper than OBIEE ... So why don't create your 6 calculations in OBIEE?
-
If you have a way to identify row 2 from row 1 and 3 yes. So do you have a way to identify which one is row 1, which one is row 2 and which one is row 3? As these aren't really measures I'm not sure if FILTER(... by ....) works, but for sure you will be able to model it in your RPD. If you had to write it by hand in SQL,…
-
Sorry but your aren't doing anything to help people helping you ... As you wrote the word "analytics" in the OBIEE forum we can guess you try to login to OBIEE, that's you provide as information ... How To Ask Questions The Smart Way There are things like version, security setup (providers etc.) ...
-
You can deploy it into the analyticsRes folder if you deployed that one, or also add it to your custom style and change references in files to make it work from there (actually you can try adding @import "font-awesome.min.css"; to the custom.css of your custom style adapting the required path etc.). There isn't any…
-
Hi, You mean that: Font Awesome, the iconic font and CSS toolkit ? If it's the one you talk about you can deploy the font-awesome folder on your server and add their CSS, but OBIEE will not use it anywhere ... It's up to you to add the pieces of code you need where you want to see the icons etc.
-
were you looking for something else?
-
I sent an email to the guys in charge of SampleApp pointing them to this thread, not heard from them (OOW16 is just around the corner, so they are busy on other things I guess). But what you did is actually what was crossing my mind as well ...
-
I still don't see the problem: In the column I simply set the format to HTML and there it is... (And this is from a 11.1.1.9.0 (Build 150415.1247 64-bit) SampleApp506) Have maybe a look at a narrative view, it's "easier" to manage formatted text style output ...
-
So it's time for you to give us all the details of what you are asking and not just few words without context ... Version used, what are you doing, in which way etc.
-
Did you change the type to HTML?
-
Hi, You don't really have to play with a link for that ... You edit your dashboard and using the bottom-left Catalog view you navigate where you stored your Publisher report and simply drag and drop it into the page. You can then define width and height or decide to display it as a link if you don't want the Publisher…
-
That's what we said with @rmoff earlier.... The XML probably works without problems (99%), the issue is in the .atr file. Don't even try to look inside, it's a binary file ... Everything (every single object!!) in the webcatalog has an .atr file associated with it, the .atr contains permissions, object type and few other…
-
In theory cache doesn't match only 1-to-1 things, if you have in cache something bigger than what the user ask but containing all the required details it can still come from the cache. So if you can put in cache the detail with all the details (even in one shot taking maybe really long to produce) I guess it could match…
-
Did it really change a lot? I don't really see what doesn't work from a XML point of view, the .atr can be the one complaining maybe ...
-
Hi Jon, I wouldn't touch at all the logout link itself just because it does some good things you want to keep (close the session etc.). So I would suggest you look at the "Thank you for using Oracle Business Intelligence software. You have successfully signed out." page and you add a piece of Javascript there doing the…
-
It's just the error code numbers related to the text you see. The set of solutions is to do things in the way OBIEE works. So if the error tell you that you have logical join between A and B but no physical relationship what do you do? Well ... OBIEE works in layers: you have physical joins and logical joins (in the BMM…
-
Hi Scott, Apparently they have few issues in these scripts... Looks like they used different values for the "no proxy" case (leave it empty, use NA etc.). If you want to get rid of the error go to /app/oracle/biee/bi/bifoundation/advanced_analytics/RInstaller and edit these 2 files : r-package-install.R…
-
The pivot will always pivot everything, so if you add "Dim1" as columns all your measures will be replicated for each value of Dim1. Assuming you know in advance that Dim1 has only values A, B, C you can create 3 measures representing these 3 values (using FILTER BY for example). In that case it isn't a pivot anymore in…
-
Sorry but ... You installed OBIEE 12c, during install you created the required DB objects (using RCU or implicitly during the config procedure) and all was ok. Then at some point you decided to take the RCU and drop the created schemas. After that with RCU again you created it again using the same prefix (so same schema…
-
I'm 99% sure the SampleApp scripts where already there for 11.1.1.7, you just need to find a old SampleApp to get the script (I guess the new ones doesn't work on .7 . For BVT I also guess it works ... not officially but it can makes it ... Did you try BVT? Got a error? Officially it's for 11.1.1.9 but I heard of people…