I can't change the values in Property Palette

I am working with Report Builder 3.0.5.17
I generated a report layout with the wizard ;altough i set the width of the fields to certain dimensions (30 or 15),in the Property Palete it is diffrent(4000! or other and the most important thing : i can't change it! When i run the report, i get no data, it's empty! (i verified the interogation with Toad and everithing's fine)
What could be the problem?
Thanks!

Hi,
I'm quoting from Reports Builder Help:
The Width property specifies the maximum number of characters that the values of the column can occupy. This Width refers to the width that Reports Builder uses internally for the column. It affects such things as the calculation of summaries and formulas. The size used to display the column's data, however, is determined by the size of the associated field in the Paper Layout view and its Vertical Elasticity and Horizontal Elasticity properties.
If the Column Type is Database Scalar and the Datatype is Character, Date, Number, or Raw, Width is uneditable. However, this does not mean you cannot control the width of the column's values in the report output. You can change the width of the values in the output by modifying the field's width in the Paper Layout or the Field properties.
About the report not containing any data, there could be several reasons:
Make sure that the physical width of the columns is enough to display the values. Tyry changing the values for Horizontal / Vertical Elasticity in the property inspector.
Also check the vertical / horizontal elasticity of the frame / repeating frame surrounding the field.
Make sure that you are connecting to the DB with the correct username.
Navneet.

Similar Messages

  • Can you change the value of a variable that is reset by a parameter?

    Sorry if this is simple but I just crashed a package and can't do an autopsy. I suspect I sent it into an infinite loop. I know you can't change the value of any passed in parameters. What I tried to do was have the parameter set the value of a variable
    and then I tried to change the value of the variable. Is that even allowed?
    I was trying to do this:
    MyCheckVariable = MyParameter (which equals true)
    (some cool stuff happens)
    MyCheckVariable = False
    I hit F5 and my package turned into the Energizer Bunny. Is the way I try to reset the variable the culprit?

    This is a prototype so I just created a project parameter and set it to true. In the real world the parameter will be used to control an optional part of the process because on a re-run after error that part doesn't have to be ran again.
    So when I say MyCheckVariable = MyParameter (which equals true) in reality what I actually have is in the variables window I'm using an expression and it looks like this in the variables window
    name = runDownload
    Scope = Package
    Data Type = Boolean
    Value = True (but greyed out)
    Expression = @[$Project::param_runDownload]

  • How can I change the value used in a Criteria Rule in a Subscription agent

    Dear mobile heroes.... How can I change the value used in a Criteria Rule in a Subscription agent in a quality environment? (CRM 70 SP04).
    I have built a subscription agent in dev, which uses a static where clause to filter activity_object on VKORG. I need to filter on a different VKORG value in the quality environment, but when I change the value of the sales org, the change is not saved. I have tried this even non 'activated'  subscription agents, but it still does not appear possible to change and save the changes.
    This poses a big problem because the VKORG value I want to use does not even exist in the dev environment, so I could not even rebuild in dev and transport the new agent to quality. Can anyone help me?

    Too old to care now.

  • Can we change the value of rating in assignment, performance screen oracle

    can we change the value of rating in assignment, performance screen of oracle hrms?
    If we can change the value, how we will do it?
    I am using hr_perf_review_api to update the value but this value is getting update in the base table...
    Please help me out on the same...
    Thanks in advance...
    Ajaykumar

    Hi Mohammed,
    afaik , it is not possible in current version.We can place an Idea in idea place.
    But , we have weight to assign 1 to 100 and score is to 1 to 10.

  • Can you change the value of app_user?

    can you change the value of app_user?

    Hi Scott,
    Thanks for being patient.
    A lot of the reports are based on personal information tied to the username. so on my reports I use app_user to pull the information. the app is a production app so when problems arise a lot of the time is user error but the users are in some other state so i need a way to look at the same thing they are looking at. I need to be able to sign in as them but since the app uses sso they cannot give me their corporate passwords. when i changed the value of g_user it changes but only for the scope of the region that i changed it in. it does not persist for the session.
    Thanks Fernando

  • Can i change the value of the discrete states in EMI_CB_CalculateResetStates?

    can i change the value of the discrete states in EMI_CB_CalculateResetStates?
    The help of LabVIEW said that calculates the values to which to reset the states of an external model in it.But it didn`t said how to reset the discrete states in it.EMI_GetNextDiscreteStates said it can be called only within the EMI_CB_CalculateDiscreteStates function.So if the discrete states can be reset in EMI_CB_CalculateResetStates,how to do it?
    THX

    What is EMI_CB_CalculateResetStates?  If I knew what you were asking about I could give a little more inteligent answer.
    Kelly Bersch
    Certified LabVIEW Developer
    Kudos are always welcome

  • How can I change the value of "colorscheme" parameter at runtime?

    Hello all
    Can I change the value of colorscheme at runtime ?
    This parameter can be config in formsweb.cfg file.
    I want to put this colorscheme as "User Preferences" in my application.
    Please help me if some one knows how to achieve this.
    From
    Chirag Patel (Nairobi)

    Hi,
    Try the following. This might help you.
    Edit you Formsweb.cfg file with following code (add the code to your file):
    [look1]
    separateFrame=True
    lookandfeel=Generic
    [look2]
    separateFrame=True
    lookandfeel=Teal
    [look3]
    separateFrame=True
    lookandfeel=Khaki
    and save your file.
    Now, when you call your form in the address bar look for " ? ". After " ? " add config=look1 now your form will take Genric look & feel.
    or
    config=Teal now your form will take Teal look & feel.
    That's how you can change the look & feel at run time.
    Hope that you understand what i want to say......

  • Can we change the value of a variable in the driver program from sapscript?

    Hello Experts,
    I am currently developing a form wherein I need to change the value of a variable defined in the standard
    driver program through the sapscript form. Unfortunately, I cannot customize this standard program since this is used by many other
    subsidiaries. So, is there anyway that I can change a variable defined in the driver program via sapscript?
    I tried to use a PERFORM to change its value but it is not working.
    I hope you can help me guys. Thank you and take care!

    SAP SCRIPT:
    /: PERFORM GET_ATTNDEE_INFO IN PROGRAM ZHR_TRNG
    /: USING &PPVAR-EOBJD&
    /: CHANGING &ATTND&
    /: ENDPERFORM
    Executable Prog.:
    REPORT ZHR_TRNG.
    FORM GET_ATTNDEE_INFO TABLES IN_PAR STRUCTURE ITCSY
    OUT_PAR STRUCTURE ITCSY.
    DATA : LOC_CODE(8),
    WF_NAME LIKE PA0001-ENAME, "----Location Code
    WF_SOBID LIKE HRP1001-SOBID. "----Business Event Code
    DATA: BEGIN OF ITAB_ECODE OCCURS 0,
    ECODE(8),
    END OF ITAB_ECODE.
    DATA: NAME1 TYPE STRING.
    READ TABLE IN_PAR INDEX 1.
    LOC_CODE = IN_PAR-VALUE.
    SELECT SOBID FROM HRP1001 INTO WF_SOBID
    WHERE OBJID = LOC_CODE AND OTYPE ='E' AND PLVAR = '01' AND SCLAS = 'P'.
    APPEND WF_SOBID TO ITAB_ECODE .
    ENDSELECT.
    IF SY-SUBRC = 0.
    LOOP AT ITAB_ECODE.
    SELECT SINGLE ENAME FROM PA0001 INTO WF_NAME
    WHERE PERNR = ITAB_ECODE-ECODE ." AND ENDDA >= '31.12.9999' .
    CONCATENATE 'Mr ' WF_NAME ',' NAME1 INTO NAME1.
    IF SY-SUBRC = 0 .
    OUT_PAR-NAME = 'ATTND'.
    OUT_PAR-VALUE = NAME1.
    APPEND OUT_PAR.
    ENDIF.
    ENDLOOP.
    ENDIF.
    ENDFORM. "GET_USR_INFO

  • How can I change the value in a textfield

    I have some problems with the component textfield.
    For example, if I want to change the value when ocurr event, how can i do that?
    I need that in a several textfields appear the values of a select sql consult, plz help me its more important

    Hi,
    I have tried it works for me, Here is what I did
    1. Drop a textfiled on to the page
    2. Drop a button
    3. In Button action handler put the code as
    textField1.setValue("Creator");
    4.deploy and run the application
    Even I tried with more than one textfield and it works fine.
    ie , textField2.setValue("Sun Java Studio Creator"); in the same button action.
    MJ

  • Can I change the values of parameters without bringing database down.

    Hi All,
    Is database need to be restarted if these parameters value is changed. Can I change the parameter values without restarting the database.
    --> pga_aggregate_target
    --> memory_target
    --> streams_pool_size
    --> sga_target
    Thanks !

    Ven wrote:
    Hi All,
    Is database need to be restarted if these parameters value is changed. Can I change the parameter values without restarting the database.
    --> pga_aggregate_target
    --> memory_target
    --> streams_pool_size
    --> sga_target
    Thanks !These are all dynamic parameters and thus can be changed without requiring the db to be down. That said, please check the oracle documentation to know about such things. Here is the link to the documentation, http://tahiti.oracle.com .
    HTH
    Aman....

  • How can I change the value in a stepper cell

    In Numbers 2.3 I was able to change the value in a stepper cell by highlighting the value and using the arrow keys to increase or decrease the value. This was a very easy way to input data. Numbers 3.0 when I do this is moves to another cell
    Is there a way to get the use of the arrow keys to change the values in 3.0?
    Thanks

    I use number to keep a running daily tally of the productivity of the members of my group. As each member performs certain tasks, all I had to do was click the up arrow and add to it. IE Jim made 4 widgets yesterday and then made 4 today, I would just hit the up 4 times total 8.
    I guess the good news is when I upgraded to Numbers 3.0, It did not delete Numbers 2.3
    I will continue to use 2.3 until it no longer works, I guess
    Thanks for the replies

  • How Can i change the value from A to B!!!

    Hi,
    In table VBAP for VBELN 4 the entry for VSTEL we see the value as SHIP I want it to be changed to FEXP?
    please respond at the earliest

    Hi,
    tHANKS FOR THE INFORMATION. What is the transaction code for this?
    Can you give me an idea in clear way. Thanks in advance.

  • How can I change the values of Withholding tax grid in MIRO trx

    Hi everyone,
    I am trying to change WT_WITHCD field in MIRO's Withholding tax grid by using  MRM_HEADER_CHECK. I developed the following code but the changes didn't appear in the screen:
            LOOP AT i_rbkpv-h_rbws
            INTO    r_h_rbws.
              d_index = sy-tabix.
              READ TABLE i_zrmm_tnd_wht
              INTO r_zrmm_tnd_wht
              WITH KEY   invoice_type = r_h_rbws-witht
                         invoice_ret  = r_h_rbws-wt_withcd
              BINARY SEARCH.
              IF sy-subrc EQ 0.
    <b>            r_h_rbws-wt_withcd = r_zrmm_tnd_wht-debit_ret.</b>
    <b>            MODIFY i_rbkpv-h_rbws FROM r_h_rbws INDEX d_index.</b>
              ENDIF.
            ENDLOOP.
          ENDIF.
        ENDIF.
    <b>    ASSIGN ('(SAPLMR1M)RBKPV') TO <fs_rbkpv>.</b>
        IF sy-subrc EQ 0.
    <b>      <fs_rbkpv> = i_rbkpv.</b>
        ENDIF.
    Do you have any idea?
    Thanks in advance!
    Regards.
    Leo.

    Hi Naimesh,
    I tried to assign only the withholding tax but it didnt work...
    It modified the value but then it doesn't appear in the screen...
    Thanks in advance for your help.
    Leo.

  • How can i change the value automaticaly

    I have a text (Go For )at FP , and i want that text to be blinking in black color, and than when i connect to the (Passage44)i want Value Change to be change automaticaly to excute it, and than when it finish it, come back to the (GO For )
    someone can help me withe a sample
    thank you
    Attachments:
    To.llb ‏80 KB

    Try the attached modification. (I don't use VISA, so I just added a button instead.)
    Is this what you want?
    LabVIEW Champion . Do more with less code and in less time .
    Attachments:
    To.vi ‏36 KB

  • Can I change the values in Debugging

    Hi Friends,
    I am debugging the program where i have to check the Material Numbers. The program starts with Material Number from '000000001' and goes on ..on ..on....one by one.
    Here the thing is ...i have to see/check whether the data like plant, sales org...etc is coming correctly or not for that Material Number.
    I have to check like this until  for eg: '000330487'.
    I dont want to check all the Material Numbers.
    How to skip this whole order and check that specific Mateial number's data which I want?
    thanks for the help
    Dev

    Hi Dev
       You can definitely do this,
       While being in debugging mode, check out the Internal table from where it is getting the Material Number. There before entering into the loop, just delete all the other values you dont want to check for ....
    and execute...
    It will work
    If not do revert back..
    Regards
    Mithlesh

Maybe you are looking for

  • Can you have more than one alert at a time show up on the lock screen?

    When i recieve a new message, this shows up as an alert on the lock screen when my phone is locked, as its supposed to. However, if a new alert comes through before i open the previous one, only the most recent one will appear on the lock screen. Is

  • BizTalk Tracking Profile Editor not tracking the data and how to implement the Orchestration as wcf service over SSL

    Hi Ashwinprabhu, thank you very much for your answer. i have one more query, I have orchestration published as wcf service in IIS and internally orchestration calling one more service , it means orchestration sending a request and getting response ba

  • Issues in using JSF UI:Tree tag

    Hi, I am trying to work with Tree Structure using JSF UI tags. In Studio Creator i just created a JSP page and designed a Tree with two nodes under it. This is what i have in the body of my jsp. <ui:body binding="#{Page1.body1}" id="body1" style="-ra

  • Web based albums.  Flickr, Fotothing or EyeFetch?

    Im currently with Flickr, Fotothing and EyeFetch. You can display your photos and you get various feedback with all three. Flickr is huge and EyeFetch shows a lot of potential. Which one do you favour and why? Tc

  • Best database for JSP

    Does SQL Server work well with JSP applications? I assume Access 2000 doesnt work too well or is not the best choice with JSP? What works the best out of Oracle, MySQL or SQL Server?