How to display space colums in report

Hi All,
I created one report, it have 21 columns.My table have 10 million records. I need only 5 Lacks records. My requirement is I need to add 4 space columns in that report.I am using Obi 10g.
Step1: In Answers, I implement case statement like CASE WHEN 1=2 THEN TIMES.YEAR or ‘ ‘ END.
Step 2: In RPD, I created new logical columns applied above case statement.
Step 3: In ETL, One new space column created, I import into the RPD and Pull into the report.
When I pull 4 columns into the report, it will not display the date and take more time but I remove those columns it will give data very soon.
Advance Thanks,
Thanks,
Raja

Hi Raja,
Have you tried just typing ' ' as the column formula in answers. I suspect using the case statement is resulting in the expression being pushed back to the database in an inefficient way.
Also shouldn't the statement be
CASE WHEN ... THEN ... ELSE ' ' END
Regards,
James
Edited by: James - Projected on May 28, 2012 2:34 PM

Similar Messages

  • Doubt , how to display ole objects in report builder

    Please tell me, how to display ole objects in report builder.
    I mean i wanted to print ole object in report, so how to do that.

    Just to clarify Lixia's response.
    In Reports 9i we have deprecated our OLE functionality. Reports created in prior versions that contain OLE objects should still run, but you will not be able to create new reports containing OLE objects.

  • How to display page numbers in report

    hi all,
    i would like to know how to display page numbers in this format " 1 of 5" in the report.
    Any help would be much appreciated.
    thanks
    seema

    Hi,
    Check this too...
    Page No. in ALV output
    If you query is solved, kindly close the thread.
    Regards,
    Anjali
    Message was edited by: Anjali Devi Vishwanathan

  • How to display results of a report based on current year

    Hi,
    Please advice me for the following requirement.
    I have a report which is having sales results, which is having year column also. Report has to be displayed based on the current year. Now it is 2013. I should show current year results only i.e 2013.
    In 2014, i should show only 2014 results. How to achieve this at a report level.
    regards
    CK.

    Hi CK,
    You are having Data for 2014 also. If not means, you can use sql query select max(year) from period.
    So it will show the final maximum end of the year(2013) from database.
    You can use dashboard prompts too. in the prompt also you can have specific year or sql query
    http://mkashu.blogspot.com
    Regards,
    VG

  • How to display the drill through report in a new browser seperate window

    Hello All,
    I am working on a drill through report which should run when I select the column value from the main report. The drill through report I am working on is Centerline Validate Angles for a specific line. It has 2 parameters, Pods ID and Angle. Main report supplies
    these 2 values. Right now, I am having an issue in displaying the drill through report in a seperate window. I have selected Go To URL option from the text box properties in main report and gave the expression as
    ="javascript:void(window.open('http://vmaidbdev1/Reportserver?%2fADN2%2fPipeline%2fCenterline+Validate+Angles+For+Specifi+Line&rs%3aCommand=Render&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    This is not working. The field in the main report is clickable but when I click it is throwing me error as Reporting services error. Could any one let me know if there is any error in the above expression or anything I need to add or correct.
    Please help. Thanks so much.

    Hi srisql,
    Sorry for the delay in getting back to you.
    After double-check the URL which I posted, I find that I have made some error in it. As you can see, there are some spaces in the URL. So please try the following expressions to check the issue again.
    Angle parameter is a multi-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="& Fields!LINE_ID.Value &"&Angle="
    &Join(Parameters!Angle.Value,"& Angle =") &"','_blank'))"
    Angle parameter is a single-value parameter:
    ="javascript:void(window.open('http://vmaidbdev1/reportserver?/Adn2/Pipeline/Centerline Validate Angles for a specific line&PODS_ID="&Fields!LINE_ID.Value &"&Angle="&Parameters!Angle.Value
    &"','_blank'))"
    The following general URL is for your reference:
    ="javascript:void(window.open('http://server_name/reportserver?/folder/ folder/report_name&parameter_name="&Fields!field_name.Value &"&parameter_name="&Parameters!parameter_name.Value
    &"','_blank'))"
    If you have any other questions, please feel free to ask.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • How to display space as zero in query o/p

    Hi all,
    In a key figure i'm having no values.
    I dont want to display space,instead i want to display zero in the query o/p.
    can anyone pls help this.
    Regards,
    shaw

    Hi Shana,
    You can define this setting in SPRO
    Go to SPRO -> SAP Reference IMG -> SAP Netweaver -> BI Settings -> Setting for reporting & Analysis ->Genral Setting for reporting & Analysis  -> Presenting numeric values in BEx
    here you will find the option to define as 0 for no values(If value does not exist)
    Hope it helps
    Sriman

  • How to display multiple column in report

    Hi Abaper,
    I have client requirment to develop new report for sim hotel.
    The requirment is we have select multiple hotel , based on hotel selection the report will display, the report layout like:
    Hotel1               |Hotel2               |Hotel 3          
    Day     |Month     |Year     |Day     |Month     |Year     |Day     |Month     |Year
    Please any one can give me idea  how to develop same layout for this requirment.
    Thanks in Advance.
    Regards,
    Sourav

    Hi,
    U can use write statement like below
    write:/ 'Day 1'.
    write:20 'Year 1'.
    This will leave 20 spaces between Day 1 and Year 1.
    For more information u can go to transaction 'ABAPDOCU' and in Keyword help type 'Write' u will get all options u can use with write statement.
    Let me know further.
    Cheers,
    Parth Parikh

  • How to display icon in alv report output

    hi,
    my ewquirement in in alv report in one column to diaplay the icon(tickmark) based on some codition.
    how to achieve it??
    condition is
    Affected (Locked on Current ECM) u2013 can use symbols    for affected and   for changing u2013
    u2022     Lock AEOI u2013 CCLCK for AE01-OBJKT (Material) lock.
    Condition:
      If AEOI u2013 CCLCK is activated then display symbols  (tickmark)  in line of their AE01-OBJKT (Material). else display
    (x mark)

    Hi,
    In field catalog of grid set
    Ex--
    when 'Field'.
      lwa_fcat-icon      = c_true.
    based on your condition
    set the desired icon in table.
    Ex.... lwa_table-field = icon_tick.

  • How to display ICONS in normal report without using icons table

    Hi Friends,
    I have to display icons(traffic lights) in a normal report.
    Can we do that without using icons table?
    If yes, please let me know how?
    Thanks,

    Hi Pagidala,
    Go to txcode - ABAPDOCU and in that expand BC-ABAP Programming->ABAP User Dialog->Screens->complex screen elements->status icons on Screens.
    In this you can see sample code which may help you.
    Cheers!!

  • How to Display Parameter set in report ??

    Hi all...I have a multi select Parameter in a Report.
    Generally we use this statement to initialize parameters in template
    <?param@begin: parameter_name?>
    and to display that we use: <?parameter_name?>
    But this is good for single valued parameters
    I have a multi select parameter, I need to show all those values(suppose 3) in title of report. (They cannot be included in the SQL as a column)
    How do we achieve this?
    Thanks a lot in advance!

    you can use the same <?param@begin:parameter_name?><?$parameter_name?> for multiselect values also

  • How to display HTML chars in report

    I have a field in database with following data.
    &lt;p&gt;This is data&lt;/p&gt;
    I have added a textbox in report in which I am displaying this column and it is displayed as it is. But I want to show it as HTML. So for that I created a function that decodes special chars and convert them into HTML.
    But after applying HTML decoding, now it is showing as:
    <p>This is data</p>
    As you can see now it is directly showing "<p>" tag instead of actually applying it. How do I fix this issue?

    That's strange, it should indeed not display the <p> tags.  Do any other supported tags work?  Try replacing p with b and check if the text is rendered in bold...
    List of supported tags: Importing HTML into a Report (Report Builder and SSRS)
    If that didn't help, have a look at the Properties pane with the placeholder selected.  The Properties
    dropdown will display "Selected Text", this way you can tell if you've got the placeholder selected (and not the whole textbox).  Now locate the MarkupType property.  It should be set to HTML.
    SQL Server MVP, MCITP/MCTS SQL Server 2008 <br/> Check out my articles at <a href="http://blog.hoegaerden.be">BI: Beer Intelligence?</a>

  • How to display data in interactive report column without colons (:)

    Dear Apex gurus,
    I'm a newbie and have just created an Apex application from a spreadsheet. I've created a named list of values and used it in a checkbox against a field in the default page 3 Create form.
    When I've selected multiple values in my check box in the form, the data in the interactive report appears as one line with colons separating the selected values like this: Dog:Cat:Bird
    What I would like is to have the data appear in the interactive report column as a multi-line list like this:
    Dog
    Cat
    Bird
    I can work around this by modifying the SQL code in the Region Source of the Region Definition of the report (Default Page 1 interactive report) to replace the colons with <br>
    SELECT replace("PETS_CHOSEN",':','<br>') "PETS_CHOSEN", FROM "MYAPP" Note: this doesn't format properly in the posting. I replace the colon with a html br
    This works, but seems to be a hack to me. I am guessing that I've missed a simple option setting somewhere, but I can't find it.
    The other problem with this solution is that when I export the report to Excel, what is exported is Dog<br>Cat<br>Bird, which is seems worse than colons.
    Thanks,
    - Morgan
    Edited by: mnrussel on 16-Feb-2009 04:13

    Hi Morgan,
    I think you have at least two choices:
    1 - Replace the colons with ', ' (comma and space) - sort of reasonable on screen and in an export
    2 - Create a second page that has the same report but uses the "export: csv" template. Create a manual link to this page to replace the standard Export link. When such report pages are requested, they download immediately instead of displaying. You can, therefore, use commas in this one and &lt;br&gt; tags in the on-screen report version
    Andy
    ps - To display tags in a post, use &amp;lt; for &lt; and &amp;gt; for &gt;

  • How to display barcode in ABAP report

    Hi Experts,
    I want to display the barcode of process order number in ABAP report without using SAP script or smart form. Please let me know how is it possible to display and print the barcode in the ABAP report.
    Thanks in advance.

    Hi,
    Please follow the links below
    Re: Bar Code  Generation in ABAP Report
    Create Barcode in ABAP : conversion to PDF
    also chk the link below, It also gives info about barcodes..
    http://www.mecsw.com/info/appnote/app_024.html
    hope it helps
    Regards,
    Manish

  • How to display "APPROVED" text on report as a background

    hi
    i want to display Text "APPROVED" on purchase order report as a back ground text...how can i do this?
    plz help me...

    Thank Gurus,
    ROTATE option from the left sided tool bar
    http://1.bp.blogspot.com/_KYY-OV98iIo/TJtWxqY5s-I/AAAAAAAAAIo/kRmL3tp9uHs/s1600/rotate.JPG
    "Insert" the image in the "margins"
    http://4.bp.blogspot.com/_KYY-OV98iIo/TJtXvhsw3cI/AAAAAAAAAIw/E_lQpwY0DXs/s1600/Iimage.JPG
    I visualize the solutions.
    If you have any more questions, please post it.
    Otherwise:
    Mark Helpful or Answer accordingly.

  • How to display the OBIEE 11g report in the Liferay Portal

    Hi,
    I have integrated with Liferay Portal and through portal we view the report and Dashboard.
    I have provided a Address(url) for individual pages to the portal based html coding it takes to OBIEE analytics.
    If say I have page A,B,C for each individual page the address(url) is different.
    so,If i click on dropdown A in portal side only that page A alone should display.
    Has like if click on dropdown B in portal side only that page B should display
    This can be achieved by hide Page.
    We have requirement wherein I have Dropdown D there all Pages A,B,C need to be display
    How do I achieve this? Please let me know the solution
    Thanks in advance,
    Padmini
    Edited by: 954468 on Mar 17, 2013 8:38 PM

    Please shed some light with your answers
    Thanks,
    Padmini

