Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
By "actionable action" you mean catalog permissions? (update = write permission, move = write and delete permission, delete = delete permission etc.) If that's what you are after, you could try with catalog manager, it should be able to generate a report with that (no idea if OTBI supports catalog manager, I don't have…
-
@User_LJI8A , Your question has been moved to the OTBI category, no need to do anything on your side.
-
@SiddharthDang-Oracle , The question has been moved to the "Oracle Analytics Publisher (BIP)" category, no need to do anything else on your side. So now this forum should provide support for a BIP question ;-)
-
If you look for a IF ELSE logic, there isn’t one. Presentation variables can display a default value if the variable isn’t set: @{variableName}{<default>} @{PV_Department}{‘No department selected’} Write a default value that says it isn’t set. Because the static text field isn’t setting variables but just displaying their…
-
Any way to not show filters? Not really, because they are indeed filters (there aren't different kind of filters: they are just all filters...). The default Filter view shows all the filters for the analysis, it's an easy, simple, automated way to have a view of the filters. Anything else is a DIY solution: you have to…
-
What version are you using? In my screenshot it was just a simple example of an analysis without any filter but with some inline prompts. The filters view automatically show the values selected in the inline prompts. Did you look at the preview of your analysis? Because while you are editing, the inline prompts do not…
-
You can add the filters view in your analysis between the title and the table.
-
Please don't double post.
-
An understanding of ... what? OAS contains Publisher by default, that's it.
-
Let's agree to disagree... In a forum (like this one), it is similar to a double posting: doesn't bring anything useful other than increasing artificially the count of posts. (And this is why since forever double posting is a forbidden thing in the world of forums.) For example: what if a discussion with some useful…
-
You should coordinate posting with @Vinithra B-Oracle , you both seem to post the same exact things in these last weeks, just few days apart... https://community.oracle.com/products/oracleanalytics/discussion/20450/addressing-authentication-errors-nqserror-75006-with-oci-smtp-server-in-oac#latest
-
@User_RS68A , What do you call ODV? Oracle Analytics Desktop (the standalone desktop application)? Or the DV interface in OAS or OAC?
-
I didn't say to post a new idea, but a new question: it's a forum, it contains mostly questions... So, who can says what the original poster was trying to achieve? The 2 screenshot shows that everything works as expected. As an alternative, @Rose Decker feel free to provide all the details in here: what you are doing, how,…
-
@Sameer Wagh-Oracle , Would you mind creating a new question with all the details? (product name, version, what you are doing, how you are doing it and what you expect as result) This thread was abandoned by the author...
-
Hi, Could you please provide the full name and version of the product you are asking about? There isn't an OBIEE 19c, therefore it quite tricky to guess what part of the product (assuming it is the Oracle Analytics family) you are asking about: "classic" dashboard/analysis, DV workbooks, Publisher?
-
Our Client querying for almost 12 years Date range, that was around 470 columns. Delete that analysis fully and nobody will see it's missing. Because who is actually able to analyse data in a pivot with with 470 columns? Nobody! And for data extraction you should advise your client there are better tools than export an…
-
Hi, It's actually a lot simpler than what said above (so forget all the previous replies)... You can't alias your ROW_NUMBER() ... as rownum , because rownum is a reserved word for columns name:…
-
Hi @User_DCJG6 , While the concept of customization is still the same, and depending on what your custom style was like it just works without changes between 12c and OAS, there can be changes in the pages structures making your custom style CSS selectors miss the target. As Federico said, use the browser develop tool to…
-
Where did you add that line? Because it comes with a ' , ' at the end, but you should add one at the beginning if you are adding it right before the FROM. You just have a syntax error in your query, look careful at your list of columns and fix the wrong ' , '.
-
Taking a step back before jumping from previous replies... How is your environment customized? Is it a custom style/skin that you migrated from 12c to OAS? What OAS version? Is your custom style/skin a full one or one based on another one? And in that case, what style is it based on? Well ... tell us more about how you did…