Report Development issue: I have queryy of 1600  line but report builder

Report Development issue: I have queryy of 1600 line but report builder 1320 lines . But i m can't create views becasue many parameters are used in it please give solution how can i paste 1600 line in report bulder.

you would have to build a dynamic statements that will make up your query.
e.g.
select &column
  from &from_clause
where &where_clause;where:
column is a user parameter that makes up of columns
from_clause is a user parameter that makes up of tables involves
where_clause is a user parameter that makes up of condition statements
and the above parameters can be defined on the report triggers AFTER PARAMETER FORM.

Similar Messages

  • Crystal Reports Developer XI shuts down when trying to run a report

    I have been using Crystal Reports in my office since 2005 without any problems.
    However, recently when previewing reports in the Developer edition of Crystal Reports XI I have experienced a problem. After logging onto the databases and selecting the parameters, instead of displaying the report the application closes. This only occurs on a few of my reports, I have not made any changes to these reports and up until now they have been working without error.
    The only change to the operating environment has been a recent upgrade to Windows XP.
    Any suggestions for a fix?

    Naveen,
    The reports where developed in the current version. 
    There isn't any other version installed on the machine.
    I only have Crystal Reports Developer XI installed on 1 machine in the office.  The reports are loaded in the Business Objects Management Console and available for other office staff to run from the Business Objects Viewer.  The reports run OK from the viewer.
    I have tried un-installing Crystal Reports Developer XI and re-installing it already - the problem still occurred.
    There are a number of faulty reports, some query 1 database others only 1 database, some have SQL tables others do not, most of them have subreports, formula fields, parameter fields, and group name fields, 1 also has a running total field.
    Most of the reports I have created are similar but have different selections.
    Thanks for your help, hope we can find a solution.
    Ann.

  • Reports 6i - Can v hav more dan one layout in report?

    Hello all,
    Can somebody tell me dat
    Can v hav more dan one layout in report?
    plzz

    The answer is yes, but you should be asking this in the appropriate forum for [url http://forums.oracle.com/forums/forum.jspa?forumID=84]Oracle Reports.
    Regards,
    Rob.

  • Oracle 10G Forms and Reports Developer Issue (CANVAS Property)!!!

    Okay guys. I have a form that uses a canvas named as CANVAS4 and another canvas (horizontal toolbar) named HEADER that is the subclass of HEADER and a library called TDAS.
    What happening is, my CANVAS4 color is r240g240b255 and when i try to set the color of HEADER as r240g240b255, it sets the color but don't display this color on screen.
    How i come to know that it sets the color?
    I've used get_canvas_property() to get the background color property of HEADER.
    I almost spent four to five hours but all in vain.
    I want you guys to help me as soon as possible. I'll be very thankful to you.
    And please do it soon.
    Regards...

    CANVAS 4 set to color r240g240b255 and it shows while HEADER when sets to r240g240b255, doesn't set it.
    Both canvases has default color gray12

  • Formating issue in report 10g between report developer and application

    I need help, I hope my description will be explicit enough for someone out there to understand. I have a comment field in report developer, the user wants it to be right justified and the length to be 200 xters, the comment is derived from a function. In report developer the comment is coming out okay, but when I put it in the application the comment is exceeding the data field. I put a filll color in the comment and it comes out like below in the application.
    example
    The most significant achievement is to render help to those* who seek.
    In application, my filled is covered up to those, whereas in report developer, my filled covered all the comment line.
    The comment field is variable vertically and fixed horizontally, and enclosed by vertically variable repeating frame.
    This is an issue because part of the comments is chopping off when user run and print this report.
    Thank you.

    Try by setting view properties like Table or Pivot table if this is not working then attach the report to a page and set the section properties and see how it works.
    If this is not working then Notes might have trimming it ;)
    If helps pls mark

  • Crystal Reports for Eclipse vs. Crystal Reports Developer

    We are developing a Java web application for internal use.  Since we have some people at the company who are familiar with Crystal Reports, we'd like to have them write reports that we can display through our application.  Crystal Reports Server seems like overkill for this project, but the <a href="http://devlibrary.businessobjects.com/BusinessObjectsXIR2/en/devsuite.htm#en/JRC_SDK/">JRC</a> sounded like a good fit.
    I have been evaluating <a href="http://www.businessobjects.com/products/reporting/crystalreports/developer/default.asp">Crystal Reports Developer</a> and trying out the <a href="http://support.businessobjects.com/communityCS/FilesAndUpdates/crxi_r2_jrc_web_samples.zip.asp">JRC samples</a>.  The samples don't use the tag library.  Instead, they show how to set session variables and redirect to a viewer JSP which contains a bunch of Java code to use the CrystalReportViewer.
    The samples are so much more complex than the code created by Crystal Reports for Eclipse, which simply uses the tag library:
    <%@ taglib uri="/crystal-tags-reportviewer.tld" prefix="crviewer" %>
    <crviewer:viewer reportSourceType="reportingComponent" viewerName="myreport-viewer" reportSourceVar="myreport" isOwnPage="true">
    <crviewer:report reportName="myreport.rpt" />
    </crviewer:viewer>
    I assume that I should be able to use the same tag library approach without using Crystal Reports for Eclipse, but I haven't seen any tutorials on it.  I'm trying to understand whether I should purchase Crystal Reports for Eclipse instead of Crystal Reports Developer.
    This is the difference, as I understand it:
    Crystal Reports Developer gives you the stand-alone Crystal Reports Designer and the right to run the JRC on an internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.40434600">$595</a>.
    Crystal Reports for Eclipse Standard provides a free report designer built into Eclipse.  It also includes the JRC for use on an internal server.
    Crystal Reports for Eclipse Professional provides "a more powerful runtime engine" with the right to run it on one internal server.  It costs <a href="http://store.businessobjects.com/store/bobjects/DisplayProductDetailsPage/productID.52068100">$495</a>.  Is this the same JRC provided with Crystal Reports Developer?
    If the "powerful" JRC is the same as Crystal Reports Developer's JRC, could I install Crystal Reports for Eclipse Standard to take advantage of the Eclipse integration and the built-in designer, but use the more powerful JRC from Crystal Reports Developer, which would also give me the stand-alone designer?

    <p>Hi there,</p><p>     If you are planning on deploying a JRC application then you should definitely be using Crystal Reports for Eclipse for your runtime engine. It is the latest version of the JRC and includes many updates not available in Crystal Reports Developer.</p><p>As for "power" the JRC included in CR Developer is on par with the JRC available in the Basic edition of Crystal Reports for Eclipse. The Professional edition of Crystal Reports for Eclipse provides the most powerful version of the JRC available.</p><p>With the release of Crystal Reports for Eclipse, Business Objects is setting the groundwork for separating Developer needs from the Report Author needs.</p><p>A professional report author will require a professional report design tool. For these users we are recommending that they purchase Crystal Reports Professional.</p><p>The developer, on the other hand, generally needs the SDKs and a toolkit to assist with building applications. We believe that these should be available at no cost to the developer, only charging when the application is deployed (in this case a CR4E Pro license). This is different from the current model with Crystal Reports Developer where we have combined a professional report designer plus the required runtime.</p><p>So, to summarize, definitely use Crystal Reports for Eclipse for your application runtime and have your report authors puchase Crystal Reports Professional. If you need a more powerful engine, access to technical support or plan to deploy on multiple servers then I would recommend purchasing the Crystal Reports for Eclipse Professional license for your development purposes.</p><p>As for some tutorials on creating viewer pages, the integration in Eclipse provides a very simple way of accomplishing this. I would suggest reading the section titled "<strong>Creating a New Viewer Page</strong>" in our Getting Started Guide found at the following URL:</p><p><a href="/node/320"><strong> http://diamond.businessobjects.com/node/320</strong></a></p><p>Let me know if you have some follow-up questions. </p><p>Regards,<br />Sean Johnson (CR4E Product Manager) <br /><strong><br /><a href="http://www.eclipseplugincentral.com/Web_Links-index-req-ratelink-lid-639.html">Rate this plugin @ Eclipse Plugin Central</a></strong>           </p>

  • My iphone will no longer connect to my home wifi. it recognises it, but the searching cirlce is constant next to network name. there are three laptops and another iphone on the same wifi that have no issues. i have reset network settings

    my iphone will no longer connect to my home wifi. it recognises it, but the searching cirlce is constant next to network name. there are three laptops and another iphone on the same wifi that have no connectivity issues. i have reset the network settings but that did not help. the issue started last week when the second iphone was introduced to the house, could this be the cause?

    No.
    Any problem connecting your iPhone to any other wi-fi network besides your own?

  • Tax Column on the Customer Line Item Report

    Hi All
    We need a report for AR that has the fields : Business Area, Customer, Document Type, Document Number, Clearing Document(if any), Currency, Posting date, Amount, tax amount, payment amount, due date, payment date..
    I tried the standard report (FBL5n) but it doesnt have the fields 'tax amount' and 'cleared amounts' - so I tried to join the BSID
    and BSAD table in a query - which again times out...
    Is there another table I can map and or when using table(s) BSID and BSAD - what should be my join conditions..?
    Thank you
    Rukshana

    Please search the forum before posting your question.  This question has been asked several times.
    BSET does not maintain the values with respect to the Line Items.  So it is not possible to combine the values from BSET with line item reports.  You'll have to write a custom (Z-Report) report to cater your needs.
    Ravi.

  • What could Openreach have done to my line?

    I had a line fault. The Openreach engineer said there was a loose wire in the box down the road and it's now fixed. 
    Trouble is, afterwards my broadband speed (Sky) had dropped from over 5mbps (for the last 8years with different providers) to 3.5mbps.
    BT said speak to your ISP. But Sky said the line won't go any faster. I switched ISP in a huff, and it looks like it's the same with the new ISP; they (Zen) said the same, but to let it train. But it's 3.5mbps and doesn't look like it's going to change. 
    I'm in the test socket, quiet line test was quiet. Also, new router and filters.
    It looks like BT will just say, there's no fault i.e. "we're a monopoly and we can be as rubbish as we like." 
    What could the Openreach "person" have done in that box?
    FWIW, here's some stats:
    Uptime:
    1 day, 5:27:46
    DSL Type:
    ITU-T G.992.3
    Bandwidth (Up/Down) [kbps/kbps]:
    1.095 / 4.099
    Data Transferred (Sent/Received) [MB/GB]:
    110,54 / 2,19
    Output Power (Up/Down) [dBm]:
    12,8 / 0,0
    Line Attenuation (Up/Down) [dB]:
    26,8 / 43,0
    SN Margin (Up/Down) [dB]:
    5,8 / 6,1
    System Vendor ID (Local/Remote):
    TMMB / ----
    Chipset Vendor ID (Local/Remote):
    BDCM / IFTN
    Loss of Framing (Local/Remote):
    0 / 0
    Loss of Signal (Local/Remote):
    0 / 0
    Loss of Power (Local/Remote):
    0 / 0
    Loss of Link (Remote):
    Error Seconds (Local/Remote):
    125 / 0
    FEC Errors (Up/Down):
    0 / 0
    CRC Errors (Up/Down):
    742 / 181
    HEC Errors (Up/Down):
    567 / 596

    Fredstone wrote:
    I'm already in contact with Zen. But they will be at the mercy of Openreach too.
    Openreach is not a separate company. They're a division of the BT group (although they're supposed to operate independently).  They are totally independant under OFCOM rules
    When the line fault occured (phone dead), BT - who own the line and are the phone provider - were the correct port of call and responsible for testing the line and sending Openreach to fix it. Openreach didn't fix it (manifestly). But on talking to BT again, they're able to claim it is fixed when it obviously isn't as far as broadband is concerned. So nothing further gets done - unless Zen can persuade Openreach to do something in a week or so's time.
    I was hoping for any insight as to how BT's lines could have become "degreaded" in this way at the hands of Openreach. As well as highlighting the absurdity of it all.   There is no such thing as a  BT line the network ond owned and operated by Openreach for all service providers        
    Yor phone and broadband problems are seperate issues Openreach have repaired your voice line fault it is now down to your ISP to deal with Openreach to resolve your Broadband problem 
    If you want to say thanks for a helpful answer,please click on the Ratings star on the left-hand side If the reply answers your question then please mark as ’Mark as Accepted Solution’

  • Customer line item report with GL account display

    Hi
    Please guide some customer reports for the following
    Client need a Customer Line item reports with Customer number and repective gl account for each line items.
    for ex: Product A/c xxxxxx
              To Sales A/c xxxxxx(recon A/c)
    Thanks in advance

    Hi
    1.FBL5N -  Customer Line item Display (Customer Line item reports with Customer number )
    2.FBL1N - Vendor Line item Display
    3.FBL3N - General Ledger Line item Display
    The sales entry will be
         DR  Customer - to view this entry FBL5N
               CR Sales - to view this entry FBL3N
    Hope this will be usefull

  • Why have all 3 airport express base stations stopped working, BT have checked and improved line still not working?

    Why have all 3 airport express base stations stopped working, other users are on ipads and BT have checked and improved line but I still have an intermittent/no connection?

    You must tell us the whole setup.. what is the main router?? How are the express connected to each other?
    On ipad it works ok?? But you are on a computer?? MBP early 2011 running Lion?? That doesn't work.. even if you are right next to the main router??
    Plugged in by ethernet does it work??
    Have you installed a wireless diagnostic program.. ?? Actually Lion has one installed but hidden I believe.
    Later version bought it to the surface.
    About Wireless Diagnostics
    If you do run Lion please install the 5.6 airport utility as it will give you loads more info on how the units are connected.. and link speeds for extend wireless.
    How to load 5.6 into later Lion & ML
    1. Download 5.6 for Lion.
    http://support.apple.com/kb/DL1482
    Click to open the dmg but do not attempt to install the pkg.. it won't work anyway.
    Leave the package open on the desktop so you can see the file. AirportUtility56.pkg
    2. Download and install unpkg.
    http://www.timdoug.com/unpkg/
    Run unpkg on the desktop.. If your Mac refuses to run the software, because it wasn’t downloaded from the Apple store, go to security in preferences and allow other software to work.. this is limitation of trade methinks. You can set back later if you like.
    Now drag the AirPortUtility56.pkg file over to unpkg.. and it will create a new directory of the same name on the desktop.. in finder, open the new directory, drill down.. applications, utilities .. there lo and behold is Airport utility 5.6 .. drag it to your main utilities directory or just run it from current location.
    You cannot uninstall version 6 (now 6.3 if you updated) so don't try.. and you cannot or should not run them both at the same time.. although I have had no problems when doing so.

  • I need to get the logs of my iPhone 5. I'm a registered as a developer and I have an issue with one of my app which is already in the market

    I need to get the logs of my iPhone 5. I'm a registered as a developer and I have an issue with one of my app which is already in the market

    The Firefox 3.5.x branch has reached end-of-life and is no longer maintained.<br />
    You will no longer receive security updates.<br />
    You can update Firefox via "Help > Check for Updates" or download and install the latest Firefox 3.6.x.<br />
    Firefox 4 and later require at least OS X 10.5 and an Intel Mac.
    * http://www.mozilla.com/firefox/4.0/system-requirements/
    If you have problems with updating or with the permissions then easiest is to download the full version and trash the currently installed version to do a clean install of the new version.
    Download a new copy of the Firefox program and save the DMG file to the desktop
    * Firefox 3.6.x: http://www.mozilla.com/en-US/firefox/all-older.html
    * Trash the current Firefox application to do a clean (re-)install
    * Install the new version that you have downloaded
    Your profile data is stored elsewhere in the [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder], so you won't lose your bookmarks and other personal data.

  • We have report developed with VS 2005, is it possible to deploy it to BOE?

    If we use Crystal Report for Vistual Studio 2005 to develop the report, includes RPT file and the logic to get the data(c# code). Is it possible to deploy it to BOE server XI?
    If we use Crystal Report XI to design the RPT file, is it possible to get the result set by calling .Net method included in a assembly?

    BI scheduler can only schedule BI Publisher reports. You will have to convert the rpt files to bip report to use the scheduler.

  • Converted to Crystal Reports 2008 and now have an issue with deployment

    Post Author: lwager
    CA Forum: Deployment
    I have converted my application to Crystal reports 2008 and I have that as a prerequisite in my set up program but everytime I try to install the software package on the client's machine I get this error when it is trying to install Crystal Reports
    Verifying file integrity of C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msiWinVerifyTrust returned 0File trustedError: Setup has detected that the file 'C:\DOCUME1\lauriew\LOCALS1\Temp\VSD1B7B.tmp\CrystalReports 12.0\CRRuntime_12_0_mlb.msi' has changed since it was initially published.
    Does anyone know why I am getting this error?  Thanks in advance for your help.

    I'm having the same problem ! Can someone help me with this problem ????

  • Font Issue in Reports Developer 10g Linux

    Dear Members,
    I am facing a problem while migrating the reports from 6i to 10g Linux. When I migrate any report in 10g Linux, I have to set the format and font name along with its size.
    Is there any way to have the same font and size after migrating?
    I have to migrate more than 300 reports and it will take so much time to set the formatting once again.
    Please send me the steps to configure the font in Linux or send me any meta-link note #
    With kind regards,
    Muhammad Yousuf.

    hello,
    You have to check first the fonts you are using in your reports and from there you can either install them on your AS or make your reports compatible with your deployment platform etc...
    Please check www.degenio.com as I have documented the problems we had when deploying our reports on UNIX.
    Thanks

Maybe you are looking for

  • Satellite L875-12J: Win 8.1 upgrade - FN brightness key not operating

    After Windows 8.1 upgrade the Function keys for brightness are not operating. I've downloaded and installed all new software including that for the function keys without result. Brightness is not working in power plans or in change pc seetings. PS. F

  • Adobe, please help me with my transition to the Photography Program

    It has cost me days with no effect. Her eis what I want: have my one-app Photoshop CC to be transitioned to the Photography Program - which I managed to buy from Adobe (by telephone, in Dutch). I have the confirmation. First of all: I live in The Net

  • Programatically generating an event

    Hi All, Perhaps I have tunnel vision here, but can't figure why this isn't an easy fix. Problem: I have an event structure with 7 events. One of these events (#3) removes a line of data from a table (indicator). It is activated on a value change of t

  • Duplicate App installed in my Lumia 920

    Has this happened to any of you ? How does WP8 allow the installation of the same application twice? See attachment Solved! Go to Solution. Attachments: tuneinradio.jpg ‏1778 KB

  • API for DMS Connector(KM)

    Hi, We configured the DMS Connector for KM on our portal. The DMS Document Explored Iview has document upload and DIR creation capabilities. We are trying to upload documents for browser(WD Java application) to DMS. We wanted to use the DMS connector