Default display of a report in a search page

Hi all,
I have a report like
SELECT "W"."START_DT" "Start Date",
       "W"."CAMPAIGN_CODE" "Campaign Name", 
       "W"."MKT_CHANNEL" "Channel",
       "W"."MKT_SUB_CHANNEL" "Sub Channel",
       "W"."PROMO_CODE" "Promo Code",
       "W"."TRACKING_CODE" "Tracking Code",
       "W"."TFN" "TFN",
       "W"."STATUS" "Status",
       "W"."CAMPAIGN_CODE" "Edit"
       FROM
         "WC_MKT_CAMPAIGN_DS" "W"
       WHERE
     (MKT_CHANNEL = decode(:P1_CHANNEL,'%null%',MKT_CHANNEL,:P1_CHANNEL))
   AND
(MKT_SUB_CHANNEL= decode(:P1_SUB_CHANNEL,'%null%',MKT_SUB_CHANNEL,:P1_SUB_CHANNEL))
AND
      (PROMO_CODE = decode(:P1_PROMO_CODE,NULL,PROMO_CODE,:P1_PROMO_CODE))
     AND
      (TRACKING_CODE = decode(:P1_TRACK_CODE,NULL,TRACKING_CODE,:P1_TRACK_CODE))
     AND
       (TFN = decode(:P1_TFN,NULL,TFN,:P1_TFN))
   AND
     ( START_DT = decode(:P1_STARTDT,null,START_DT,TO_DATE(:P1_STARTDT,'DD-MON-YYYY'))) only when i press a button search the report is getting displayed,
But, i want as, once i login into the app. the default report should get displayed
Please, if any help will be great

Try changing your channel selection to
(MKT_CHANNEL = decode(:P1_CHANNEL,'%null%',MKT_CHANNEL,NULL,MKT_CHANNEL,:P1_CHANNEL))
   AND
(MKT_SUB_CHANNEL= decode(:P1_SUB_CHANNEL,'%null%',MKT_SUB_CHANNEL,
        NULL,MKT_SUB_CHANNEL,:P1_SUB_CHANNEL))

