Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Hi, Try these instead: <?import:xdoxsl:///subtemplate/Subtemplate1.xsb?> <?call:subtemplate1?> Let me know if that works Regards, Youssef
-
You're welcome. Glad I was of help. Regards, Youssef
-
Hi, Create a 1x1 table and do as Brajesh Shukla mentioned "Table Properties > Row > Uncheck Allow Row to Break across page" to that new 1x1 table. cut your existing table and pass it in the 1x1 table you created. that way the 1x1 table will be forced not to break across page and keep the content in it. sorry can't find the…
-
In addition to my reply: Place you repeating tags outside the new 1x1 table. Cheers Youssef
-
Hi, would it make sense to create a BI Publisher sub-template, store the logos and call them on the report where you need them? Just a suggestion to know if that works Regards, Youssef
-
Hi, I believe your Default Authenticator is on top with "Control Flag: SUFFICIENT" Authentication providers are called in the order in which they were configured in the security realm. Therefore, use caution when configuring Authentication providers. You can use the WebLogic Administration Console to re-order the…
-
Hi, Have you tried creating a package to store your procedure and call package using the Event Trigger? Also. Make sure all your variables (parameters) from the data model are declared in your package, even if not used. Youssef
-
Hi, I encountered the same situation and used the solution you are suggesting. The only issue is, as you mentioned, if on the first page "the child tables are bigger than a single page" the report would render on the second page and leave the first one blank. Do you have any solution to avoid the blank page? the tables do…
-
Hi, Have you tried to toggle the "Show or hide formatting marks" ON/OFF on you .rtf file? This way you can turn on or off some or all formatting symbols and marks. Delete all useless formatting marks if applicable, example: the pilcrow sign (¶) indicates that it will skip to next line, if you have many for no reason, try…
-
Hi, Maybe you have null values being passed? how's your query handling the nulls? Try something like: ... WHERE LEAST(:P_MODEL) is null or '*)nqgtac(*' IN ((:P_MODEL || '*)nqgtac(*')) ... Regards, Youssef
-
Hi Saheli, Have you tried using MS Word native pagination options? Try setting your headers and footer option to "Different First Page" and then add "Page Number" on the first and second page. Once it's done, right click on the page number of the second page (where your terms and conditions starts) and choose "Format Page…
-
Hi Ankush, Please share your template, it could a table setting issue. Regards, Youssef
-
I believe this could be possible by adding an "Event Trigger". Here's some documentation. https://docs.oracle.com/cd/E28280_01/bi.1111/e22258/add_event_trig.htm#BIPDM389 Regards, Youssef
-
Hi, I didn't encounter this issue yet but if I do I would try to update my Adobe Acrobat reader/add-on. Hope this helps. Youssef
-
Hi, On your "Data Model" under "Parameters > Parameters Type" have you tried selecting "Menu" type? Once you select the "Menu" type, on your report you should be able to select the drop down menu and click "Search" A search window will then pop-up. If that's not you were looking for, please share the documentation source…
-
Yes I initially opened another thread, scheduled analysis were returning cached data. This thread here was about the filters. I don't know why this is happening, you must be right about the configuration, do you have any advice on how to define a proper cache management strategy? What are the main key elements to pay…
-
Thank you for the advice Christian I will gladly refer you, but I don't take this kind of decision. Since this issue does not seem to occur on all environments, it would make sense to troubleshoot and research first.
-
The queries are very basic. I tired "Refresh" data, I tried "Clear All" from the filters view, I tried re-creating the user. I resolved the problem as follow: Administration >Maintenance and Troubleshooting > Issue SQL > enter in the box Call SAPurgeAllCache() @Gianni Ceresa I noticed this occurs more often now that we…
-
ok thank you
-
I am not 100% sure how the setup was made or why it was made in certain way. I will try to disable the cash on the rpd if that is the root cause. Please note, I am fairly new to OBIEE. Thanks