hi,
I have a requirement where I want to hide subtotal conditionally. please let me know in case if we can do that.
Hi,
First it would be good to have a read of ...
I guess you got your answers already yesterday in the other thread: grand total issue in obiee
You are not in Excel, things works in a given way, based on attributes and measures and by doing things based on these elements.
If you display a subtotal in a view for a given attribute the subtotal will be there for all the values of that attribute. So you will have a subtotal for "B" as well.
hi Gianni,
we can understand but would there be any workaround while playing with css statementas below:-
< script type="text/javascript">
var tds = document.getElementsByTagName("td");
for(var i = 0; i < tds.length; i++)
{
if(tds.innerText == "Value Total") { tds[i].parentNode.style.display = "none"; } }< /script>
but still it wont works for us.
Sorry to ask but ... do you know CSS and Javascript?
Because the piece of code you posted in mainly Javascript, and if it find a <td> tag with inside exactly (and only) the text "Value Total" it will hide the parent element (which is going to be the <tr> tag, the row).
In theory it will work just fine, except for one detail: the HTML code of the table where you want to remove the row isn't inside the page when the javascript is executed.
Visualizations (including tables) are loaded asynchronously by background request fired by your browser, so if you don't execute your javascript after having received the result (and after the code has injected the received HTML into the page) you will never manage to hide the row.
Also a detail: your script is super slow and using tons of resources for nothing as you loop over all the <td> of the page, there must be few hundreds ...
If you want to hack the UI with javascript you must first analyse how the front-end is built and how things are done, then write your code if you believe the effort is worth the result (it will take time to write and test it, it will maybe not work anymore at the next patch or upgrade, it will not work for print and exports).
Description: Join our Product Management team to learn about new features that are part of 26.R3 Application release of Fusion Data Intelligence (CX). The session will cover updates on Service, Sales, Marketing & other relevant areas. Presented by: Kausik Misra - Director, CX Product Management, Fusion Data Intelligence…
I want to export all OAC RPD joins and conditions, is there a way to export or extract joins information. please suggest. Repository documentation doesn't gives joins, if any other way pls suggest.
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?