Best way to develop a BI Publisher Report

Dear All,
which is the best way to develop a XML/BI publisher report?
1) Using a RDF for fetching data using data group
2) Using a Data Template
3) Writing PLSQL code
4) Using BI Publisher Enterprise
In R12 , all seeded reports are XML using PLSQL coding. Why oracle did not create RDF based XML reports? Are RDF s going to be obsolete??
Please clear my confusion
Thanks in Advance
Raj

Pl see your duplicate post here - Best way to develop a BI Publisher Report
Srini

Similar Messages

  • Forums : Best practices to FAX the BI publisher reports

    What are the best practices to FAX the BI publisher reports in Oracle Applications?
    Also please let me know the advantages and disadvantages using CUPS printer/RightFax Server.
    Thanks for your help.
    Liyakath

    You can use any of the methods you have listed to create XML data. Oracle seeded code is using PLSQL to generate XML rather than reports since reports technology will not be used in the next version of Application (aka Fusion)
    Srini

  • Best way to develop flash games for desktop + mobile, today

    Hi
    It has been a nice run of about 7 or 8 years now that we have developed Flash browser based games for the web exclusively. Of course with the ubiquity of mobile devices, things have changed. Clients are starting to demand, almost assume, that games will work in the browser - on the desktop and on their tablets.
    Putting aside the whole discussion of using an HTML5/JS solution instead, we're sticking with Flash for the next project and need to figure out the best way to get it to run on the desktop browser and on the iPad, while maximizing code re-use.
    Given the current state of technologies today, what is the best path? This game will be a 2D side-scroller type game, and development will be done mainly with bitmap graphics (as opposed to vector) and spritesheets :
    Option 1: Develop the game targeting the 'standard' flash player for web, then port to an iOS AIR 3.2 app, doing appropriate optimizations.
    Option 2: Use Starling/Stage3D for desktop, and then port to an iPad app. Just wondering if starling is ready for primetime making production quality games for mobile + desktop. Does Stage3D still work well enough in software mode on older machines?
    Option 3: The new feature in CS6 that lets us publish to HTML5. Is this even close to mature enough to publish a full game? The benefit of this solution is that it could run in the browser on the iPad instead of being a separate app.
    Thianks so much for any guidance.. I'm also wondering about pitfalls, and optimization techniques involved in any of these.
    -rich

    Well I don't know if I can give you 'guidance' without knowing the details of you and your project and all that, but here's my personal opinions:
    Option 1: I would go for developing for iOS and Android first and then "in-brower" over the other way around. But I would actually develop for all targets at once so that I know I am not using a solution that breaks another platform/formactor that has to be redone later. iOS has allot more guidelines and things you have to consider than the the 'browser' where there is no approval proccess. So if you can get it approved on iOS then it should be able to go to Android and the browser without so much trouble, but the other way around you could really create allot of stuff that needs to be redone -- Apple is very strict on making sure that the users are not stuck with bad UI or a bad user experience(as is defined by their user interface guidelines). I have some projects that were made for in-browser flash first, and it has been hell porting them over to iOS/Android. The whole way they interact with the user has to be rethought for mobile/small screens/touch screens. If I had made them originally with mobile in mind, then it may not have been as much of an ordeal.
    Option 2: I am not familiar with 'starling' or Stage3D, so I can't be helpful here.
    Option 3: I was under the impression that the 'publish to HTML5' feature was just for animations, not ActionScript -- Maybe someone else can answer this for sure. Even if it could do ActionScript, there still may be no way to access some of the stuff an app could (saving levels/data/whatever to the device hard-drive, etc).
    Anyhow, curious why you would want to avoid vectors? With so many screen resolutions, and the potential that they may get higher in the future (like they did with retina display on iOS), vector would make your project better suited to work on future devices without having to redo things and add higher resolution bitmaps later. If you have something that absolutely demands insane perfomance, then the bitmap/spritesheet stuff might be needed I guess... (or if it is some '8-bit retro' type of thing)

  • Best way to show a hierarchical tree report in APEX 4.2

    I have a hierarchical query spanning four levels over two tables.  The query works great and also includes hierarchical sum columns (i.e. the parent shows the sum of all children) using functions.
    I'm wondering what the best way to display this data to users is?
    At the moment I'm thinking I would have a collection holding my report with an extra 'show' column.  Then I would include HTML to set the correct show/hide values and refresh the report when a node is clicked.  I feel this would probably work but it can't be the best way.
    I stripped down my query to the columns needed (no sum columns) and the APEX tree regions work nicely for this.  Is there any alternative jquery plugin or anything that people have experience with that will give me the native 4.2 tree structure whilst also allowing me to display extra columns with links?
    If I need to provide any more info just let me know!

    The best you can do is to concatenate multiple columns into single with some separator. I have not tested give a try it might resolve your issue.
    with data as (
    select 'M'              as link_type,
          null            as parent,
          'All Categories' as id,
          'All Categories' as name,
          null            as sub_id
      from demo_product_info
    union
    select distinct('C')    as link_type,
          'All Categories' as parent,
          category        as id,
          category        as name,
          null            as sub_id
      from demo_product_info
    union
    select 'P'              as link_type,
          category parent,
          to_char(product_id) id,
          product_name    as name,
          product_id      as sub_id
      from demo_product_info
    union
    select 'O' as link_type,
          to_char(product_id) as parent,
          null                as id,
          (select c.cust_first_name || ' ' || c.cust_last_name
              from demo_customers c, demo_orders o
            where c.customer_id = o.customer_id
              and o.order_id    = oi.order_id ) || ', ordered'
          ||to_char(oi.quantity) as name,
          order_id as sub_id
      from demo_order_items oi
    select case when connect_by_isleaf = 1 then 0
                when level = 1            then 1
                else                          -1
          end    as status,
          level,
          name ||'--->' || parent  as title, ---- This way you can concatenate multiple columns
          case when link_type = 'M' then '#IMAGE_PREFIX#Fndtre11.gif'
                  when name = 'Mens' then '#IMAGE_PREFIX#wparea.gif'
                  when name = 'Womens' then '#IMAGE_PREFIX#wtpaint.gif'
                  when name = 'Accessories' then '#IMAGE_PREFIX#wpaste.gif'
                  when link_type = 'P' then '#IMAGE_PREFIX#cartHL.gif'
                  when link_type = 'O' then '#IMAGE_PREFIX#Fndtre13.gif'
          else null
          end    as icon,
          id    as value,
          'View' as tooltip,
          null  as link
    from data
    start with parent is null
    connect by prior id = parent
    order siblings by name
    Br,
    Zaif

  • Best way to develop billing software - advice me

    Hi,
    I am junior software developer. I am thinking to write a open source billing software witch can be used from ISPs and web hosting companies. I want to ask you what is the best approach for that goal.
    1. I am thinking to use a server witch will sit between the router and servers with web content. That server will be installed with squid proxy and rules of iptables.
    2. I will write a java program witch will listen on port for example 1001 and will listening for string from PHP program what will be hosted on the same or another server on the internet and will write those strings in squid's black list and will send to the system squid -k reconfigure to read squid it's settings. So when user's period for using the servers resources expire for non paying squid will block the access to that server and the web users won't be able to open the pages.
    Is there more efficient way to realize my idea?
    How the PHP program will send to the java program strings containing the banned IP's
    If you had to design a billing software how you will do it?
    Edit/Delete Message

    rcbandit wrote:
    Hi,
    I am junior software developer. I am thinking to write a open source billing software witch can be used from ISPs and web hosting companies. I want to ask you what is the best approach for that goal.Don't. You lack the skills.
    2. I will write a java program witch will listen on port for example 1001 and will listening for string from PHP program what will be hosted on the same or another server on the internet and will write those strings in squid's black list and will send to the system squid -k reconfigure to read squid it's settings. So when user's period for using the servers resources expire for non paying squid will block the access to that server and the web users won't be able to open the pages.Don't. Spying on your users is NOT good.
    Is there more efficient way to realize my idea?Yes. Buy an existing system.
    How the PHP program will send to the java program strings containing the banned IP's
    Not. Your spyware will not get active cooperation from anyone.
    If you had to design a billing software how you will do it?
         I'd hire an expert.

  • What's the best way to develop a Numbers layout like a Pages layout?

    Is there a way to manage layouts in Numbers to make them look like this Pages layout? http://i19.photobucket.com/albums/b179/jennfrank22/Picture1.png It's an 11 X 17 document that has two 7.125 inch columns and a .75 inch gutter.
    I've only been able to get this far with it in Numbers. http://i19.photobucket.com/albums/b179/jennfrank22/Picture4.png There is a Columns option under the Text menu but it doesn't allow me to create an identical layout like the one in Pages. I have large tables that tend to overflow from one page to another but I'd like them to overflow starting from left hand side of the first page to the right hand side of the second page. For example, http://i19.photobucket.com/albums/b179/jennfrank22/Picture6.png
    Thanks

    I don't think that is possible! You don't have the same layout possibilities in Numbers as you have in Pages. (Yet) So if a table overflows one page it is "autoplaced" at the same location on the next page and. But there are some possible solutions to your layout.
    1. Split the table where it overflows. (you can still do calculations across tables) Best
    2. Create your layout on two separate pages and print as two-up. Easiest but you won't get correct page numbering etc.
    3. I'm totally wrong, and there's a clever setting I've missed

  • Best way to sync iphone with published service?

    All of my photos end up in one large group, instead of in the albums I created in LR4.  I have a pub service setup for my HDD (called "iphone").  I then created a published folder set called "Albums".  I then created published folders which would be my album names (people, nature, animals, etc.).  So I publish that, then go into iTunes and choose a specific folder for photos--the "iPhone" folder I created first in LR.  Isn't this supposed to create albums on my iPhone?  Instead of just one big folder called "iPhone"?  How do you sync your photos from LR to your iDevice?  BTW--I'm using a PC, Windows 7.

    I assume your problem is more down to Apple than Adobe.
    The best I have read about it is at Jeffrey Friedl: http://regex.info/blog/lightroom-goodies/crop-for-ipad
    http://regex.info/blog/lightroom-goodies/ipad-howto
    It works for iPhone as well.
    Jeffrey has digged into what Apple allows for synching and how to best cope with it.
    I have tried his plugin with LR4b so far, with best results.

  • Best way to develope a BSP application

    Hi Experts,
       Can you help e in writing a BSP applications. I have couple of basic Q?s on it.
    1. I hope the structure of an BSP applicatons will be writing JAVASCRIPT in HTML or HTMLB pages???
    is that correct..
    2. Can anybody let me know the best approach fr this...
    Thanks in advance....

    Hi Krish,
    If your SAP Version is greater than 4.7 then, better u go for WEBDynpro ABAP rather than BSP.
    BSP = ABAP + HTML + Javascript
    (BSP is like normal ABAP expect the output display. U can use all the ABAP objects in BSP and to display output in web, u need to use some html tags. and Javascript for client side validation.)
    (HTMLB is higher version, there no need to write code for displaying button/form.. as its already written.Just u need to drag and drop the relevant htmlb element in ur bsp page)
    Regards,
    Jothi.P

  • Any Best Practices for developing custom ABAP reports for Portal?

    Hello,
    The developers on our project are debating the best way to develop custom reports and make them available on the portal.  Of these options that we can think of, can you give any pros & cons, or experiences, or other options?
    - Web-enabled Abap report programs
    - WebDynpro for Abap
    - WebDynpro for Abap using ALV
    - Adobe forms
    Does a "Best Practices" document or blog exist on this topic?
    Thanks,
    Colleen

    Re: Using p_trace=YES

  • Best way to Securely publish OWA and Active Sync

    Hi Guys
    Just a quick question what is the best way for me to securely publish OWA and Active Sync in Exchange 2013, I have 1 CAS server and one MB server both on my lan but i have 443 open to internet and would like to make it more secure by putting maybe a reverse
    proxy or OWA device in my DMA, my setup is small sub 200 users so cost is a factor, what is the most economically way for me to do this with the least amount of work and complication
    I know ISA/TMG is now extinct and i dont want to use any linux reverse proxies etc.. just a simple solution that will publish these services securely that is easy to support going forward and inexpensive.
    Thanks in advance
    Spudney

    What exactly are you looking to secure?  If all that you have open is TCP 443 that is a tight setup already.
    You'll  have to state the business requirements you are looking to address - and for a 200 user org I suspect that they will be very different from a large enterprise.
    Take a look at this pls:
    http://blogs.technet.com/b/exchange/archive/2013/07/17/life-in-a-post-tmg-world-is-it-as-scary-as-you-think.aspx
    And say hello to Renton as well please!
    Cheers,
    Rhoderick
    Microsoft Senior Exchange PFE
    Blog:
    http://blogs.technet.com/rmilne 
    Twitter:   LinkedIn:
      Facebook:
      XING:
    Note: Posts are provided “AS IS” without warranty of any kind, either expressed or implied, including but not limited to the implied warranties of merchantability and/or fitness for a particular purpose.

  • Register BI Publisher report in Oracle Apps

    Hi,
    I wanted to know, if we can register a BI Publisher report in Oracle Apps. Please note that this is BI publisher Release 10.1.3.4...I am not using any rdf here.
    Thanks,
    As

    Hii Gareth,
    The steps you specified are basically used for former XML publisher but as i am developing the report in BI Publisher, when we create data definition in xml administrator responsibility, that time we need to upload a data template file that looks like following:
    <dataTemplate name="InvoiceTest" description="Invoice Test" Version="1.0">
         <parameters>
              <parameter name="P_ORG_ID" dataType="Integer"/>
         </parameters>
         <dataQuery>
              <sqlStatement name="Q1">
                   <![CDATA[select a.invoice_num AS "Invoice Number",
            a.invoice_currency_code AS "Invoice Currency code",
            a.payment_currency_code AS "Payment Currency Code",
            sum(a.invoice_amount) AS "Invoice Amount",
            a.payment_method_lookup_code AS "Payment Method",
            sum(a.approved_amount) AS "Approved Amount",
            b.vendor_name "Vendor Name",
               b.vendor_id AS Vendor_id
                   from ap_invoices_all a,
    po_vendors b
    where invoice_type_lookup_code = 'STANDARD'
    and a.vendor_id = b.vendor_id
    and a.org_id = NVL(:P_ORG_ID,a.ORG_ID)
    group by
            b.vendor_name,
            a.invoice_num,
            a.invoice_currency_code,
            a.payment_currency_code,
            a.invoice_date,
            a.payment_method_lookup_code,
               b.vendor_id]]>
              </sqlStatement>
         </dataQuery>
    </dataTemplate>
    but as Latest BI Publisher does not provide/generate such file automatically (I am not using rdfs but querying the database from BI Publisher itself) so there is no use of using this way registering the BI Publisher report in Oracle Apps as using this way to register a BI Publisher report will lead me to manually make a data definition file and then register it into Oracle Apps. Please suggest me if there is any other way that i can go for or if there is any way i can get the data definition file automatically created from Latest BI Publisher.
    Thanks for your help,
    Regards,
    AS

  • XML Publisher Report with PL/SQL

    Hi
    Like to know how to develop the XML Publisher Report with PL/SQL, i did the following
    1. created a pkg like as below
    CREATE OR REPLACE PACKAGE BODY APPS.TEST_XMLTAG_PKG AS
    PROCEDURE main (errbuf OUT VARCHAR2,
    retcode OUT NUMBER
    ) IS
    BEGIN
    DECLARE
    ctx DBMS_XMLGEN.ctxHandle;
    xml CLOB;
    BEGIN
    ctx := dbms_xmlgen.newcontext('select * from scott.emp');
    dbms_xmlgen.setrowtag(ctx, 'MY-ROW-START-HERE');
    xml := dbms_xmlgen.getxml(ctx);
    dbms_output.put_line(xml);
    Fnd_file.put_line (fnd_file.LOG, XML);
    END;
    END;
    END TEST_XMLTAG_PKG;
    this pkg produces the output with xml tag in the view log.
    I have registered the conc program & xml rtf but it does not produce the output in PDF, , I am not able to get the xml tag when i click the Diagnostics --> View XML.
    can you please let me know the next steps involved.
    Regards
    Yram

    I think the problem is because there is no begin and end tag. save the xml from the logfile and open with xml editor or IE.. then you will see the problem.
    add Begin and end tag...then you should be fine.. i.e
    fnd_file.put_line(fnd_file.output,'<EMP_DATA>'); -- begin Tag
    tx := dbms_xmlgen.newcontext('select * from scott.emp');
    dbms_xmlgen.setrowtag(ctx, 'MY-ROW-START-HERE');
    xml := dbms_xmlgen.getxml(ctx);
    dbms_output.put_line(xml);
    Fnd_file.put_line (fnd_file.LOG, XML);
    fnd_file.put_line(fnd_file.output,'</EMP_DATA>'); -- End Tag
    Hope this helps..>Good Luck
    Ravi

  • XML Publisher Report not generating the PDF output.

    Hi,
    I am trying to develop a XML Publisher Report in R12 Vision Instance.
    I have developed the rdf report and concurrent program with XML as output format. Ran the concurrent program and I got the XML output. Based on XML output I have created the rtf template. Using both the template and xml output I have created in Data Definition and Template in XML Publisher Administrator Responsibility. Now I am comming to the concurrent program and running the program, here instead of generating the PDF output it is generating again the XML output and concurrent program completing with warning status.
    When I am trying to do the same in 11i Vision Instance, Concurrent Program completing with normal status and when trying to view the output it is saying "Unable to Publish output for the Processed Request".
    Kindly please help me out in this issue.
    Thanks,
    Manasa.

    Hi Mahesh,
    Here the concurrent programs are not erroring out. It is completing with Warning status and when we click on View Output the output is coming in XML format instead of PDF, this is in R12 Vision Instance.
    In 11i Vision Instance, concurrent program is completing with Normal Status but when we click on View Output it is saying "Unable to Publish output for specified request".
    Thanks,
    Manasa.

  • BI Publisher report output is inconsistent for a given parameter?

    Hi All,
    Thanks in Advance
    I have developed a BI publisher report with P_LOCATION, P_ZONE and etc columns.
    However data in P_ZONE column is inconsistent.
    The report output should be based on the parameter provided for P_ZONE say “3rd North Zone”
    The output of the report should be for that particular zone only, however report output is showing all other zones as well, when i give filter condition like “3rd North%Zone” or “3rd North% Zone” which means if I include ‘%’ with or without space in my filter condition then the report output is correct, why search criteria is correct when I give ‘%’ in the parameter value.
    I have checked running the query, but it works fine when I run in the backend.
    However P_LOCATION parameter is working fine which is quite similar to P_ZONE!
    Please let me know what went wrong!
    Regards,
    Arjun SM

    Hi,
    based on the prompt value the report column header should also change. You want to change the value of the column heading dynamically based on prompt.You will get this by using the Presentation variable.So,you have to integrate both the bi publisher+rpd.
    Link to use the Prompts in bi publisher
    http://oraclebizint.wordpress.com/2007/10/19/oracle-bi-ee-101332-dashboard-prompts-and-bi-publisher/
    Link to get dynamic column headings
    http://oraclebizint.wordpress.com/2008/01/25/oracle-bi-ee-101332-dynamic-column-headers-using-presentation-variables-sets-and-conditional-formatting/
    Thanks,
    saichand

  • How to embed a BI publisher Report in welcome page of fusion app?

    Hi,
    I was a ADF developer, new to fusion app and BI publisher. We are using Oracle Fusion Application version 11.1.7.0.0 for compensation implementation and BI publisher is a part of it.
    I've developed a BI publisher report, placed it under Shared Folder \ Custom, want to embed the same in welcome page of the fusion app. By following the video How do I embed a report in a sales dashboard? - YouTube, I followed below steps
    1. Administration -> Customize Work area page
    2. Add Content
    3. Clicked on 'Reports and Analytics'
    4. Clicked on 'BIPresentationServer'
    5. Shared Folder
    6. Custom
    Issue: Though I have some reports under this 'Custom' folder, it says 'Empty folder'. It only shows the 'Analysis' but not any reports. Problem is not with this folder alone but all. I've also ensured that I am able to see all the reports when I navigate using Navigator -> Tools - > Reports and Analysis.
    Can any of you guide me on what is the issue and what to be done?
    Thanks in Advance.

    Thanks for the link. I am reading it for better understanding.
    I just came to know from SR that, In order to see the BI Publisher in the Presentation Server list of values, we have to embed the BI Publihser report inside an OTBI Dashboard.
    So we need to create a 'Dashboards' folder (It is must only then we are able to see it via fusion apps. to select and embed), then Dashboard and add the desired report to this dashboard. Now we can navigate to this dashboard, open it and select the page to embed it.
    Might be useful for the ppl who faces similar issue. Thanks.
    Raghu

Maybe you are looking for

  • How to import photos from an old iPhoto library

    I have started using a new Mac (MacBook Pro Retina with OS10.10.1). I saved my earlier iPhoto Library on my previous Mac to an external Drive. Now, if I try to open the old iPhoto Library file from my new Mac then iPhoto offers me to 'Switch Librarie

  • InDesign 7.0.4 OS X 10.6.8 Crashing on Auto Linking when Opening

    Folks, I am having some trouble with many machines running Adobe InDesign CS5 7.0.4 (installed as part of Adobe CS5 Design Standard and Adobe CS5 Design Premium) across multiple machines. When opening InDesign CS5 by double clicking a .indd file I am

  • 786GT-E63 Unusual Bios Beeps

    I just got my motherboard yesterday and installed it. I updated to Bios S3, then I reinstalled windows and it seems to boot into windows ok, but every time I reboot or powerup, I get 3 short higher pitched beeps followed by one short lower pitched be

  • Duplicate records getting inserted instead of update.

    I have any entity which has multiple childern. All have one to many relation with the parent. When I update the no of childerns and merge using EntityManager. It is updating the parent and insert all the childern records, which is creating duplicates

  • APP-AR-12022: A cash receipt with this number,date,amount and customer alre

    Hi, There is a caution(Warning message) of Duplicate receipt entery in Oracle AR Receipts entry window which pops up while creating the receipts. APP-AR-12022: A cash receipt with this number,date,amount and customer already exists. Normally it comes