Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
@Gianni Ceresa Can you please weigh in? Have you experienced this?
-
@Gianni Ceresa Thank you for sharing this video! I didn't know that this existed. Also, I would have never guessed that you could do this via the front-end interface and not through the back end admin console.
-
@GabriellePrichard-Oracle Excellent, thank you!
-
Glad it worked out!
-
@Rajakumar Burra Somehow, I am unable to upload the DV workbook (its failing on me). But I am attaching the screenshots of final output and individual calculated fields below:
-
@Rajakumar Burra This is how I would approach it. I usually like to break down these tricky calculations: 1) Calculate the Numerator for the Average : SUM(MIN(Estimates BY Iteration) 2) Calculator the Denominator for the Average: SUM(COUNT(DISTINCT 1 BY Iteration)) 3) Calculate your Product Average by dividing (1) by (2)…
-
Hello Christian, When copying a visualization from an external workbook in Oracle Analytics, the associated parameters are included by default, even if they're not utilized in the copied visualization. Currently, there isn't a built-in feature to prevent all parameters from being copied over during this process. Having…
-
Thanks, @Gianni Ceresa, as always, for your response! Yes, that's exactly what I was referring to. We're not currently using this feature for our DV workbooks and wanted to know if OAS 2025 has any enhancements for it. I was also curious if anyone is utilizing the report scheduling and email bursting feature and whether…
-
Thank you so much @Pravin Janardanam-Oracle & @Gianni Ceresa !
-
@Bret Grinslade - Oracle Analytics-Oracle That makes sense! That is what we are intending to do. I was also curious to know if anyone has made that shift recently and wanted to learn from their experiences. Is there any documentation/video on how the semantic modeler integrates with GIT? Thanks!
-
@Gianni Ceresa Thanks for sharing your insights! This is good info. I guess we will give it a try and then go from there.
-
@Bhaskar Konar Thanks for sharing this. I will take a look at the shared documents.
-
Thanks @Federico Venturin! We don't yet have access to the visibility parameter feature as we are still on OAS 7.6. It's a weird bug that only 1 person observed it so far
-
Thanks @SteveF-Oracle for your prompt response! Honestly, I wasn't able to reproduce the error either on my end. I wouldn't have believed it, but the user recorded the video and sent it to me showing the column drag option. We are using the Microsoft edge browser. Hopefully the OAS 7.6 patch can resolve some of these UI…
-
True! :-( Till then, I can use some other workaround of using an Oracle Database (or another staging area) to fetch paginated API data before loading it into DV
-
Thanks @Gianni Ceresa. I just posted an idea on the Idea lab Add Native Support for REST API Pagination in Oracle Analytics DV (OAS/OAC) — Oracle Analytics
-
Thanks for such a detailed explanation! I will try the solution you provided and will let you know.
-
@Gianni Ceresa We do have a full, unified, dataset in a table. Now what we would like to do is just do incremental through API to update the data on ongoing basis and not do a full load every time. Would you mind explaining this below statement? 'I believe that a dataflow is what you will need to do the job of adding the…
-
@Gianni Ceresa We do have a different API call that gives us new and update rows. The only thing I wasn't sure of was whether the incremental run through DV dataflows would handle both new data and updated data.
-
GayathriAna7.nd-Oracle No, we do have an identifier column in the dataset that we can use the track the new and updated data. Is this cache reload type option available in Oracle DV 7.6?