Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture
Comments
-
either will work then. But to test I would try out the Pre Process Function. Check the documentation link. Tim
-
Unless I can see your code, its really tough to help :0)
-
Hi Youssef You would need to log an enhancement request via support for this. By 'proxy', do you mean a load balancer that sits in front of the BIP server?If that is what you mean, why is the balancer not doing the redirect on its own to the appropriate server? Or do you mean an HTTP proxy that traffic is redirected…
-
Hi Terry Need more info 1. What version and flavor of BIP are you using? 2. Can you attach the template and some sample data? Tim
-
Hi Rather than use the start|end body. USe the MSWord header and combine it with the for-each@section command. This will repeat the contents of the header for each document in the batch and reset the page numbering. I wrote up a series of posts on invoice formatting a few years back -…
-
You can still use the for-each-group with the @section command 1. Lose the start body tags 2. Place the header content into the MSWord header. You will not be able to use formfields in the header (See blog post) 3. Use for-each-group@section:xxxx;yyyy Test it out Tim
-
Hi Steve Apols, but I think it might be time to get some Oracle support help. Without the rdf Im limited in what I can suggest. Something is not configured or something in the OReport is tripping up the converter. O Support can take the rdf and run it through the converter and get some help from development if needed.…
-
Couple of q's 1. Is there a reason you can not combine the date and time formatting, rather than two separate calls to get_local_date 2. For the French time format are you looking for say '12h00' for noon? If not, what format are you wanting? 3. What values are in the itm.location_gid column? 4. What is the format of the…
-
Check out two options 1. Pre fetch data trigger - https://docs.oracle.com/middleware/12213/bip/BIPDM/GUID-757ABC83-8CBC-4660-84CE-B8C1D48F7498.htm#BIPDM-GUID-BBCC37B1-40C… 2. Pre Process Function - https://docs.oracle.com/middleware/12213/bip/BIPAD/GUID-D10CB848-B225-48FE-9169-D47D6B28FF58.htm#BIPAD287 Tim
-
Im not sure what you mean by 'identifier value'? The first is a plsql based functin that you can write to set whatever environment variables, pre work, etc for the data model that is going to run. You can pass the function runtime variables and parameter values. The second, is a function that will be called prior to the…
-
Hi Leon There is no simple way to specify the number of records on the first and then subsequent pages in any dialog.. One solution would be to have a table on the first page that looped over a fixed number of records using the position() function to return the number of the row being processed and an XPATH expression to…
-
Hi This is clearly some issue in your security attributes. To handle it here is going to require a huge thread and prolly sharing a web session with you. Thats not really practical on this forum. Id recommend logging an SR to get some help from the support folks who will be in a better position to diagnose the problem and…
-
I see. If you want to keep the table together then you can force to the next page by. 1. create a 1x1 table. 2. Click inside it and CR a few times to give yourself some room. 3. Highlight the table > Properties > Row > Set the do not break across pages radio button 4. Turn off the table borders 5. Cut an paste you original…
-
Hi There is no way to stop the new ids from the Word plugin. Rather than use the plugin you might take a look at using the XLIFF generation from the server interface where I think the ids are preserved https://docs.oracle.com/middleware/12213/bip/BIPRD/GUID-304CF3C1-2140-48F0-986E-EE0684A12220.htm#BIPRD3135 Google has a…
-
Hi Sameer BIP has an after report trigger and a notification capability that you can use: Notification: https://docs.oracle.com/middleware/12213/bip/BIPUG/GUID-22F94743-8AB7-43E8-AEE8-3D022AB306B2.htm#BIPUG217 After Report trigger (HTTP notification)…
-
Hi I need more information about what application you are using to submit the batch information? This is not core BI Publisher functionality so I assume you are submitting the information via another application? Once I have that information I might be able to help or point you in the right direction Tim
-
Can you share some screen shots of what you are attempting to do? I think I understand but some sample output would help Tim
-
Hi I think your import statement is not quite correct. It should be: <?import:file:///C:/subtemplate/Subtemplate1.rtf?> Note the different placement of the slashes. Youssef's suggestion will be correct once you deploy the template to the server, Tim
-
Hey Steve Couple of points on the conversion tool. 1. Its pretty good at handling the data extraction side of the OReport. If you have report triggers, those get converted to PLSQL pkgs and need to be deployed to the DB (as you have prolly read.) 2. Its not so good on the layout side of the house. Nested frames in an…
-
Did you do it to both header rows? Tim