Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi @Nazera Shabnam. Welcome to the Oracle Analytics Community! Can you please try the following formulas: Current Month: MONTH(CURRENT_DATE) Previous Month: MONTH(TIMESTAMPADD( SQL_TSI_DAY , -(1), TIMESTAMPADD( SQL_TSI_DAY , DAYOFMONTH( CURRENT_DATE) * -(1) + 1, CURRENT_DATE))) It is working for me: Hope this help. Thank…
-
Hi @Momen Jaradat, Thanks for the details. As a work around you can create the same folder structure under 'Custom' folder and then copy the components manually. Also please check if any other OOTB Report from other different location is having same issue with the same user. It seems you have to raise it with Oracle…
-
Hi @Kauan_Bohn, Additionally, can you please try the following one? AND ( esi.item_number IN (:P_ITEM) OR 'All' IN (:P_ITEM || 'All') ) Hope this help. Thank you.
-
Very helpful sessions. Thanks for sharing!
-
Hi @Kauan_Bohn, Can you please share your data model here so that we can try to replicate the issue in our instance. Thank you.
-
Beautiful viz & the great presentation. Thanks for sharing @James Lomotey!
-
Hi @Kauan_Bohn, Can you please try the following code instead of your last 'AND Condition' AND ( esi.item_number in (:P_ITEM) IS NULL OR esi.item_number IN (:P_ITEM) ) Hope this help. Thank you.
-
Hi @Momen Jaradat, Additionally, please take a look into the following Oracle Note which might be useful. Hope this help. Thank you.
-
Hi @Momen Jaradat, Welcome to the Oracle Analytics Community! Quick Question: Is it only you are facing or everyone is facing the same error in your Team? Do you have the 'BI Admin' Role? Can you check 'BI Admin' role has access to the Folder where you are trying to customize? Would it be possible to share a screenshot or…
-
Beautiful presentation. This will be very helpful & useful content. Thanks for sharing @Anitha Ramarao-Oracle!
-
Hi @Nazera Shabnam. Please try the following XML to see if it is working. Hope this help. Thank you.
-
Hi @Nazera Shabnam. Welcome to the Oracle Analytics Community! Looking at the screenshot it seems there might be some grouping within the filters. Can you please try the filters like following? It is working for me. Hope this help. Thank you.
-
Beautiful presentation & very easy to understand. Thanks for sharing!
-
Much needed feature; will add so much values.
-
Stunning!! Thanks for sharing @Benjamin Arnulf-Oracle!
-
Great Viz & the presentation. Thanks for sharing!
-
Very helpful information. Thanks for sharing @BalagurunathanBagavathy-Oracle!
-
Very helpful & super useful. Thanks for sharing @Sangamesh Hiremath-Oracle!
-
Hi @Guido Masciello, Welcome to the Oracle Analytics Community. 'Legal Employer' is not present in the 'Manager' Folder under the 'Worker' folder. But you can achieve it by following way. Step1: Create a Report to identify all the Manager & the Manager Person Number using the attributes from Manager dimension. Step2:…
-
Hi @Saroj Kumar Behera, Please take a look into the following docs which might be useful. Hope this help. Thank you.