Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
Check the logs for more details (Manager Log and Internal Manager Log) Path as below .. as your Sysadmin / DBS get these for you. Administer Concurrent Managers --> Output Post Processor --> Processes --> Manager Log / Inetrnal Manager Log Hope this helps
-
I assume you are seeing this issue when using Internet Explorer ? As when you use Mozilla Firefox or any other browser the file name will be the actual report name (something like TEST20%REPORT20%.xlsx) .. I do not know if there is a solution for this ..…
-
verify the documentation and there should be a out of box version of a report which you can use as a starting point. https://www.google.com/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0ahUKEwiR5ajxhqjZAhXG3YMKHVKUAOAQFgg8MAE&url=http%3A…
-
were you able to find the group and post your question ?
-
Anand - Check the below for some info https://www.linkedin.com/pulse/20140822115435-19818376-key-tables-fa My assumption is this may be a on the fly calculation, may be check with your functional team for more info .. Since this is not the right group i would suggest to mark it and close.
-
is the group .. good luck
-
Anand - you can do calculation in BI Publisher if its based on the values already in the data set , but if you are looking for help on how to formulate query on the application side please post it in the right group.
-
Hello, It would help if RTF and sample data is uploaded. Store the Image on local machine and reference the image in template and test . https://blogs.oracle.com/xmlpublisher/dynamic-images Hope this helps
-
Hello, I sure you may have already checked these, but just in case you missed .. please see the below links https://docs.oracle.com/cd/E75430_01/English/reporting/helpmain.htm?toc.htm?101000.htm https://blogs.oracle.com/xmlpublisher/dynamic-images
-
1.Adjust line spacing to remove empty white space in table. -- For this try enabling this and you should be able to identify additional blank spaces on the template 2.Adjust side margins. - Use MS word features 3. Adjust line spacing. -- Use MS word features 4.Adjust indents under Value column. - Use MS word features 5.…
-
I agree Venkat & 3591335 , it is always better to write the SQL rather than using the query builder , etc . Coming to your point I have just tried doing a simple Data Model using the Query Builder and Im able to see the columns selected int he conditions tab as well.. So my guess is it may be a browser issue, try a…
-
Naresh - can you test if you can implement logic in the bursting query ?? like a case statement if the record count of the main query is null exit, if not null move on to the actual bursting query ??
-
Naresh, Please take a look at the below doc , this is not directly related to ur problem but seems to be a work around Doc ID 1925999.1 Also check the below blog post might be helpful https://blogs.oracle.com/xmlpublisher/no-data-found
-
2 options .. place the image in on the template and this should carry over to the output, or second option is place the image on the server and reference the image URI in the template.. https://ediyanto83.wordpress.com/2014/05/08/how-to-display-images-on-oracle-apps-using-bi-publisher/
-
check support.oracle.com if there is a bug already .. if not file an SR
-
Dinah - BIPublisherDesktop32.exe (for the 32-bit) is client install, this installs a plugin to MS Word / Excel for developing templates .
-
If you are using 11g version there is also an option to create an interactive layout, which is fairly simple compared to the RTF.. this may be a good start .. 2 parts to the layout you need to Group it by the Data Element ' Oven' and then apply conditional formatting based on the requirement.
-
may be worth a quick try . can you incorporate it as sub query in the main SQL ?
-
Is it Windows / Linux install ? check for any info in the inventor log
-
you will need to have a default value (which can be passed to the query) or you can pass all values in your query something like below WHERE A.DEPT = NVL(:P_DEPT, A.DEPT)