Reports: Need to modify the width of a field on Dashboard prompts

Hello gurus,
We have configured a report, and exposed it on the Dashboard. One of the fields in the Dashboard prompts called "Account Name" is unusually large. We assume this is because it is fetching the data directly from the DB, and the width is to show the complete name.
The client wants to reduce this width such that it looks nicer.
We didn't find any such options in the Dashboard prompts' settings. Please let us know, in case somebody is aware of a work-around.
Thanks in advance..

open the query window in the data model, change something like adding a space at the end of a line and press ok. Reports should chekc now against the database the maximaum length and re-adjust the fieldlength. to explicity set the fieldlength, use a CAST(COLUMNNAME AS VARCHAR2(1500)) instead of the COLUMNNAME in your query.

Similar Messages

  • Modifying the width of the DESNAME system parameter in Reports 6i

    This is probably so simple so I apologise for posting it here but I've been asked to look at an error with an Oracle Report (Reports 6i) (I've never really used Reports).
    When attempting to run the report, we get the following error :
    REP-0091: Invalid value for parameter 'DESNAME'.
    I think this is because the runtime value supplied for the DESNAME parameter exceeds the width property defined in the report. However, I cannot seem to modify the width property in Report builder.
    Can someone tell me how to modify the width property for the DESNAME system paramter ??

    Hi!
    I don't think it is possible to increase its width. It's a system parameter which can have several pre-defined or user-defined values. Check the documentation or help regarding this.
    Also, I think you can check several things.
    1. Check "Report Triggers" if any. DESNAME can be modified there. Menu item "Program" --> "Find and replace in PL/SQL..." can help to search the code.
    2. But more likely, incorrect value of DESNAME is passed into report from a calling module or batch script, or whatever. It can be a RUN_PRODUCT call in forms, or RWRUN60 in script. Check DESNAME there.
    3. Try to debug. Use srw.message to display DESNAME value at report startup, for instance in "before parameter form" trigger.
    Regards,
    Andrew Velitchko
    BrainBench MVP for Developer/2000
    http://www.brainbench.com

  • Need to Modify the Data in the Picklist/Poplist.--- Urgent

    Hi Guys...
    I need to modify the data in the Picklist/Poplist in the Create Expense Page, but I couldn't figure out how the data is populated.. Which VO Object or how?
    Thanks
    Ravi

    Here is the code for Picklist/Poplist.
    Below is the code for the poplist
    <ui:contents>
    <oa:messageChoice readOnly="false" required="no" prompt="Current Transactions for Account" pickListDispAttr="DisplayedValue" pickListValAttr="CardValue" shortDesc="Prompt" id="CreditCardPoplist" promptTranslationExpansion="100%" user:akAttributeCode="OIE_VIEW_TRANSACTIONS_FOR" user:akAttributeApplicationId="200" allowBlankValue="true">
    <ui:primaryClientAction>
    <ui:firePartialAction event="OIEChangeCreditCard" unvalidated="true" id="firePartialAction1"/>
    </ui:primaryClientAction>
    </oa:messageChoice>
    <oa:messageStyledText id="popListInstruction" styleClass="OraInstructionText"/>
    <oa:messageStyledText prompt="Current Transactions for" id="CreditCardText" promptTranslationExpansion="100%" user:akAttributeCode="OIEVIEWTRANSACTIONSFOR" user:akAttributeApplicationId="200"/>
    <oa:image hAlign="start" width="9" prompt="Info Icon" height="30" source="infoicon_status.gif" id="InfoIcon" promptTranslationExpansion="100%" user:akAttributeCode="OIE_INFO_ICON" user:akAttributeApplicationId="200" imageHeight="16" imageWidth="16"/>
    </ui:contents>
    I coundn't figure out which VO object is its calling.
    Thanks
    Ravi

  • How can I scale just one dimension of a pic? I need to shrink the width only, to fit the frame.

    HELP!  How can I shink only one dimension?  I need to shrink the width slightly to fit the frame; the program only allows scaling that is proportional, so when I shrink the width the heigh becomes too short.  Father Mike

    I'd recommend using the rectangular marquee and the crop command. This will crop the image to an exact size without any resampling or distortion. Cropping without constraint can cause distortion...like giving someone a cone head.
    Check the size of the image first by either looking in the Image<Resize<Image Size. Make a notation of the height since you don't want to change that in this case. (While you are there, change the resolution to the desired output...make notation of height after this step if you changed the resolution.)
    Select the Rectangular Marquee tool. Change the setting in the options bar to "Fixed Size" and input the desired size. (Along with the numbers, specify in this box in what units you desire...px, in, etc.
    Drag the marquee to the desired location. (As long as the marquee tool is selected, this selection box can be moved around).
    Go up to the menu bar and select Edit<Crop.
    Reading material on Image<Resize<Image Size:
    http://help.adobe.com/en_US/PhotoshopElements/7.0_Win/WSae2ea3b149d0c3591ae939f103860b3d59 -7ee8.html
    Reading material on Crop Command:
    http://help.adobe.com/en_US/PhotoshopElements/7.0_Win/WSae2ea3b149d0c3591ae939f103860b3d59 -7eed.html

  • Modifying the width of a dropdown list in an iView

    Hi,
    I need to increase the width of a drop down list box in  ESS iView (We are not having any .par file for that particular iView).
    Suggest a procedure to accomplish this.
    Any help appreciated

    Can you share if you have got a solution to this.
    Regards
    Manga

  • How to change the width of a field?

    Hi all,
    I would like to decrease the width of a field on my report.
    But I can't do it in the Property palette. I am not able to change the width property. The width of the database column is varchar2(255). I do not want to decrease the length of the database column, but only the width property of the field.
    Any ideas?
    Regards

    As far as I knows, you can only increase the width of a
    character column. If you wish to decrease it, I would think
    you'd have to drop/delete the whole column and recreate it,
    loosing all your data in the process (unless you create a
    temporary table into which you copy the data first, and then
    copy it back into the "new" column - the oracle db will truncate
    the data automatically).
    SQL Plus is very well suited for the task, but requires you to
    write the appropriate SQL statements yourself. Other tools may
    simplify this for you (I use SQL Plus myself).
    Hope this helps.
    Eric (guest) wrote:
    : Hai, How to change the width of the field in a particular
    table.
    : I try to do so by using 'Schema Builder ver 6.0', but the
    result
    : come with a message like below :-
    : OBE-15472: Cannot decrease length of existing column
    : 1. where should I be to modify the column width ?
    : 2. is SQL Plus 8.0 can do so? if yes, what's the syntax ?
    null

  • Change the width of a field using XML

    Hi,
    I customize a report -set the width of a field- using XML but my
    data is truncated.
    Is it posible to set vertical elasticity for this field using
    XML?
    My XML file is:
    <?xml version="1.0"?>
    <report name="Rep" DTDVersion="1.0">
    <layout>
    <section name="main">
    <field name="F_1" source="CP_FIELD" textColor="red" width="0.5"/>
    <field name="F_2" source="CP_FIELD" width="0.5"
    alignment="center"/>
    <field name="F_3" source="CP_FIELD" width="1"/>
    </section>
    </layout>
    </report>
    I will appreciate any suggestion.
    Thank you

    You can change the size of the label, the text input box, and the field itself (border around the field in the design tab) - however there is one exception to being able to control the size of every field individually:
    Fields that have "Labels left" or "Labels right" that are also the first field in a row will all share the same label width.
    This is probably what you are encountering, this is how the fields work for now, those first in a row label left/right labels are all the same width.
    Thanks,
    Josh

  • Need to fix the width of a column in interactive report

    Hi,
    I have a column named 'Comment'. Its have a huge data due to which the lenght of that column in interactive report get increased. I need to fix the length to a desired value.
    I used following code in Region Footer:
    <style>
    table.apexir_WORKSHEET_DATA td[headers=COMMENTS] {
      _width: 300px;
      min-width: 50px;
      max-width: 300px }
    </style>
    Its solved the problem by fixing the width of the column but the column is not showing the full data now. It is hiding most of its part to fit it in that column.
    Please give some idea.
    Thanks,
    Chandru

    Hi,
    I believe you will want to add a height specification to allow for multiple lines.  And you may want/need to specifiy how you want lines to wrap.
    Add (for example):
      height: 60px; 
      white-space: nowrap; 
      word-wrap: break-word;
    There are defaults and several options for white-space and word-wrap.  You may want to look them up and give them a try for comparison.
    Howard

  • PM Reports: Need to find the sum of a particular field in the output.

    Hello Experts,
                          I have an issue. I have developed the report to calculate the power per ton. It is PM module.
    Input is : DATE & Measuring Point.
    Output required is : For a particular date , What is the power consumed per ton.
    Its is calculated by the formula Power consumed per day /  Production.
    I have multiple entries for production ( because different material are used )  per date and a single entery for power (because power is taken as total power consumed per day)
    Hence im getting the output as
    For example:
    date                power            production         power/ton
    01.03.2011      5000                    100                  50.00
    01.03.2011      5000                      50                 100.00
    01.03.2011      5000                      25                 200.00
    01.03.2011      5000                      75                  66.66
    The desired result is
    date                power            production         power/ton
    01.03.2011      5000                    250                  20.00
    I need to sum the production field.
    How can I achieve this ?
    Please help.

    Hello
    Rotate the loop and use event so on change just clear the variable based date condition .
    take 2  temp variable for summation
    clearing the total and moving value on permanent variable means modifying the itab.
    loop at .
    *Clear
    on change <datefield>.
    modify itab from wa  transporting <field name> .
    clear <total field>.
    endon.
    *Total
    t_prd  = t_prd + production..
    t_power = t_power + power .
    endloop.

  • How to modify the width of a column?

    Hi,
    I would like to specify different values in the width for the columns in a custom report, because from Microsoft Excel I would like to print all information in an only page.
    I have tried to modify the values from "Additional formatting options" specifying different values, but when I donwload the report in Excel format, the columns doesn't modify (they have the same with as default).
    How can I do it?
    Thanks and regards.

    Hi Monica
    Craete Narrative report and then throght HTML tags set the width. Hope it helps

  • Need to modify the query

    Hi All,
    I am a new DBA. Please help me in modifying the below query in test envirnoment. It is long query.
    SELECT NVL(MIN(P_LAY),0), NVL(MIN(TID),0), NVL(MIN(TTIME),0), NVL(MIN(TSOURCE),0) FROM ( SELECT P_LAY, TID, TTIME, TSOURCE FROM ( SELECT (CASE WHEN T1.INTERNAL_TYPE=3 THEN -1 ELSE T_REPORT.GET_LAY(T1.EVE_ID, T1.EVE_TIME,:B4 ) END ) P_LAY, T1.EVE_ID TID, T1.EVE_TIME TTIME, T1.ALA_SOURCE_ID TSOURCE FROM T_EVE_LOG T1, T_EVE_LOG T2 WHERE T1.ALA_ID = T2.ROOT_ALA_ID AND T2.EVE_TIME >= :B3 AND T2.EVE_TIME < :B2 AND T2.ALA_ID = :B1 AND T2.ACT_ID IN (2,5) ) ORDER BY P_LAY ) WHERE ROWNUM = 1
    Thanks in Advance

    886755 wrote:
    Hi All,
    I am a new DBA. Please help me in modifying the below query in test envirnoment. It is long query.
    SELECT NVL(MIN(P_LAY),0), NVL(MIN(TID),0), NVL(MIN(TTIME),0), NVL(MIN(TSOURCE),0) FROM ( SELECT P_LAY, TID, TTIME, TSOURCE FROM ( SELECT (CASE WHEN T1.INTERNAL_TYPE=3 THEN -1 ELSE T_REPORT.GET_LAY(T1.EVE_ID, T1.EVE_TIME,:B4 ) END ) P_LAY, T1.EVE_ID TID, T1.EVE_TIME TTIME, T1.ALA_SOURCE_ID TSOURCE FROM T_EVE_LOG T1, T_EVE_LOG T2 WHERE T1.ALA_ID = T2.ROOT_ALA_ID AND T2.EVE_TIME >= :B3 AND T2.EVE_TIME < :B2 AND T2.ALA_ID = :B1 AND T2.ACT_ID IN (2,5) ) ORDER BY P_LAY ) WHERE ROWNUM = 1
    Thanks in Advancemodify it how to do what?
    SELECT Nvl(MIN(p_lay), 0),
           Nvl(MIN(tid), 0),
           Nvl(MIN(ttime), 0),
           Nvl(MIN(tsource), 0)
    FROM   (SELECT p_lay,
                   tid,
                   ttime,
                   tsource
            FROM   (SELECT ( CASE
                               WHEN t1.internal_type = 3 THEN -1
                               ELSE t_report.Get_lay(t1.eve_id, t1.eve_time, :B4)
                             END )          p_lay,
                           t1.eve_id        tid,
                           t1.eve_time      ttime,
                           t1.ala_source_id tsource
                    FROM   t_eve_log t1,
                           t_eve_log t2
                    WHERE  t1.ala_id = t2.root_ala_id
                           AND t2.eve_time >= :B3
                           AND t2.eve_time < :B2
                           AND t2.ala_id = :B1
                           AND t2.act_id IN ( 2, 5 ))
            ORDER  BY p_lay)
    WHERE  ROWNUM = 1 

  • Need to Increase the width of the selection screen

    Existing scenario is that the selection screen contains 4 parameters in a row and
    it has to be increased to 6.When i try to include the 2 parameters on the same row it
    says that the max width is 79.I can try and reduce the width of each parameter but it
    still cannot accomodate the 2 new parameters.
    Can someone please give me some tips on how to go about it.

    Hi Naveen,
    SAP has 80 columns max for display on the screen.
    if u want to accomadate more than six parameter the reduce the visible length.
    example.
    SELECTION-SCREEN : BEGIN OF LINE.
    PARAMETERS : p_reg1 TYPE char20 VISIBLE LENGTH 12.
    PARAMETERS : p_reg2 TYPE char20 VISIBLE LENGTH 12.
    PARAMETERS : p_reg3 TYPE char20 VISIBLE LENGTH 12.
    PARAMETERS : p_reg4 TYPE char20 VISIBLE LENGTH 12.
    PARAMETERS : p_reg5 TYPE char20 VISIBLE LENGTH 12.
    PARAMETERS : p_reg6 TYPE char20 VISIBLE LENGTH 12.
    SELECTION-SCREEN :  END OF LINE.
    also see to it that u dont cross the limit of 80 columns
    while writting the comments
    example
    SELECTION-SCREEN : <b>COMMENT 4(10)</b> text-006,
                     : POSITION 35.
    PARAMETERS       : p_sumrep RADIOBUTTON GROUP rad1 .
    SELECTION-SCREEN : <b>COMMENT 38(10</b>) text-048,
    <b>Please Reward Points & Mark Helpful Answers</b>
    To mark Helpful Answers ;click radio Button next to the post.
    RadioButtons
    <b>o</b> Helpful Answer
    <b>o</b> Very helpful Answer
    <b>o</b> Problem Solved.
    Click any of the above button next to the post; as per the anwers
    <b>To close the thread; Click Probelm solved Radio Button next to the post , which u feel is best possible answers</b>

  • List of Values - Can you modify the width of the return value?

    I have a page item that is a Select List. Some of the display and return values in the list of values are up to 500 characters in length.
    My client is fine with viewing the list in its entirety (full display width) within the select list, but is asking if there is a way to wrap the text on the screen once the value is selected/returned. Is this possible?
    Thank you,
    Laura

    Thank you very much for your response. The problem is that I have many of these select lists on this one page and others, so I would have to go through the entire application and create all these display only fields. Was hoping there was someone to manipulate the width (wrap around capability) of select list field itself. Thanks, Laura

  • Need to get the values from "Signed" field from PDF form.

    Hi,
    This is Dinesh. I am PHP Developer. My issue is "I am not able to get the value of "signed" field from the PDF form when the form has been submitted.". I want to get the Digital Signature value of that field and i need to store it in the DB.
    Please help me here Or Please forward this issue to any of the PHP developer who solved this issue and let me know.
    Thanks & Regards
    Dinesh

    Hi Vikas,
    you can use this badi MRM_WT_SPLIT_UPDATE, the method will be WHTAX_SPLIT_UPDATE
    in this badi please see the importing and exporting parameters, you will get the  values of withholding tax code  as TE_RBWS in export parameters.
    Please search in google or SCN you will get how to use it.

  • How to reduce the width of  Search field

    HI All,
        W e have a requirement to reduce the width of search help  Screen  for Bank Key  in  ESS Bank Information .Kindly please guide me how to change the width of the Search Screen.
    Regards
    Alexi

    Check this [thread|restrict input field size;
    Hope this helps.

Maybe you are looking for

  • I have been really messed up and defrauded by your employee. I have the email proof through this site, besides witness's.

    I have a record of my email and post regarding my problems with Internet Explorer 11, with my Windows 7, not working and connecting to other sites not nearly working as well as Int. Explorer 10. I was just told by support since I didn't have a case n

  • Problem with Autofill and adding songs

    I just purchased a second generation iPod shuffle. When I first loaded my iPod all of the songs in my itunes library automatically loaded onto my shuffle. The problem is, that I now cannot add or delete songs. I keep getting the error "the iPod canno

  • Admin vs User interface

    We are currently in the process of implement SIM/SAM and we would like to know what is the standard approach to implementing user business rules: - developer custom user interface where all business rules applied - enhanced the administrator interfac

  • Sorry for pl/sql compile

    the topic just i posted is wrong, sample11.pc in directory /oracle/product/8.1.7/precomp/demo/proc [oracle@Robbie proc]$ make -f demo_proc.mk sample11.c proc iname=sample11 Pro*C/C++: Release 8.1.7.0.0 - Production on Fri Aug 29 10:59:07 2003 (c) Cop

  • PO Matching

    Is there any Funtion/API to check if the an INVOICE-PO has been matched ?