Similar Messages

  • Hide and Display submit button on the Simple search page.

    Heading 1: h1 Hide and Display submit button on the Simple search page.
    I'm trying to set the enabled property of the submit button on the simple search page. The business case is to disable the button if the VO has not returned any rows.
    The Submit button is on the page button bar.
    regards
    Abhi

    Hi,
    I have already added this in my ProcessRequest, the issue I am facing is it the submit button is disabled while I load >the page which is fine. but when I do a search and the query returns rows still the submit button is disabled.---Will nt reuired SPEL here..
    ---On go button click setsession value.
    Follow below steps:
    CO PR:*
    OASubmitButtonBean continueBtn=(OASubmitButtonBean)flowLayout.findChildRecursive("continueBtn");
    if(continueBtn != null && "D".equals(oapagecontext.getSessionValue("Flag"))
    continueBtn.setDisabled(false);
    else if(continueBtn != null )
    continueBtn.setDisabled(true);
    CO PFR:_
    if(pageContext.getParameter("Go") != null)
    oapagecontext.putSessionValue("Flag","D");
    Regards
    Meher Irk
    Edited by: Meher Irk on Mar 22, 2011 7:48 PM
    Edited by: Meher Irk on Mar 22, 2011 7:48 PM

  • How to set PDF file default display size through Report Writter 6i

    Anyone could help me, how to setup default display (magnification i.e 100% or 80%) for a pdf file generated by report writter 6i.
    Thanks
    Raj

    hi,
    regarding report, there is a dedicated report forum. you should post there.
    but answer for your question is form is nothing to do with the pdf generation. you can call the report from the as usual.
    In the report you should set the properties like
    destype to 'file'
    desname to 'path with file name'
    desformat to 'pdf'

  • Since installing imesh last night, and since uninstalling it, my default New Tab is now the imesh search page. I can't seem to take it out or change it to a different New Tab default page. Any suggestions?

    I have been through all the User Defined settings on the about:config page. There is one there that looked promising, but I am prohibited from changing it in about:config.
    There is nothing I can find in Tools Options pertaining to what your new tab page setting is, or how to modify it.

    I have been through all the User Defined settings on the about:config page. There is one there that looked promising, but I am prohibited from changing it in about:config.
    There is nothing I can find in Tools Options pertaining to what your new tab page setting is, or how to modify it.

  • Can not modify the layout for my Default Display Form, inside an issue tracking list. the form will be blank after adding the cusotm styles

    I am working on an Issue Tracking list inside SharePoint 2013. but when a user clicks on an item , the description field will occupy only a small area of the page , while most of the page will be blank as follow:-
    so using F12 Developer Tools on IE i detect the marckup for the Description field as follow:-
    where it is mentioned that it have a Width=350, so i add a Script Editor web part to the displayform and i specify the following to expand the field from 350 to 1000:-
    <style>
    #SPFieldNote
    {width: 1000;
    <style>
    but the result is that the display form will display nothing when clicking on an item as follow:-
    Of course if i remove the ScriptEditor web part the form will be shown again..
    so can anyone advice from where i can force the default display item view to occupy the whole page size ? Thanks

    Hi John,
    Since width is mentioned in 'td' itself, so using styles we can't overwrite the width. For that you can implement javascript or jQuery code to set the width on td element.
    $('#SPFieldNote').width('1000px');
    Regards,
    Brij K

  • Activity search page in BAM portal

    Hi All,
    How we can change the back ground color of the report in activity search page in BAM portal?
    For example :
    If i select ALL in Business Data drop down list  or
    items to show list box in activity search page of BAM portal (Like Started ,in progress,Completed and Exception of the messages in biz talk)
    Each message information in report should generate with different colors .

    Hi Vittalaranga,
    You can do that by customizing the .css file associated with the portal, for more information have a look  at Customizing the BAM Portal Configuration
    Maheshkumar S. Tiwari| http://tech-findings.blogspot.in/

  • Defining default value for financial reports display in the workspace (9.3)

    Hi
    I need to change the default value for financial reports workspace preview mode, for every workspace user. It is actually set on html, and I would like to have pdf instead.
    This option can be changed when logged on the workspace, in file->preferences->financial reporting->default preview mode. However I want every user to start with the right settings, so they dont have to change anything manually.
    I have tried to do it with Shared Services : under projects, BI+, assign preferences. From there I can change the default folder and the start page (the general preferences), however I cannot find the options for financial reporting.
    Is there a way to change these values with hyperion tools ?
    If not, is it possible to change it directly in the repository DB ?Thanks and best regards

    We looked at this about 2 years ago - from memory, you can only set preferences when the users are first setup in Shared Services, under the manage preferences section of the wizard.
    I can't remember if there is a settings file you can edit for the default users - i think there is, but again this must be set before users are set up.
    We looked at changing users preferences, but gave up on the idea as all users had been provisioned already :-(
    Cheers, Iain

  • Hide 'No data found' msg in report region  when you 1st click search page

    Hi,
    (sorry if it's confusing but my APEX is in FRENCH and I tried to translate)
    I created a search page in my application.
    1- I have an HTML region, with a search box and I search button
    2- I've got a report region (PL/SQL source) which sometimes returns no data, giving a 'No Data Found.' message.
    When I click on the search page for the 1st time (on my navigation bar), I would like to HIDE the report region so I don't have the " No Data Found" message.
    Only Once we click on the search button and there is no result, I want to have the message "No Data FOund"
    How can I achieve this?
    thanks
    Roseline

    1. create a hidden element on your page (P1_HIDDEN_ELEMENT)
    2. put your No Data Found message in a span tag
    <span id="no_data_found">No Data Found</span>3. create an on load computation to set your P1_HIDDEN_ELEMENT to 'no_data_found' if it is NULL and to set it to ' ' if it is NOT NULL - type PL/SQL Function Body
    BEGIN
       IF :p1_hidden_element IS NULL
       THEN
          RETURN '<script>html_HideElement(''no_data_found'');</script>';
       ELSIF :p1_hidden_element IS NOT NULL
       THEN
          RETURN ' ';
       END IF;
    END;4. Put this into the page footer:
    &P1_HIDDEN_ELEMENT.The other solution would be to create a display region - pure HTML and to display that first. Once the search is started that region would remain hidden and only the report would show up.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • UI defaults for LOV on report not working?

    Hello,
    I have a table called CUSTOMERS and an associated lookup table called DISCOUNT (each customer is associated to a discount level).
    I defined a complete set of UI-defaults for CUSTOMERS, containing a LOV-definition for the column DISCOUNT_ID (which is the FK to DISCOUNT).
    I specified that DISCOUNT_ID is to be "displayed as text(based on LOV)" as a report default.
    APEX (3.1.2) seems to ignore that completely when I create a new report and agree to use the UI defaults.
    I always get a column displayed as "standard report column" and no associated LOV.
    Am I doing anything wrong?
    Strangely, the similar setting for (tabular) form defaults works fine.
    Thanks in advance for any hint!
    Ingo

    Also Nelmaz,
    I have just checked OSS notes and found below note helpful to you:
    Note 1059465 - CN43N: Dynamic selections for scheduling data of WBS elemnts
    Symptom
    You cannot use transaction CN43N to create dynamic selections for scheduling data of WBS elements (table PRTE). You can use transaction CNS43 to do so.
    Hope this helps.
    Please assign points as way to say thanks

  • Code page issue - Unix file(s) content display in a report output

    Hi All,
    I am trying to retrieve file from Unix server and display in my report output.
    I have written code as below:
    OPEN DATASET filename FOR INPUT IN TEXT MODE ENCODING DEFAULT.
      DO.
        READ DATASET filename INTO i_tab-line.
      ENDDO.
    CLOSE DATASET.
    1. Now i am able to display files of type .txt in report output but with line numbers above each line.
    How can i avaoid it! I want to display as it looks in AL11 view.
    2. If i am displaying files of type .PDF it is giving dump with below message:
    A character set conversion is not possible.
    At the conversion of text from code page '4110' to '4102' is not possible.
    - a character was found that cannot be displayed in one of the two code pages;
    - or it was detected that this conversion is not supported.
    How can i display the .PDF (or) all types of files in my report as it is viewable in AL11.
    Can anybody solve this this.
    I have tried UTF-8 & NON-UNICODE options with ENCODE also they are also giving same dump.
    Can anybody resolve these issues!
    Thanks in advance.
    Thanks,
    Deep.

    Hi All,
    Any resolution for above posted issue!
    Thanks,
    Deep.

  • Error in displaying a webi report

    We are getting an error RWI 00317 when trying to display a webi report within a .net application.
    When searched in the net, RWI 00317 occurs due to the reason that xalan.jar is missing... But that is for a java application. What is the similar solution for .net applications.
    Any help/info on this would be much helpful.
    Thanks.

    We are using Web services SDKs, and following is the exception.
    Thanks in advance for any info on this.
    Business Objects Web Service Error: getDocumentInformation exception (Error: RWI 00317)
    BusinessObjects.DSWS.DSWSException occurred
      Message="getDocumentInformation exception (Error: RWI 00317)"
      Source="DSWS Web Service Consumer"
      CallStackTrace="com.businessobjects.rebean.wi.ConfigurationException: Cannot transform XML to HTML. (Error: RWI 00317)\n\tat com.businessobjects.rebean.wi.HTMLViewImpl.doTransform(Unknown Source)\n\tat com.businessobjects.rebean.wi.HTMLViewImpl.getStringPart(Unknown Source)\n\tat com.businessobjects.rebean.wi.HTMLViewImpl.getContent(Unknown Source)\n\tat

  • Placing buttons in a region displaying an Interactive Report

    Hi,
    I have a page on which I am displaying an interactive report.I would like to place buttons on this region where the report is displayed-
    - The first button right of the search bar of the interactive report
    - The second button right of the first button.
    - The third (exactly ) below the second button (still right of the search bar)
    I am aware that if this where an HTML region,then I would have had the flexibility to place the third button in a new line without a problem,but can I achieve this in a region displaying an interactive report?
    Is there any way to do this?
    Regards,
    Priya Jetley

    Create the buttons as region buttons in the IR region, with the following properties:
    Button Position: Right of Interactive Report Search Bar
    Button Alignment: Left Right
    Enter *style="display: block; float: right;"* in the Button Attributes of the third button.
    Edited by: fac586 on Nov 11, 2008 8:04 AM
    Changed to fix slight layout glitch in Firefox 2.
    Edited by: fac586 on Nov 11, 2008 9:06 AM
    Changed back as the slight glitch in FF2 is preferable to not working in FF3 and Safari

  • Image not displaying in pdf report using XSL-FO and using Oracle 11g databa

    Good Afternoon,
    I have created over 15 reports using XSL-fo, with the following syntax to display an image on the pdf:
    fo:block margin-left="0.24cm" margin-right="0.27cm" margin-top="0.0cm" ><fo:external-graphic content-width="scale-to-fit" content-height="scale-to-fit" width="1.73cm" height="1.57cm" >
    <xsl:attribute name="src">'url("http://readiness:7780/i/marforcom_symbol_rpts.gif")'</xsl:attribute></fo:external-graphic>
    </fo:block>
    This syntax works fine when using Oracle 10g, now my database has been upgraded to 11g and my image no longer displays in the reports. I have already upload the image into the database as a workspace image.
    I have tried to point the image @ the image by using url(#WORKSPACE_IMAGE#marforcom_symbol_rpts.gif)
    or <img src ="#IMAGE_PREFIX#marforcom_symbol_rpts.gif")
    and it still doesn't work.
    I have searched this forum trying to come up with a solution that will fix my problem and am unable to.
    Current config: Oracle 11g, using pl/sql gateway.
    I need to know how to point the xsl-fo file to the database, where the image now resides.
    Thanks,
    Mary
    Edited by: MaryM on Jul 25, 2012 3:15 PM
    Edited by: MaryM on Jul 25, 2012 3:51 PM

    Hi,
    I think you need load images to database XDB virtual directory /i/ and then use #IMAGE_PREFIX# substitution.
    This might help to access /i/
    http://www.apex-blog.com/oracle-apex/accessing-i-using-ftp-170.html
    Or use this to load images
    http://oracleinsights.blogspot.fi/2012/05/loading-images-into-oracle-xdb.html
    Regards,
    Jari
    My Blog: http://dbswh.webhop.net/dbswh/f?p=BLOG:HOME:0
    Twitter: http://www.twitter.com/jariolai

  • Displaying image in report DESFORMAT ='SPREADSHEET' (Excel)

    Hi,
    I want to display a logo in Excel report. I have created one formula column with function
    function CF_4Formula return Char is
    begin
    return('/report/xls/gelogo_new.bmp');
    end;
    I have placed the image in the above path. When I execute the report image is not appearing in it.
    What could be the issue?
    Below is the code in After Parameter form Trigger.
    :DESTYPE = 'FILE'
    :DESNAME := '/report/stg/'||:p_report_name||'_'||:p_calendar_month||:p_calendar_year||'.xls';
    :DESFORMAT: 'SPREADSHEET'
    Also please tell me how to set/see the default directory of REPORTS_PATH in Unix server.
    Can anyone please help me out with this issue.
    Thanks,
    Kishore.

    Thanks for the response. Sadly yes, the path is correct. I've
    tried both the relative path and the full path (e.g.
    ../images/theimage.jpg and
    http://mysite.com/images/theimage.jpg)
    . Putting either address into a browser will return the correct
    image if I'm in the right location.
    So, I can get this expression: IIf(query.image NEQ "",
    DE("../images/smProds/" & query.image), DE("None")) to display
    the correct path, but what I really need is the image located at
    that spot to display in the report. What is happening is that
    report builder is returning the string, but not the image. When I
    looked at the tutorial it implied that the image would be displayed
    rather than the string.
    Is there something in report builder that determines whether
    the actual image is displayed? A property setting that I'm missing?
    Or maybe the expression iteself is wrong i.e. it is doing exactly
    what it should (display the string) and a different expression
    format is required to get the image iteself. For example, flagging
    some text as a hyperlink to the image? Not sure how you would pass
    the image name value in that case.
    Appreciate your suggestions.

  • Displaying Crystal reports in a JSP Page

    hello,
    Can anybody help me out in displaying Crystal reports on a JSP page.
    which needs to be deployed on weblogic server and oracle database.
    i am new to crystal report and dont have much idea how to proceed.
    if you can give me a pointer how to start then i can proceed.
    waiting for the reply eagerly

    Start with the Crystal reports site.
    [url http://www.businessobjects.com/products/dev_zone/java/default.asp?ref=devzone_main] Java zone has some documentation and basic examples on how to do it

Maybe you are looking for

  • How do i add my my old pictures on my iphone to photostream

    i have thousands of pictures on my phone and wnat to have them syncd to photostream.... i can't figure out how to get them on there

  • How to install and configure configure IGS for J2EE server 700

    Hi, Please help me in installing and configuring IGS for J2EE server700 as i need it to run Business Graphics for my Web DynPro application. Earlier i had installed J2EE server 640 and i didnt have to do any separate installation for IGS. I just had

  • Defringe doesn't work...how to get rid of red fringe

    After making a selection around a not-too-sharp person, Refine Edge has left me with a nasty red halo that defringe just won't get rid of. I really need help! I tried making a selection, contracting at 1 and 2 pixels, inverting and deleting, but it d

  • CS3 and OSX 10.6

    Hi, I updated my macbook to 10.6. Since this time my CS3 is not working. I can install but after that comes only an errormessage. What can I do to work with CS3 in OSX10.6

  • Inventory Issue

    Hi There, I'm having an issue with our SAP Business One system.  We have an inventory item that we placed a Purchase Order for, and later canceled it.  The PO now shows that it is canceled.  However, if I look at the item, the quantity I had on the C