Reports 10g - Dynamic Alignment?

Hi,
On my report let say I am displaying 3 sets of data (Ex: Employees data, Dept data & HR data). I want my report to be aligned in the Center.
For any reason if I dont get back any data for Depts, does the report dynamically align itself or does it put blank space there?
If Dynamic Alignment is possible can you please share the details.
Thanks much!

Hello
Search in the Reports Builder help for : " Linking an image object to a file"
Regards

Similar Messages

  • Reports 10g dynamic image logo

    Hi,
    I want to insert an employee image which changes in reports and taken from file system.I dont want to take image from database.Is there any solution?
    Your ideas will be appreciated.
    Regards,

    Hello
    Search in the Reports Builder help for : " Linking an image object to a file"
    Regards

  • Dynamic alignment of report column and page item value

    Hi friends,
    I have an interactive report which contains the columns like
    <li>empno
    <li>Name
    In the above i have "empno" with a column alignment of left and a "Name" with a column alignment of left.
    Whether it is possible to override the data alignment that we set in the report according to the value of the application item like
    If my application item value is US, then i need the column alignment of both the column"empno" and "Name" to be left and if my application item value is AR, then i need the column alignment of both the column "empno" and "Name" to be right. Whether is it possible to achieve the dynamic alignment to the report data of both the columns "empno" and "Name" according to the application page item value.
    And also in the case of page item i have a page item with a name P1_NAME in which it has a Element Horizontal/Vertical alignment to left.
    I need that element alignment of the page item to behave dynamically according to the application page item, like if the application page item is US then the element alignment of the page item has to be left and if the application page item is AR then the element alignment of the page item has to be right.
    Whether is it possible to achieve my above two scenario's friends. Kindly help me with this.
    Thanks in advance.
    Brgds,
    Mini

    Kees,
    Your approach is excellent and brilliant:-)
    I tried with your steps and i can achieve those alignment in both ways like you said(either on page load/through DA).
    But im going with the DA way. I have certain query regarding this kees.
    <li>Suppose if the report, is classic whether i can go with the same approach that i have achieved alignment with the IR report.
    <li>Currently through the DA way, i used the page item in the condition. Is it possible to use the application item instead of page item in DA. Because im going to use the application item FSP_LANGUAGE_PREFERENCE for getting the code either 'AR' or 'US'.
    <li>Finally i need this kind of restriction for the page item also, consider like i have a page item P1_X with an Element Vertical/Horizontal alignment as left. Now i need to change that alignment to right according to the application page item value, hence i can give application item condition for the page item like below
    PL-SQL EXPRESSION: :FSP_LANGUAGE_PREFERENCE = 'AR'
    i need the element alignment of the page item to behave dynamically suppose if the application item value is AR then the element alignment of that page item has to be right if the application item value is US then the element alignment of that page item has to be left, irrespective of the page item Element Vertical/Horizontal alignment that was set to it.
    Thanks for your kind help
    Brgds,
    Mini

  • How to debug reports in Reports 10g

    Hi,
    I'm customizing one R12 seeded report.Seeded report is working fine but when I modify the report by changing the query criterion then it's failing.Is there any debug feature like dbsm_output with sqlerrm in reports 10g .I can use srw.message to put messages inbetween.My report is failing in before report trigger itself.In the before report trigger I'm using lot of bind parameter and dynamic query construct.Is there any way I can get actual query construct from dynamic query the way we get it in back end using dbms_output and also trapping errors like sqlerrm?
    Thanks,
    Kiran

    your report is from EBS Release 12?
    then you have this sentece
    SRW.USER_EXIT('FND SRWINIT');.
    a user exit
    you can call from the builder
    you need to run with this sentence from ebs environment
    comment this sentence
    and similar in after report trigger
    if you use views of ebs you need to set in before report the environment to ebs
    you need to use
    mo_global.set_policy_context ('S', p_organization_id);
    inv_globals.set_org_id (p_organization_id);
    fnd_global.apps_initialize (-1, 50587, 401);
    the values of app_initialize depending the product that you use, (INV, AP, PO, etc)

  • Image Problem in Reports 10g

    Hi Gurus,
    I am using an Boilerplate in the Reports 10g. In the Property Inspection I am passing
    Source File Format : Image
    Source FileName : &P_IMG_LOCATION
    Where &P_IMG_LOCATION is the dynamic location which is fetched from the database
    For Eg . &P_IMG_LOCATION will be \\oracle\logo.bmp
    But It is giving accepting &P_IMG_LOCATION in the Source FileName.
    Please tell me how can i pass the location???
    Best Regards,

    Yeah, you can't do that. Instead, in your data model, create a formula column that is populated from &p_img_location. Then, set the "Read from File" property to "Yes" and the "File Format" to "Image". In your layout, create a new field and use the new formula column as the source.
    Message was edited by:
    Brian Hill

  • Reports 10g vs the good old days

    Having been running reports from forms since the good/old client-server days, reports 10g is both a blessing and a curse. While it's certainly nice not to have to install software on each and every client box, since reports are now kept in cache on the middle tier app server until the cache hits its max size limitation, other users can issue a ?getjobid=nnn and just fish around for reports that others have run. In the good old days, a user would run a report locally on their desktop, that could be printed, and no one else could look at it. Does anyone out there know how or if a report run on the app server can be run just for the user who has access to it, and not be available to anyone who is "fishing" with getjobid? I'd really like to specify, if I could that the report be cached for just a few minutes. Essentially most of our users generate reports only needed by them and they are very dynamic in nature, so storing them isn't really necessary. Any ideas out there?
    Thanks in advance.
    Phil McDermott
    University of Illinois

    Use the EXPIRATION parameter to specify how long a report is kept in the cache. See the online help.

  • Report 10g: Runtime Parameter Form

    Is there any way in Reports 10g to trigger Parameter Validation just after
    user enters a Parameter?
    I would like to have dynamic LOV in Reports Parameter Form....
    So contents of LOV list items in Report Parameter #3 would depend on the user selection from LOV in Report Parameter #1

    It is not as simple as just adding this parameter to the URL. You have to do some coding too.
    The basic problem is that the paramform code contains a HTML FORM without any action. So, you have to create an action yourself.
    See Metalink note 139546.1 on how to modify your reports (there should be a white paper on OTN too, but I can't find the link anymore).
    Bottom line is: yes, it is much simpler to use Forms as your parameter form.

  • Pass the file id or a parameter from a report (10g) to the distribution.xml

    Is there any way to pass the file id or a parameter from a report (10g) to the distribution.xml file?

    Hi,
    Please review article ID 273960.1 on metalink.
    The article actually describes an issue one may run into while enabling a reports distribution xml file to accept dynamic values, but you can extract the answer you're looking for by studying the above mentioned note.
    Best Regards and Good Luck,
    Mircea.

  • Running Reports 10g on Apps Server

    We have a Windows 2003 apps server running Oracle Forms and Reports 10g.
    We are having a problem running reports in Oracle 10g, and believe it to be something to do with the configuration files. Currently, we can run the test report through Enterprise Manager using both the default reports service and the one that we have created. However we are unable to run our own reports through forms.
    To check that there was nothing wrong with our forms, we copied one of the reports into the …\forms10g\reports\samples\demo folder to see if we could run it through Enterprise Manager. However, we get the following error:
    Rep-110: Unable to open file ……
    Rep-1070: Error while opening or saving a document.
    Rep-0110: Unable to open file …...
    We then renamed the test.rdf file and tried to run that. Again we got the above message. Next we tried again to run test.rdf, even though this no longer existed, and the report ran. This implied that it isn't actually running the report, but has the report output stored somewhere, and it just displays this.
    No matter how we try to run reports, and with which reports service, we always get the above error.
    So why is it that no reports will run, not even the test one when it is renamed? Is there a configuration setting somewhere?

    Hi All,
    Hope YOu are fine.
    We have running Oracle Forms and Reports Services 10g on Windows 2000 Advanced Server.
    The Application Works fine, and reports are generated successfully.
    But when we access the same application by using either Linux OS (RHEL 4.0, Ubuntu 6),
    The forms works fine but Linux OS could not run the report.
    This seems to be a configuration problem.
    Any Clues.
    Thanks and Looking Forward.
    Aamer Javaid
    [email protected]

  • Formula Columns are not working in Reports 10g

    Hi,
    We converted the reports developed in Reports 6i to Reports 10g. When we run the report in Reports 10g Builder everything works fine. But when we deploy the same report in Oracle Application Server and invoking the report the formula columns are not working ie., the fields/ placeholder columns which are based on the formula column are not displaying any values in the report.
    Please, someone help us in this regard.
    Thanks & Rgds,
    M T

    What version of Reports do you use..???
    Greetings...

  • Image_Item not working in Reports 10g

    we can't use ImageItems in our report.
    we had a table with some images in a column with Datatype Longraw. Because we can't use that with Forms/reports 10g, we cahnged the Table-Column to Blob and migrated the Data with Import/Export. Within Forms we don't have any problem, we can display the old migrated pictures, we can import new images with Webutils Client_Image.Read_Image_Item and we can display those new images as well.
    But now we have a problem with Reports. Our Report has an item (the new Blob_Column) in the query and that item is displayed within the report. If the Report is run for a record with a migrated Image, it works fine, but with a new Record and a new imported Image_Item, the Report fails (on the Server) with the following information in EM :
    Mit Fehler beendet: REP-69: Interner Fehler REP-62203: Interner Fehler beim Lesen des Bildes - Unable to render RenderedOp for this operation..
    it is a very small Report but with 2 images (both are small).
    Any ideas out there ?
    regards,
    Mark

    Found the solution by myself.
    The Problem isn't within Reports it is within Forms. The Image_Item has to set to FileType "BMP" instead of "JFIF".
    That solved the problem.

  • Report 6i and Report 10g together in a system

    Hi,
    Is it create any problem if I installed both Report 6i and Report 10g in
    a system having 10g database.
    What are possible problem that will have to face?

    Hi,
    There won't be any issues. We are using both in our development machines. You must make sure the tnsnames.ora has correct entries.
    Regards,
    Manu.

  • Suppressing a warning message in reports 10g

    Hi All,
    I am getting REP-32751: Warning: Some text segments are missing warning message when ever i open a report and also while run the report in the browser. I am not able to find the missing text segments. Is there any way to suppress this warning message in oracle reports 10g?. Please let me know.
    Regards,
    Prasad.

    probably best to post this in the reports forum

  • Issue with Oracle Report 10g output

    I want to generate text output in Oracle Reports 10g. I am using paper layout.Length of the fields want to print is 750. Each line is broken in the output after 120 characters length apporx. Please let me know if there is any way to print complete 750 characters.

    Sample output is coming as below :
    T2013 56600084112345                                                                                         FPWC
                                                                           955 OLD WILMINGTON RD                   FAYETTEVILLE
         CUMBERLAND                 NC28301                   00000001CONTACT TESING                          1234567890
                    00000001          I'
    I want it to be discplayed in single line instead of breaking.

  • Bex report to report interface dynamically based on Value in the query

    Hi,
    Is it possible to change the destination of the report to report interface dynamically based on the data of the bex query?
    For example my query has the below data
    Plant | KPI | Quantity
    P1 | A | 20.00
    P2 | B | 25.00
    When the user selects KPI A I want to navigate to Query 1, and when KPI B is selected to Query 2. Query 1 and Query 2 have completely different layouts, Instead of create to two destinations is it possible to pick one based on the KPI selected.
    Is this possible in Bex report to report interface or any other way.
    Please suggest
    Thanks in advance.

    Hi
    we have RRI in sap bw. ( TCODE RSBBS.)
    Below article will enlighten you about this topic .
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/607e63d5-b56f-2c10-718f-8e33a08baa89?quicklink=index&overridelayout=true
    hope this helps

Maybe you are looking for

  • Copying hangs when copying large files from DVD

    I'm having trouble copying large files (>2GB) from DVDs to my built-in hard drive. When I drag the file icon from the DVD window to the desktop, the progress bar pops up almost immediately, and says "0 KB of 2.3 GB copied" and "Estimated time left: 1

  • Purchase order print procedure

    Hi experts i configured, purchase order form and program in NACE, after goto ME22N maintain outputtype in messages and give print preview it is working fine. i open another purchase order, it not coming, For every purchase order i need to maintain ou

  • Adobe Business Catalyst shoping strings

    I am trying to make custum alert messages in Portuguese on a Adobe Business Catalyst website using this code from : Customizing Online Shop Alert Message Strings and also customize the online shop layout strings like "Shoping cart is empty! continue

  • Tracking of user id

    Hi, Some transaction has been executed by a user id and  the user is saying that  he is not aware of those transactions neither he shared his password.Now how can we trace who has used that user id of that user. Thanx in advance.

  • IPhone 2.1 Software Update for iPod 9.99 ?????

    IPhone 2.1 Software Update for iPod 9.99 ????? Why is this payware - Do we have to pay for this on the IPhone as well??? if we do this phone will be tossed into the trash! Message was edited by: Mac Pro 8core - x86