Hide number (or format number) on Oracle Report with Barcode

Hi al !
i have done a example about print Barcode on Oracle Report
with help link :
[http://download-west.oracle.com/docs/html/B10602_01/orbr_barcode.htm|http://download-west.oracle.com/docs/html/B10602_01/orbr_barcode.htm]
However
I want to hide number under Barcode images or Format number !
Ex:
|||||||||||||| --> images barcode
1234567 --> number barcode
i want : hide : "123456" or format it : "123.456"
Thanks !

Hello,
The Image is generated by the java code in oraclebarcode.jar
It is possible to "hide" a part of the image by puting an object ("rectangle" for example ) over the part of the image you want to hide.
Regards

Similar Messages

  • Oracle Reports with XML output showing data as asterik character

    Hello,
    I'm trying to create an Oracle report with xml output. Here is the issue I'm having some of the columns in my report are of datatype number. When I run the report and generate xml file the values for those columns(datatype number) are showing as (*) character, other columns are showing fine. But when I run the report as text output then data is fine. I don't understand why this is happening.
    The property of column is Column Type - Database Scalar, Datatype - Number , width 0,-127.
    Does the width has to do anything with this?
    I'm using Report Builder 6.0.8.11.3, DB version 10g.
    Can anyone please help me with the issue I'm having.
    Thanks

    If the links in your example report1 and report2
    follow my format stated earlier
    http://machine:port/reports/rwservlet/report=reportnam
    e.rdf&destype=cache& paramform=htmlcss&server=<YourReportSe
    rverName>&userid=scott/tiger@hrdb&desformat=pdf
    This is what I believe
    >
    so http://machine:port/ is the port where
    JBoss is running and
    This should be the port that the report server is listening on
    >
    server=<YourReportServerName> is the name of
    my oracle report server
    so I call the above link in my current application
    and the report would show up
    Yes
    >
    that means (correct me if I am wrong) that my reports
    would have to be deployed in OracleAS
    Yes
    >
    I have to try all this yet as till this point I was
    trying to run Oracle reports deployed in JBoss...
    This may be possible, I am not sure.
    >
    Oracle J2EE Thin Client?
    I am not sure what this is used for in your setup.

  • Unable to integrate Oracle Reports with Express--(To oracle Team also)

    Hi
    Unable to integrate Oracle Reports with Express. While defining
    the Express database connection using the olap connection editor
    iam getting the following error "Error locating the XCONEDIT.INI
    file. Try re-installing the software".
    what should be done?
    Atleat,If anybody has successfully connected to Express via
    Reports6i. Kindly give the details like what softwares to be
    installed in what HOME? and also other steps involved in the
    process.
    YOur help !!!
    kindly respond...(Oracle Team do respond with something)
    with rgds

    hello,
    check out the notes
    Note:112542.1
    Note:167049.1
    on oracle metalink for further information.
    if you still have issues, please contact oracle support services
    for furhter assistence.
    regards,
    the oracle reports team --pw                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Linking oracle reports with the application

    i have few oracle reports that i need to link it to the application such that when i click on the button in the applications pahe the report should be opened...
    can any one tell me exactly how to integrate a oracle report with html db application...

    http://www.oracle.com/technology/products/database/application_express/howtos/howto_integrate_oracle_reports.html
    that should give you a good start.
    regards
    Duncan

  • Converting oracle reports with .rdf  into bi publisher reports

    Hi Gurus,
    Iam new to BI Publisher, Could some one help me in converting oracle reports with .rdf into bi publisher reports. Any help is greatly appreciated.

    hi,
    What you are trying to do?
    Can you please elaborate , i guess its an rtf template to pdf / excel
    Let me put some points
    1) Bi Publisher is a pixel perfect reports ll generate
    2) Its completely based on XML data ,based on XML data we can create RTF template from where u can get output as PDF/HTML/EXCEL....
    Please go through
    1) http://st-curriculum.oracle.com/obe/fmw/bi/biee/r1013/bipub/intro/gettingstarted.htm
    2) http://st-curriculum.oracle.com/obe/fmw/bi/biee/r1013/bipub/advance/advance.htm
    thanks,
    saichand.v

  • Use Oracle Reports with Jdeveloper 11

    Hi,
    My next question. How to use Oracle Reports with jdeveloper 11. I have more oracle reports (used with a existing forms application) and i need to migrate this application to web-adf application. I think that is very powerful to use this oracle definition reports but i not know ho to do it.
    thanks,
    Jordi

    Read the publishing reports manual of Oracle reports to see how to Web enabled your Oracle reports. You can then invoke them from an ADF application either by calling a URL or using a Web service interface.

  • Oracle Reports with graphics for Oracle App R11i 11.5.9 ??

    Hii
    Can i develop Oracle Reports with Graphics ( basic header,footer,logo ) and register it with Oracle Apps R11i 11.5.9 and be able to view it as an end user.
    If yes then how ?
    Regards
    Fahad Hameed

    Hii Guys
    I've developed a report with a basic Header.BMP file and it runs fine on local.
    How will it run on Oracle Apps is the question that i need to find answers to .
    Regards
    Fahad Hameed

  • Format issue after Oracle Reports conversion

    Hi all:
    I am an intermediate Oracle Reports user and am evaluating teh use of BI Publisher as a replacement. Since I have a large number of reports, some of which are fairly complex, I wish to take advantage of the conversion tool.
    The report in this issue has no user parameters. The Data Model is a "Data Template" type as generated from the conversion routine. The connection used was as the schema owner.
    I can View the report, but the formatting is completely wrong and the charts are no longer in the report.
    What do I need to do to fix this?
    Any help appreaciated,
    Gary

    Hi Gary
    The converter does not handle charts at the moment. You will need to re-create those in the template.
    Need a bit more info on 'the formatting is completely wrong' to be able to comment further.
    Regards
    Tim

  • CGI call to Oracle Reports with embedded graph not executing triggers on bars

    I have the following function which is suppose to change the color of the bars in subgroups.
    PROCEDURE Set_Group_Color(elem IN og_object, a_group_index number) IS
    v_color varchar2 (32);
    v_temp og_object;
    v_idx number;
    BEGIN
    v_temp := OG_GET_OBJECT ('GRPG_NM1_GRPG_CNT_legend_label');
    v_temp := OG_GET_PARENT (v_temp);
    v_color := color_list (a_group_index);
    og_set_bfcolor (elem, v_color);
    og_set_ffcolor (elem, v_color);
    v_idx := a_group_index * 2 + 1;
    v_temp := OG_GET_CHILD (v_temp, v_idx);
    -- 0 = legend_frame
    -- 1 = border of color box (no name)
    -- 2 = GRPG_NM1_GRPG_CNT_legend_label
    -- 3 = border of color box of next group
    -- 4 = GRPG_NM2_GRPG_CNT_legend_label
    OG_SET_BFCOLOR (v_temp, v_color);
    END;
    This function is called from the format trigger of the bars themselves. The code works the way i want it to in the ORacle Graphics designer but when i executed from the web the triggers are not executed at all!!!
    Am i forgetting to do something? Is this a known bug. When i put a format trigger on the graph axis-labels they execute correctly in both the designer and the web. But the bar triggers do not!

    1. Along with this version of Reports you should find the reports server (r30mts on unix). This will allow you to deploy your reports on the web - on HP/UX or Solaris.
    2. To web deploy you have:
    Web Browser --->
    Web Listener + Reports CGI ----->
    Reports Server -->
    RDBMS
    3. You don't need the cartridge if you are using the CGI.
    For more information, please look at the Reports Server Configuration whitepaper, available on OTN - it was written for Reports 6.0, but the concepts and architecture are applicable for Reports 3.0
    Regards
    The Oracle Reports Team http://technet.oracle.com

  • Help desiging a 10g Oracle Report with Matrix and Lexical Parameters - Long

    Hello all:
    I apologize in advance for this long post.... I'm using Oracle Reports 10g (9.0.4.0.33). First -- the question:
    I need to create a Matrix where the rows come from one database table
    (TABLE1) and the columns and cell contents come from a linked query (pulled from TABLE2) that is generated with lexical parameters based on the current TABLE1 row. The lexical parameters contain a WHERE clause for the TABLE2 query. Basically, I have a linked query between TABLE1 and TABLE2. I need to generate a Matrix around it.
    Does anyone know if this is even possible?
    Here's the background on the application, if that is helpful...
    I have an application where I maintain database tables containing names/addresses along with information pertaining to them. As part of the processing, I need to produce reports that contain statistics based on values in the table. For example, each row has a field RTYPE that identifies the Record Type (1-Suppress, 2-Buyer, 3-Inquirer). Each row also has a last purchase date field. The statistics produced for this field would look like this:
              2001     2002     2003     11/03     12/03 01/04     02/04 03/04     04/04     05/04 ...
    Buyer      100 150 250 30 25 15 8 9 22 83
    Inquirer     1000 800 493 ...
    Suppress ... ...
    Totals ... ...
    Each cell contains the count of the number of records that have the corresponding RTYPE and Last Purchase date. The dates across the top are determined by the most recent purchase date in the file. We count the last 12 months, month by month, and then anything older than that is grouped by
    year of purchase. So, the column headings are variable.
    The SQL query for this example looks like this:
    SELECT CASE WHEN rtype = '2' THEN 'Buyers'
    WHEN rtype = '3' THEN 'Inquirers'
    WHEN rtype = '1' THEN 'Suppress'
    END HLDESC,
    CASE WHEN MONTHS_BETWEEN(trunc(:MAXHLDATE,'MONTH'),
    TRUNC(T.HOTLINE,'MONTH')) < 12
    THEN TO_CHAR(T.HOTLINE,'YYYYMM')
    ELSE TO_CHAR(T.HOTLINE,'YYYY') || '00'
    END YYMM_8,
    CASE WHEN MONTHS_BETWEEN(trunc(:MAXHLDATE,'MONTH'),
    TRUNC(T.HOTLINE,'MONTH')) < 12
    THEN TO_CHAR(T.HOTLINE,'MM/YY')
    ELSE TO_CHAR(T.HOTLINE, 'YYYY')
    END FmtDate_8,
    COUNT(*) HLCOUNT
    FROM &TABLENAME T
    GROUP BY CASE WHEN rtype = '2' THEN 'Buyers'
    WHEN rtype = '3' THEN 'Inquirers'
    WHEN rtype = '1' THEN 'Suppress'
    END,
    CASE WHEN MONTHS_BETWEEN(trunc(:MAXHLDATE,'MONTH'),
    TRUNC(T.HOTLINE,'MONTH')) < 12
    THEN TO_CHAR(T.HOTLINE,'YYYYMM')
    ELSE TO_CHAR(T.HOTLINE,'YYYY') || '00'
    END,
    CASE WHEN MONTHS_BETWEEN(trunc(:MAXHLDATE,'MONTH'),
    TRUNC(T.HOTLINE,'MONTH')) < 12
    THEN TO_CHAR(T.HOTLINE,'MM/YY')
    ELSE TO_CHAR(T.HOTLINE, 'YYYY')
    END
    ORDER BY CASE WHEN MONTHS_BETWEEN(trunc(:MAXHLDATE,'MONTH'),
    TRUNC(T.HOTLINE,'MONTH')) < 12
    THEN TO_CHAR(T.HOTLINE,'YYYYMM')
    ELSE TO_CHAR(T.HOTLINE,'YYYY') || '00'
    END
    There might be a better way to write this, but that isn't the issue at the moment.
    I have many different tables, each with different fields. I need to produce counts on each of those fields. Some of those fields have a limited number of values where I need to count the occurrences and attach a description (like the RTYPE counts above). Others, like Last Purchase Amount, require counts within ranges (between 0 and 9.99, 10 and 19.99, etc.). Still others are "multiple choice"-style fields (such as products purchased), where we have multiple single-char flags that are not null when the corresponding products are purchased. In this case, we need to produce statistics that look like this:
              2001     2002     2003     11/03     12/03 01/04     02/04 03/04     04/04     05/04 ...
    Product 1 .........
    Product 2 .........
    The worst of the bunch is a field where I need to count the occurrence of each value within it (hundreds of values) without entering descriptions, so I don't know how many rows will appear ahead of time. This is used for "source codes" that identify where the name/address came from. They look similar to the RTYPE above, but the leftmost column contains each value from the field rather than a description. There are so many possible values and they change so often that it isn't feasible to enter a description for each one.
    Right now, I manually create an Oracle Report for each table when I design/load it. This is becoming difficult to manage, since I have over 150 of them now. Each of these reports can have any number of matrices to display (the largest right now has about 25).
    The new table structure to generate these reports consists of two tables: A COUNTHDR table and a COUNTROW table. The COUNTHDR table represents a single Matrix within the report. It contains info such as a heading for the Matrix and whether column totals should be calculated or not. The COUNTROW table contains a description for each row and an SQL Fragment that contains an appropriate WHERE clause to match the description. In the event of a "source code" style count, COUNTHDR has the name of the field to count. COUNTROWs won't exist, so I'll be handling those counts differently. But, ignoring that issue for now, the report structure looks like this:
    + Q1 +
    |
    + COUNTHDR +
    |
    + COUNTROW +
    | linked query
    + Q2 +
    |
    + COUNTDTL +
    Q2 is the query with lexical parameters for the table and "where clause" that identifies the actual statistic I need counted. I need fields from COUNTROW and COUNTDTL to form a Matrix.
    Can this be done? How?
    Of course, if anyone out there has a better idea on how to achieve my goal of not writing a report per table, please let me know!! :-)
    TIA
    Eric Raskin
    PS. This structure does not exactly duplicate my original query, since multiple Matrix rows are created by the single SQL query given in the example. Instead, I'll end up executing an SQL query for each row, which is less than desirable. The design will need some tweaking...
    PPS. I have tried handling this problem by pre-counting the target table and storing the results in a COUNTCOL table, containing the details of the matrix. This actually does work, but the performance is terrible. I have one "source code"-style count that generated over 20,000 detail cells, including all the "0" cells needed to fill out the matrix. If you don't generate the "0" cells, you get holes in the matrix presentation and/or error messages (which I can explain if you wish). I never did get Oracle Reports to print this one -- I gave up after an hour of runtime on a P4 3GHz machine connected via Gigabit Ethernet to the server. Hence the attempt to push the SQL Queries back into the Oracle Report itself.
    Eric H. Raskin Voice: 914-765-0500
    Professional Advertising Systems Inc. Fax: 914-765-0503
    200 Business Park Dr Suite 107 [email protected]
    Armonk, NY 10504

    Hi there
    here's example of my code
    Html header of the page :
    <script language="JavaScript" type="text/javascript">
    function callMyPopup (formItem1,formItem2) {
    var formVal1 = document.getElementById(formItem1).value;
    var formVal2 = document.getElementById(formItem2).value;
    var url;
    url = 'f?p=&APP_ID.:8:&APP_SESSION.::::P8_PROJECT,P8_PDRL_NO:' + formVal1 + ',' + formVal2;
    w = open(url,"winLov","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    troubleshooting
    1.Test each parameter separate first - each work ?
    2.Use code above, rerig it, create multiple parameter
    3.try again...
    hope this helps...
    check your orginial source (page where items are) - what data

  • Integration oracle reports with ADF

    Hi All,
    I am getting error-
    REP-110: File spare_request.rdf cannot be opened. REP-1070: An error occurred while opening or saving a document. REP-0110: File spare_request.rdf cannot be opened
    As per Sameh Nassar: Call Oracle Reports From Your ADF Application  & Sameh Nassar: Call Oracle Reports From Your ADF Application (Hide Report Parameters From URL), I have created application. But it is not working Please let me know what mistake I did.
    1. I have created testreports.jsp
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=UTF-8"%>
    <%@ taglib uri="http://xmlns.oracle.com/adf/faces/rich" prefix="af"%>
    <%@ taglib uri="http://java.sun.com/jsf/html" prefix="h"%>
    <%@ taglib uri="http://java.sun.com/jsf/core" prefix="f"%>
    <f:view>
        <af:document title="reports" id="d1">
            <af:form id="f1">
                <af:inputText label="Label 1" id="it3"/>
                <af:inputText label="Label 2" id="it4"/>
                <af:commandButton text="Run Report" id="cb1" action="#{ReportBean.runReport_action}"/>
            </af:form>
        </af:document>
    </f:view>
    2. then,I have created OracleReportBean as per blog and ReportBean.java backing bean in the following ways
        public String runReport_action() {
            OracleReportBean reportBean =
            new OracleReportBean("172.30.1.9", "8888", null);
            reportBean.setReportServerParam(OracleReportBean.RS_PARAM_DESTYPE,"cache");// which will be one of the [cashe - file - mail - printer]
            reportBean.setReportServerParam(OracleReportBean.RS_PARAM_DESFORMAT,"PDF"); // Which will be onr of the [HTML - HTML CSS - PDF - SPREADSHEET- RTF].
            reportBean.setReportServerParam(OracleReportBean.RS_PARAM_REPORT,"spare_request.rdf");
            reportBean.setReportParameter("P_WTYPE", "CSH");
            reportBean.setReportParameter("P_WNUMBER", "13400181");
            reportBean.setReportParameter("P_EQ", "0.40 WM");
            reportBean.setReportParameter("P_Req", "40267");
            reportBean.setReportParameter("P_JOB", "WI");
            reportBean.setReportParameter("report", "spare_request.rdf");
            String url = reportBean.getReportServerURL();
            System.out.println("URL"+url);
            reportBean.openUrlInNewWindow(url);
            return null;

    Well, the message comes from the reports server which is telling you that the report definition can't be found. Check hte name and path to the file on the report server.
    Timo

  • Integrating Oracle Reports with Portal

    Hello-
    How can I integrate an Oracle Report built using Reports Developer, into the AS Portal ? What format does the report need to be exported to ? Does it get exported as a portlet, which is available in the Portal Staging Area ?
    Any help would be appreciated.
    Thanks,
    Lakshmi

    Hi
    I never worked this example.. but One guy suggested me to thru this link
    http://download-uk.oracle.com/docs/html/B14048_01/pbr_portal.htm#g1022808
    Ravi

  • Showing oracle reports with JBOSS as AS

    hi:
    I have to show oracle reports 10g on Win xp Prof. in my current web application. I am using JBOSS as my appserver
    I have installed the Oracle AS and the reports services r running... I have also installed the Stand Alone J2EE Thin Client
    (http://www.oracle.com/technology/products/reports/htdocs/getstart/examples/Tools/index.html)
    I followed the steps in doc(refer to link above) but don't understand the following step
    3. Use THINCLIENT_HOME/vbroker4/lib/vbjboot.jar while starting the application server.
    I have updated the xml files in OC4J which is in my Oracle_infra directroy
    then
    I ran the following command (according to that doc)
    java -Xbootclasspath/p:<THINCLIENT_HOME>/vbroker4/lib/vbjboot.jar -jar oc4j.jar
    the result of this command is following
    06/02/09 14:57:37 Oracle Application Server Containers for J2EE 10g (9.0.4.0.0) initialized
    after this according to this doc if i write
    http://machine:port/reports/rwservlet it should show the rwservlet
    My Oracle AS and JBoss are installed in the same comp...so for the localhost of
    Oracle AS showed rwservelt without doing the above steps but the localhost for jbos is not showing rwservlet
    Now after all these steps...i don't understand what to do next and my problem is still there which is How to deploy reports made by oracle reports from my web project links
    using JBoss as app server
    please help i need to have this solved ASAP
    regards
    Waqas

    If the links in your example report1 and report2
    follow my format stated earlier
    http://machine:port/reports/rwservlet/report=reportnam
    e.rdf&destype=cache& paramform=htmlcss&server=<YourReportSe
    rverName>&userid=scott/tiger@hrdb&desformat=pdf
    This is what I believe
    >
    so http://machine:port/ is the port where
    JBoss is running and
    This should be the port that the report server is listening on
    >
    server=<YourReportServerName> is the name of
    my oracle report server
    so I call the above link in my current application
    and the report would show up
    Yes
    >
    that means (correct me if I am wrong) that my reports
    would have to be deployed in OracleAS
    Yes
    >
    I have to try all this yet as till this point I was
    trying to run Oracle reports deployed in JBoss...
    This may be possible, I am not sure.
    >
    Oracle J2EE Thin Client?
    I am not sure what this is used for in your setup.

  • Embedding Fonts in Oracle Reports with PDF output

    I've read in the data sheet for Oracle reports that you can embed font in the PDF output, but I cannot seem to find any documentation on how this is done. Current we have PDF reports being generated using reports server on Compaq (Alpha based) server running TRUE64 UNIX. The reports server uses the fonts install on the Compaq to figure out the layout (we use auto-sized fields). When the PDF is displayed on a Windows client the fonts are substituted and the labels and fields overlap. I want to embed the UNIX fonts into the PDF so that the output is reproduced as it was generated.

    You need to export as PDF (Interactive) and you also need to view the PDF in Reader or Acrobat 9 or later.
    Bob

  • Oracle Reports with Other Application Server

    Can Oracle Reports be run within other Application Server such as WebSphere?
    For example, I've created Oracle Reports and save it as RDF file. Is there a way to have my application which run inside WebSphere to initiate Oracle Reports to compile RDF file into HTML or PDF without having to make a command line call?
    Thank you in Advance

    Hi Fred Narthasilpa,
    I have searched thru some of the Oracle Manuals for the same and found that they will provide support to Websphere soon, to publish Oracle Reports.
    However, not sure whether the same is made avl. as of today.
    Have a nice day,
    Raja Angamuthu B

Maybe you are looking for

  • Is lack of support on Macbook Pros enough to go with a Dell?

    I posted here about a month ago about what kind of Dell laptop to get, actually, whether the Dell Ubuntu laptops were sturdy. I came to the conclusion that probably the best Dell would be the business model Latitude D630. However, my conscience has b

  • Upgrade to Reader DC and the icons preview inside teh folders stop working...

    On a win7 32 desktop I upgrade the new reader. I have also installed Adobe Acrobat 9 standard Italian Rel. 9.5.5 After the upgrade for the Reader DC the preview disappeared, I remove the reader but the problem remain...

  • Multiple Entries in EditBox with "," Separator

    Hello, We have one Edit Box in Dashboard to enter Employee_Number, users wants to enter multiple Emp_Number with "," separated. Actually users wants to copy the employee_number from the flat files with "," seprator and paste into Editbox, the report

  • Customized dashboard for Expense Management

    I'm planning to implement customized dashboard for expense management ..it includes displaying the how many expenses are approved or rejected and Display the workload per user/role for "Expense Management can u please help me out

  • Oralce PL/SQL Packages

    Does anyone know where to get a list of all(or most)of the PL/SQL packages that come with Oracle and desc of what they do. Maybe a link or a book to buy. thanks in advance, cvb