Maybe you are looking for

  • Exchange Server 2003 and OWA: Missing search box in contacts

    Don't know what has happened here, we got a new server administrator. Using OWA, connecting to our Server 2003 at the office.  He has put the Contacts in a Public Folder that we drill down into to access.  When accessing from home via OWA, and having

  • Acrobat 9 Portfolio can't be printed by Reader 9

    I have addressed this issue with Adobe Support and have either received references to KB documents that are totally unrelated, or have been told to just uninstall Reader 9 and install Reader 8, since Reader 8 works ok. In my opinion that answer is un

  • 20"cinema display revised?

    I bought 4 days ago a presumably just manufactured 20 inch cinemadisplay, The unit has already pixel and lightleakingissues.. When I called Apple about this , I was told this unit was manufactured in October 2005... Does anybody know wether these uni

  • Where is apple pro res format in mpeg streamline??

    i'm brand new to this. have a canon 5D Mark II and final cut express 4. am using mpeg streamline to convert files to work in FCE. people here seem to suggest "apple pro res" format but i don't see it in mpeg streamline.

  • What are various ways

    If its a off-topic please execuse me. But i am curious to know them. As there are so many experts here who have almost worked or have knowledge about different tools or software applications which do different tasks. As i am one of mumbaikar(mumbai n