Putting a mark in my parameter report

Hi everyone,
I have Oracle Reports Developer Suite 6i and I want to add a mark in my parameter report with 2 options (Active, Inactive) to manage a layout format trigger in a particular field, so when the user chooses the option active it will display the data that correspond to that layout field and when he or she chooses Inactive it will bring a null or empty value.
Can anyone please help me on this?

Solution found

Similar Messages

  • Open a parameter report by clicked event

    Hi friends
    I created a parameter report in oracle portal 10g.
    Do we have some way to pass a parameter and open this report in code ? or by clicked event?
    It seems that we have not ability to use a link to do by a clicked event in oracle portal application.
    Any help?
    Thanks,
    newweber
    *******************report SQL
    report SQL as
    select * from SCOTT.EMP
    where DEPTNO = :department

    <body>
         <form METHOD="GET" NAME="theForm" onSubmit="return false">
         <table CELLSPACING=5 WIDTH=90%>
         <tr>
         <td>
         <table WIDTH="100%" BORDER=0 CELLSPACING=0 CELLPADDING=0 BGCOLOR="#FFFFFF" >
         <tr>
         <td> </td>
         <td ALIGN=center> <b><font color="#000099"><font size=+3>Oracle Portal </font></font></b></td>
         </tr>
         </table>
         <font color="#000099">Customization Form for Portal Report</font>
         <br>
         </td></tr>
         <tr><td>
         <table BORDER=0 WIDTH="100%" >
         <tr><td colspan=3>
         <font color="#000099"><b><i>Title:</i></b>
         </td></tr>
         <tr>
         <td> </td>
         <td>Display Name:</td>
         <td><input NAME="title" SIZE="30" ></td>
         </tr>
         <tr>
         <td> </td>
         <td> </td>
         <td> </td>
         </tr>
         <tr>
         <td colspan=3>
         <font color="#000099"><b><i>Query Options:</i></b>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td>Employee Name:</td>
         <td>
         <input NAME="employee" SIZE="30" maxlength="30"></td>
         </tr>
         <tr>
         <td> </td>
         <td>Employee ID:</td>
         <td>
         <input TYPE="text" NAME="id" SIZE="10" maxlength="10"></td>
         </tr>
         <tr>
         <td> </td>
         <td>Department Name:</td>
         <td><select NAME="department" SIZE="1" >
         <option SELECTED VALUE="">All</option>
         <option VALUE="ACCOUNTING">Accounting</option>
         <option VALUE="RESEARCH">Research</option>
         <option VALUE="SALES">Sales</option>
         </select></td>
         </tr>
         <tr>
         <td> </td>
         <td> </td>
         <td> </td>
         </tr>
         <tr>
         <td colspan=3>
         <font color="#000099"><b><i>Row Order Options:</i></b>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td>1.</td>
         <td><select NAME="ordByCol1" SIZE="1" >
         <option Value="">%
         <option Value="ENAME">Ename
         <option Value="EMPNO">Empno
         <option Value="HIREDATE">Hiredate
         <option SELECTED Value="DNAME">Dname
         </select>
         </td>
         <td><select NAME="ordByOrd1" SIZE="1" >
         <option SELECTED VALUE="ASC">Ascending
         <option VALUE="DESC">Descending
         </select>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td>2.</td>
         <td><select NAME="ordByCol2" SIZE="1" >
         <option Value="">%
         <option Value="ENAME">Ename
         <option SELECTED Value="EMPNO">Empno
         <option Value="HIREDATE">Hiredate
         <option Value="DNAME">Dname
         </select>
         </td>
         <td><select NAME="ordByOrd2" SIZE="1" >
         <option SELECTED VALUE="ASC">Ascending
         <option VALUE="DESC">Descending
         </select>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td>3.</td>
         <td><select NAME="ordByCol3" SIZE="1" >
         <option Value="">%
         <option SELECTED Value="ENAME">Ename
         <option Value="EMPNO">Empno
         <option Value="HIREDATE">Hiredate
         <option Value="DNAME">Dname
         </select>
         </td>
         <td><select NAME="ordByOrd3" SIZE="1" >
         <option SELECTED VALUE="ASC">Ascending
         <option VALUE="DESC">Descending
         </select>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td>4.</td>
         <td><select NAME="ordByCol4" SIZE="1" >
         <option Value="">%
         <option Value="ENAME">Ename
         <option Value="EMPNO">Empno
         <option SELECTED Value="HIREDATE">Hiredate
         <option Value="DNAME">Dname
         </select>
         </td>
         <td><select NAME="ordByOrd4" SIZE="1" >
         <option SELECTED VALUE="ASC">Ascending
         <option VALUE="DESC">Descending
         </select>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td> </td>
         <td> </td>
         </tr>
         <tr>
         <td colspan=3>
         <font color="#000099"><b><i>General Options:</i></b>
         </td>
         </tr>
         <tr>
         <td> </td>
         <td>Output Format:</td>
         <td><select NAME="format_out" SIZE="1" >
         <option SELECTED VALUE="HTML">HTML</option>
         <option VALUE="Excel">Excel</option>
         <option VALUE="ASCII">ASCII</option>
         </select></td>
         </tr>
         <tr>
         <td> </td>
         <td>Layout Style:</td>
         <td><select NAME="layout_style" SIZE="1" >
         <option SELECTED VALUE="TABULAR">TABULAR</option>
         <option VALUE="FORM">FORM</option>
         </select></td>
         </tr>
         <tr>
         <td> </td>
         <td>Maximum Rows/Page:</td>
         <td><select NAME="max_rows" SIZE="1" >
         <option SELECTED VALUE="25">25</option>
         <option VALUE="50">50</option>
         <option VALUE="100">100</option>
         <option VALUE="250">250</option>
         </select></td>
         </tr>
         <tr>
         <td> </td>
         <td>Font Size:</td>
         <td><select NAME="font_size" SIZE="1" >
         <option VALUE="8">8</option><option>9</option>
         <option VALUE="10">10</option>
         <option SELECTED VALUE="11">11</option>
         <option VALUE="12">12</option>
         <option VALUE="14">14</option>
         <option VALUE="16">16</option>
         <option VALUE="18">18</option>
         <option VALUE="20">20</option>
         </select></td>
         </tr>
         <tr>
         <td> </td>
         <td> </td>
         <td> </td>
         </tr>
         <tr>
         <td> </td>
         <td> </td>
         <td>
         <input TYPE="SUBMIT" VALUE="Run form" onClick="runForm();">
         <input TYPE="RESET" VALUE="Reset">
         </td>
         </tr>
         </table></center>
         </form>
         </td>
         </tr>
         </table>
         </body>
         </html>
    I hope this helps
    PS.: Metalink Note:230222.1

  • Parameter REPORT for the Report Web item in the Web template is empty or mi

    Hello,
    I tried to create a Web-Template (WAD). By executing the report, I get the selection screnn, but by confirming the selection I get the following message:
    Web Item Report Error
    Web template error in specifications for the Web item report
    Parameter REPORT for the Report Web item in the Web template is empty or missing
    Use the BEx Web Application Designer to add parameter REPORT to the report Web item in the Web template, and assign a report name to the parameter
    Contact your system administrator. This error was recorded
    What can I do to solve this error?
    Thanks!
    XmchX

    As DP_1 Type Query_view_Data_provider, I have assinged a Query Designer Query wich works fine, if I execute it as QDR.
    The entry Query_view_Data_provider makes sense for me, but what do I need to maintain for the type "Filter"?
    Thanks!
    XmchX

  • Report painter -output parameters,Data source,Extract parameter, report

    Hi expert,
    1)What report painter -output parameters,Data source,Extract parameter, report mean for and what are the difference?
    2)I have create new report painter and transport to  Test server using T-code:GCTR and I find that the T-code always point to old report. As I had check the SE93 the D_SREPOVARI-REPORT is point to report group.Why this happen?
    3) Does creation of new report or modification of the report always need to select the extraction option so that it will able to display the relected changes? Because, I have done modification on the report but it is not reflected the changes even i save until i have to create the extraction is able to display the report but every time i run the report need to select the extraction with option to choose new extract or old. Kindly advice how to save and create the report painter and save will display reflected result .
    Please help

    Hi BR Christian,
    Thank you for the prompt reply.
    I have few querys as below:
    1)Do we every time create new report by copying the existing report painter need to select output parameter, data source and extract parameter in order to be able to display the new report?
    2)when modify existing report painter and save it do we need to select output parameter, data source and extract parameter in order to be able to display the modify report correctly?
    3) What are the different between right click copy the report inreport painter compare with create report painter with copy GRR1?
    4) What are the T-code for modify the report group?
    5) When I create a new report with the right click copy in GRR1 and modify the report painter column only and everything remain the same just the report name different why when execute the report it always appear in the selection screen with report button which have option button to select the 2 version  of report which one is the destination report that I copy from and one is the new report? How to set the report when execute will only display the new report only without need to select the option with just new report only?
    6)For transferring reports you can use GR37 (export) and GR38 (import) can be use to transport from one client to another client? What is difference between GR37 compare with  GCTR?
    7) If I use GR37 and GR38 it is mean no need to create the transport request which as usual we create transport se10?
    we can directly import to another client ussing GR38?
    8)When we create a new report with copy with the existing report with just modify the report colunm and the report name difference only what are the setting example: report,report group need to be selected to be include to export/transport to another client?
    9) What are the difference between library and report group?
    10) Can we set Se93 to execute only report not report group? How?
    11) when using GR37 to transport it is also include the report group,library and the particular report?
    12) Can I include the variable in the column header to display fiscal year which I have selected from the selection screen?
    How and which variable should i use?
    please help.
    many thanks
    Edited by: KH on Jun 18, 2011 6:52 AM
    Edited by: KH on Jun 18, 2011 6:55 AM
    Edited by: KH on Jun 18, 2011 7:06 AM

  • How to put borders in the tabular form report

    Hi,
    I need to put borders in the tabular form report in the apex UI .I mean in the by default no boundary comes so I need vertical lines in the column .
    So how to do that.
    Thanks in advance.
    Edited by: Vivek on May 22, 2012 8:25 PM

    Edit the report page > Report Attributes > Change the report template for different look and feel
    You can also customize the report template or even create your own template
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21674/ui_templt.htm#HTMDB25707

  • How to put water mark in web dynpro abap Adobe forms

    Hi
    Can any body tell me how to put water mark in web dynpro Abap adobe forms ,
    actually I need to print water mark as back ground in gray color.
    Points will be rewarded of Helpful answer..!
    Regards,
    Sidram

    Hi,
    for more information about layout options in forms, go to your form in transaction SFP, layout view and choose Help -> Adobe LifeCycle Designer Help. There you find information on page layout, e.g. " Objects can be placed anywhere on a master page, inside or outside the content area. As a general rule, do not place objects inside the content area unless your intention is to have other objects laid down on top of the master page objects when the form is rendered. If you are setting up a watermark, place it inside the content area. "
    Besides, there's an Adobe forum where you might get more information for such Adobe questions.
    Regards, Heidi

  • Which folder i have to put my .jsp file for web report?

    for web report(not the paper report) i put my .jsp files in the
    \reports\j2ee\reports_ids\web
    folder
    this is for the DS(Developer Suite)
    i'm trying to move this file to different machine where AS(Application Server)
    is installed.
    but couldn't find above path. where do i have to put .jsp file for
    web report?
    or do i have to modify in the registry? if so, where?
    Thanks

    Hello,
    Take a look to the thread :
    where to add new jsp reports directory location in path
    "...You have to keep jsp files under document root that is OH/j2ee/OC4J_BI_Forms/applications/reports/web directory. You can create sufbolders under this directory and keep jsp files. ..."
    Regards

  • How do I put a collection in a readonly report on the fly

    How do I put a collection in a readonly report on the fly??
    Thanks, examples if you can please.

    Doug,
    You can simply create a report region and use that to display the records in the collection:
    SELECT
      c001,
      c002,
      c003,
    FROM
      apex_collections
    WHERE
      collection_name = 'YOUR_COLLECTION_NAME'Thanks,
    &#150; Scott &#150;
    http://spendolini.blogspot.com/
    http://sumnertech.com/

  • How can we print optic mark on BI Publisher report

    Hi
    We have a requirement to print optic mark on BI Publisher report which will print on the first page.
    The optic mark will appear on the right border of the report.
    Please let me know if any of u had worked on such requirements.
    Thanks
    Edited by: user562690 on Jan 8, 2009 5:32 PM

    Please help me if anyone had worked on such requirement
    Thanks
    skr

  • How to add water mark in already build report

    hi experts............
    im fresher , i need to add water mark in already build report..please help me to do this.......
    Moderator message: please do more research before asking, show what you have done yourself when asking.
    Edited by: Thomas Zloch on May 20, 2011 9:25 AM

    I'm not sure the is a solution in your version. Duncan Mills blogged about a solution here https://blogs.oracle.com/groundside/entry/placeholder_watermarks_with_adf_11 but it's for a later version.
    However it might help you getting started.
    Timo

  • Running a parameter report from form bulder

    Hello,i was able to finally run a report from forms 9i,however when this report is a parameter report it doesn't work and i get an error.
    Please tell me what to do and don't tell me to read the frm9isrw9i file because i already did and i am completely lost on it.

    "....and i get an error." I've got my crystal ball out at the moment but I just can't seem to see the error message ;O))
    Seriously, it helps us a lot if you can post the full error message.
    Thanks
    Grant

  • How can I put a marker on the time line ?

    Hi,
    I'm trying to set a marker on a composition timeline with a script but... I can't do it.
    I easily create a marker on a layer in my composition, I easily create a marker on my composition when nested in an other comp, but I just don't find how to say, "Hey, I just want you tu put a marker on top of everything", just when you hit the " * " on your keyboard with no layer selected.
    Can anyone help me ?
    Thx,
    See ya.
    --- EDIT ---
    I totally missed it when I first searched on the forum, but I found this thread : http://forums.adobe.com/thread/496748?tstart=180
    Two years ago, my request was impossible to solve, is it the same now ?

    What do you mean when saying "if the same name exists" ? If the same menu item exists ?
    Yes, for example "File > Import > File..." and "Composition > Save Frame As > File...", both are labeled as "File..."
    app.executeCommand(app.findMenuCommandId("File..."));     Wouldn't know which one you are talking about.

  • Every tune in my library is marked with an explanation mark and produces a report " The song ..... could not be used because the original file could not be found. Would you like to locate it?"  Probably yes - but how ?

    Every song in my library, both purchased or downloaded from a CD, is marked with an exclamation mark and produces a report " The song ......... could not be used because the original file could not be found.  Would you like to locate it ?"     Well, probably yes - but how ? and why necessary ?  HELP !

    It would help to have more background about your iTunes collection such as if you keep it on an external drive, or if you have moved or renamed anything recently.  iTunes is very sensitive to you renaming or moving files or folders involved with your media.  iTunes only keeps a reference to where a media file is located  and then goes to look for it when you try to play it. If you have changed things since it was added to itunes then it's like me sending you to look for a friend in my addressbook but that friend has moved.
    The other possibility is your computer is starting to lose files.  Again, the computer uses a reference database to tell it where on the drive to look for a file. If that database gets corrupt then it starts losing files.  Use Dsk Utility's first aid to verify your hard drive.

  • Lexical parameter report in oracle reports

    Hello
          I am new in oracle forms and reports.I am using oracle weblogic 10.3.5 with oracle forms and reports 11g at windows 7.
    I have need to create a lexical parameter report In which I have query as:
    select &P_1 ename,sal from emp
    this works well but here I have to give the default value with lexical parameter which is ename but i do not want it.
    Here If I give the value to P_1 --> empno
    then It returns all data but there is column heading  is ename for data empno from emp table.
    Is there any way so that to eliminate the default value for lexical parameter.Actually I want the sql data source query like
    select &P_1 ,sal from emp
    But flashes error ORA 00936 of missing expression.
    Please suggest me
    Thank You
    regards aaditya

    Hi,
    Check the datatype of the USERNAME and width value assigned for it. Because the cause for this error is:
    An arithmetic, numeric, string, conversion, or constraint error occurred. For example, this error occurs if an attempt is made to assign the value NULL to a variable declared NOT NULL, or if an attempt is made to assign an integer larger than 99 to a variable declared NUMBER(2).
    Change the data, how it is manipulated, or how it is declared so that values do not violate constraints.
    Thanks,
    Vidya Viswanathan.

  • How to put "Quotation marks" in a String???

    I'm trying to put quotation marks in a string, but I don't know how.
    Can someone help me?

    String hello = "\"Hello\"";

Maybe you are looking for

  • Editing a webi document

    Hi, When I try to edit a document, edit() Javascript function is called from IVIntegration.js. From edit(), goEdit() function is called which is available in callback.js. From goEdit(), doEdit() function is called and I believe Editing document inter

  • Problem with the "make config" command

    Kernel Compilation from Source for New Users I download the linux-2.6.37-ARCH source files and copied them to /usr/src/.Then i  used "cd linux-2.6.37-ARCH" to move to that directory so i could use the "make config" command.Now,when i use "make config

  • Win 8.1 Outlook removed iCloud link so contacts do not update and yet the mail folder seems to update

    Rediculous... Windows updates 8 to 8.1 and iCloud on Outlook does not work - is it ignorance or spite? How do I fix the problem please.

  • DVD Stutter with Satellite L series

    DVDs have been playing just fine for the past year, but last night they started to stutter, audio and video. I've compacted the HD and freed up as much memory as possible by turning off AV etc, but this wasn't necessary before. Any suggestions as to

  • Tool Palette Problem with FCE

    Hello, Thanks for everyones help with FCE so far. I have lost my tool palette to the right side of the timeline. How do I return the tool palette? I can see the tool palette in the button list but it majically disappeared from the screen?