I am trying to create a consistent template across all subpages of a Dashboard Page.
Has anyone figured how to move a subpage to a different Page. Copying and Pasting a subpage in catalog makes it page, losing reference to the parent page.
Thanks
W
You can achieve this by copy paste in Catalog folders:
1) Copy & move the Sub page(dashboard) out, to a different location.
2) delete the sub page(dashboard)
3) Create the sub page(dashboard) with the same name in a different parent tab
4) Copy paste the original moved out sub page(dashboard) to the catalog location
Hope this helps.
Oh ... missed the question when originally posted
In the front-end there isn't a visual way (the above workaround is one of the cheating), editing the XML of the dashboard layout is also a way which works well ...
Hi Wayne,
The problem is in how the XML is constructed. The page only becomes a subpage by a change in grouping. It's not a standalone object type per se.
Don't have the example handy but when you create a page and then make it a subpage its core xml doesnt really change but it becomes a subpage implicitly due to a change in parent.
Everything is in the "dashboard layout" file.
A simple 2 pages dashboard :
<?xml version="1.0" encoding="UTF-8"?><sawd:dashboard xmlns:sawd="com.siebel.analytics.web/dashboard/v1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" style="" fitContent="true" xmlVersion="200810300"> <sawd:dashboardPageRef path="page 1" type="catalog" hidden="false" /> <sawd:dashboardPageRef path="page 2" type="catalog" hidden="false" /></sawd:dashboard>
When adding a sub-page to "page 1", a group is created and "page 1" become a sub-page itself :
<?xml version="1.0" encoding="UTF-8"?><sawd:dashboard xmlns:sawd="com.siebel.analytics.web/dashboard/v1.1" xmlns:saw="com.siebel.analytics.web/report/v1.1" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" style="" fitContent="true" xmlVersion="200810300"> <sawd:dashboardPageGroup id="pg_c5ab4b200bd0505e"> <saw:caption> <saw:text>page 1</saw:text> </saw:caption> <sawd:dashboardPageRef path="page 1" type="catalog" hidden="false" /> <sawd:dashboardPageRef path="subpage 1.1" type="catalog" hidden="false" /> </sawd:dashboardPageGroup> <sawd:dashboardPageRef path="page 2" type="catalog" hidden="false" /></sawd:dashboard>
Pages aren't aware of their status (page or sub-page), only "dashboard layout" has the info.
The only thing I'm not sure about if you do the job by hand is the impact of the "id" attribute for the dashboardPageGroup if you just make a random one. Can maybe have an impact when saving customisations, don't guess there are other side effects (as long as it's unique inside the same "dashboard layout").
Thats what I meant but obviously dont have all the info on my phone while driving somewhere :-P
Agenda Presentation: What's New in FDI 26.R3 Open Q & A: Ask your questions of implementation and product specialists Replays of past FDI CEAL Guidance Office Hours are available on Oracle VideoHub here. Fusion Data Intelligence - CEAL Guidance Office Hours The FDI Office Hours are hosted by CEAL solution architects who…
So when I click the apply button, it uses the value . Also. How do I stop the auto populate table when the report opens???? I am in OAC
Good day, please kindly assist. We are creating a graph to calculate the number of assets per milestones. However, the planners have only populated assets for only one milestone from the list of milestones the customer wants to track. Which gives an incorrect view as the project moves past different milestones that it has…
I scheduled the report in OTBI and the agent was run successfully. However, I do not receive the report after the run in my inbox. The addresses are properly recorded, and the report is in an excel format and saved as a pivot table in otbi. What can be the cause?
Anyone has any idea why the OAC documentation on custom viz is not available now? I was able to access till last week - https://docs.oracle.com/en/cloud/paas/analytics-cloud/acsdv/build-package-extension.html. Does this mean OAC doesnt support custom viz or custom workbook extensions?
I made a parameter with letter range values… put it into a dashboard filter. Then I created an expression filter to bind it to my last name column in the table with the image I uploaded here. I am getting the following error??? Invalid Expression. Validation of parameter values failed. A general error has occurred. Message…