Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
I've seen that, but I really don't understand why. I need to be able to associate roles to their inherited roles and this looks like the only table that has that information. I've tried to pull the information from an analysis using knowledge areas, but it takes forever to load as a data source. Doesn't make much sense to…
-
thank you!
-
That status has been changed to "needs votes" how do we vote?
-
Sure so you will go to you report: Click Edit Report Click Properties Click the Formatting tab Scroll to the HTML Output section The option "View Paginated" set to True When I load the report this way it seem to display the first page much quickly than without pagination. It does still take a while to load, but I'm…
-
Thanks for the response. I did enable pagination and that allowed it to load better.
-
I see this one: It looks like it would return what I'm looking for. However when I try a basic catalog api I get a 404: /api/20210901/catalog maybe this is not the same type of catalog.
-
I am using oracle fusion cloud
-
I finally got this working by using this : <?If:CERT_NAME_P = ''?>All<?end if?> <?If:CERT_NAME_P != ''?><?CERT_NAME_P?><?end if?>
-
So I'm trying to implement this and it's failing when I select two items. It says it's missing a parenthsis. I know your original comment is recommending to set to text field has comma seperated values. I'm wondering if this is counting on that being true. This is a Menu Parameter Type though, because I want it to be based…
-
Just thinking through usability. If the screen just shows PDF Open, I would prefer it just export instead of opening the new tab with no data.
-
I think I now realize I can click export from the gear icon and select pdf and it works as expected. I guess it's just that the preview doesn't show up which I select pdf. It is a few pages, so may be it just doesn't open if its over a few pages.
-
Sorry I wasn't sure you needed that also: Attached the report & data model
-
Attached is the report catalog. I also observed there isn't an export to CSV option either. I would appreciate help making that an option. I would expect it to export the same as Excel, but for large files, CSV can often be a preferred way to store the data.
-
How would I add an if statement to my layout?
-
Yay this works. I'm hoping you can help me with one question that extends this situation. Since 'All' comes through as null when I put the parameters on my layout it shows up blank, but I get all results. I want my parameter to read 'All' in my layout
-
Thank you for responding. I initially got a missing from error. I moved from to a new line. I then got an ORA-00907: missing right parenthesis error, but the parenthesis look fine. Not sure what needs changing. copilot recommended this, but its not the same and results in the same error when I select two options.