Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Michal Zima Thanks for pointing out it. I have misinterpreted the requirements. We regularly use this formatting for currency in our financial data in our existing OBIEE Dashboards. Up voted for this.
-
@Vlastimil Kukla Got it. But I don't think Data format type should be part of conditional formatting. This can be achieved easily through expression filters. Let Product Manager take a call on it.
-
I think Attribute based conditional formatting is now allowed in OAC. Can you explain what is missing. ?
-
@Luis E. Rivas -Oracle Here is the more details explanation which you have already explained. Author t should have option to create table manually with option to select number of rows and columns in Dataset. Edit capability to update /add/remove rows to whoever having Edit permission. Save the Dataset should reflect the…
-
Much awaited feature. Similarly waiting for another much awaited feature is copy-paste values in filters.
-
Thanks @GabriellePrichard-Oracle . So far no issues with workarounds.
-
@Gianni Ceresa Thanks for quick clarification and understanding the core issue. I have filed a Idea for it. Workaround you suggested may not work for larger datasets which we have typically. I come across this issue when my Dataflow is failed. After investigation of dataflow failure, I found the reason of duplicate values.…
-
@Jahnavi-Oracle As per my understanding, this is upcoming feature. You may check the road map.
-
Single click action is already available for Table/Pivot table.
-
@Ajinkya Vyawahare We can use Logical SQL for filter and available values as well initial values. OfCourse GUI is always better.
-
100% agree on it. Recently I came across similar situation.
-
@User_H03AE Drill from Pivot table may change the column data type. That might cause the problem.
-
@User_H03AE Check the data type of columns. There is a possibility of change of column type in excel. If your file size is big, total cell count also matters. Also check headers with any special charactors.
-
I was about to raise this idea. Few days back , I got similar feedback from my users. It is useful to understand how columns are defined.
-
I am using it. It works fine for me. Create two parameters. Parameters values can be set dynamically with logical expression or pick list.All depends on your business case.
-
Create two Parameters and bind it in filters. Filter like this.
-
Thanks @Gianni Ceresa Will try and let you know.
-
@Gianni Ceresa There is a typo in GHI contract end date. I have corrected it. I can easily create calculation for monthly amount. Logic is simple and easy. My business logic is how much we are spending in each month on all contracts. Contract period varying from 1 month to 5 years. Appreciated if you provide some syntax or…
-
Customer_Name IN (@parameter(pv_customername)('') - Will provide parameter values as a default value. Customer_Name IN (@parameter(pv_customername)(Customer_Name) - Will provide the value you mentioned irrespective of parameter value.
-
Thank you @Avinash Krishnaram-Oracle for quick reply and action. It will help.