Lookup results from a range and return specific results

I have a table with 3 columns: min, max, and rate. It has several rows.
I have another table with several columns, including hours. I want to create a lookup to return the appropriate rate based on the range that it falls in. How do I go about this?
Thanks!

Thanks.
Knowing the table is really helpful
In column Cost, the cells contain the formula :
=VLOOKUP(1+(INT(Quantity/500)*500),Min:Cost,3,1)
In column Subtotal, the formula is :
=Quantity*Cost
Yvan KOENIG (VALLAURIS, France) samedi 30 janvier 2010 21:06:32

Similar Messages

  • How to call an alv report from another program and return back

         Hello ,
    I am calling one abap program (Prgm B) from another program (Prgrm A).
    Here, Prgm B is an ALV report. I have fetch some data from Prgem B that gets stored in an internal table.
    Now, I am using below code in Prgrm A,
      SUBMIT Prgrm B VIA SELECTION-SCREEN
                          WITH SELECTION-TABLE rspar
                          EXPORTING LIST TO MEMORY
                          AND RETURN.
    When Prgrm A executed, it lead me to selection screen of Prgrm B and when I click F8, it shows me the report output, In short, it doesnt return back to Prgrm A. It ends up showing me the alv report if Prgrm B even afetr using RETURN statement.
    I want to get back to Prgrm A by fetching some data from Prgrm B.
    Please let me know, if i am missing something.
    Regards,
    Seema

    Hi Seema,
    Refer below code.
    DATA: v_matnr LIKE mara-matnr.
    DATA: t_listobject TYPE abaplist OCCURS 0 WITH HEADER LINE.
    DATA: t_mara TYPE mara OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF t_ascilist OCCURS 0,
             line(200).
    DATA: END OF t_ascilist.
    data var(3) type c.
    SELECT-OPTIONS: s_matnr FOR v_matnr.
    var = '  3'.
    START-OF-SELECTION.
       SUBMIT ztestaks1 WITH s_matnr IN s_matnr EXPORTING LIST TO MEMORY
       AND RETURN.
       CALL FUNCTION 'LIST_FROM_MEMORY'
            TABLES
                 listobject = t_listobject
            EXCEPTIONS
                 not_found  = 1
                 OTHERS     = 2.
       IF sy-subrc <> 0.
         MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                 WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
       ELSE.
         CALL FUNCTION 'LIST_TO_ASCI'
    *     EXPORTING
    *       LIST_INDEX               = -1
    *       WITH_LINE_BREAK          = ' '
           TABLES
             listasci                 = t_ascilist
             listobject               = t_listobject
           EXCEPTIONS
             empty_list               = 1
             list_index_invalid       = 2
             OTHERS                   = 3.
         IF sy-subrc <> 0.
           MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
         ELSE.
           WRITE:/ 'Below are the lines from the submitted program.'.
           LOOP AT t_ascilist.
             WRITE:/ t_ascilist-line.
           ENDLOOP.
           SKIP 2.
         ENDIF.
       ENDIF.
       IMPORT t_mara FROM MEMORY ID 'T_MARA'.
       WRITE:/
    'Here is the output from the table exported from the submitted program.'
       LOOP AT t_mara.
         WRITE:/ t_mara-matnr.
       ENDLOOP.
    Submitted program
    REPORT  ZTESTAKS1.
    DATA: v_matnr LIKE mara-matnr,
           v_maktx LIKE makt-maktx.
    DATA: t_mara TYPE mara OCCURS 0 WITH HEADER LINE.
    DATA: BEGIN OF t_makt OCCURS 0,
             matnr LIKE makt-matnr.
    DATA: END OF t_makt.
    SELECT-OPTIONS: s_matnr FOR v_matnr,
                     s_maktx FOR v_maktx.
    START-OF-SELECTION.
       SELECT matnr INTO TABLE t_makt
                    FROM makt
                   WHERE matnr IN s_matnr
                     AND maktx IN s_maktx.
    if not t_makt[] is initial.
       SELECT * FROM mara
                INTO TABLE t_mara FOR ALL ENTRIES IN t_makt
               WHERE matnr = t_makt-matnr.
    endif.
       EXPORT t_mara TO MEMORY ID 'T_MARA'.
       WRITE:/ 'This list is from the submitted program'.
       SKIP 1.
       LOOP AT t_mara.
         WRITE:/ t_mara-mtart.
       ENDLOOP.
    Hopes this helps you.
    Thanks,
    Ashok.

  • Execute webdynpro from abap program and return to the caller program

    Guys,
    I have a question here.
    I know there is a way to call an abap webdynpro application from normal abap program by either using a class method, or use a function module WDY_EXECUTE_IN_PLACE by providing
    the webdynpro application or using CALL TRANSACTION statement.
    But, is there anyways that we can call the webdynpro application from abap program by supplying data to the webdynpro and display to the user from the portal, and then
    once the user do some manipulation on the data, can we transfer back the data to the caller abap program?

    hey ,
    you can pack any web-dynpro program in tranasaction code and run it from R/3 and not via portal  :
    search in " SAPTECHNICAL" how to do so  - for some reason i cant post a link here
    than you can use call transaction .
    regards
    ASA

  • How To call a Tcode From a Program and returning back ?

    Dear All,
    I have a requirement, i have to show all the open orders as in the the tcode va05  and return back to the my program. so how to display the tcode and getting back to my program. please help?

    Hi,
    Basic syntax to call the transaction is:
    SET PARAMETER ID <id name> FIELD <filedname>.
    CALL TRANSACTION <TCOde> AND SKIP FIRST SCREEN.
    If your are using ALV then snippet is :
    FORM user_command  USING okcode    LIKE sy-ucomm
                           lselfield TYPE slis_selfield.
      CASE okcode.
        WHEN '&IC1'. " SAP standard code for double-clicking
          CASE lselfield-sel_tab_field."check if double click is only on
            WHEN 'ITAB-AUFNR'."aufnr not on any other field
              SET PARAMETER ID 'ANR' FIELD lselfield-value.
              CALL TRANSACTION 'IW32' AND SKIP FIRST SCREEN.
          ENDCASE.
      ENDCASE.
    Endform.
    Pooja

  • N70 from Vodafone - generic and network specific i...

    Reading this string on the N70 has very been enlightening. I can now start to see the extent of the difference between users real experiences and what I have been told by support people at Vodafone and Nokia. There are technical issues and also some very real commercial issues which I think people should be aware of. It leaves me with the problem to decide what I need to do - return the phone to Vodafone or persist? Views and comments would be very welcome.
    I have had Nokia handsets since my first 201 and got my latest N70 from Vodafone at the beginning of December '05. I purchased it over the net and have had to deal with Vodafone through there 191 call centres to try to fix issues. I am now on my third N70 and have lost faith in both Vodafone and Nokia in being able to supply a working product or fix problems.
    The issues I have encountered are:
    1.) MMS
    Cannot send an MMS message over around 43K - says it is sending, fails, repeats the send multple times and then reports the send failure. After discussing this with Vodafone in multiple calls over many days and weeks they finaly admitted there is a problem but said it was with the N70 and not their network.
    2.) Radio / handset reboot.
    Multiple times when I use the radio, it produces a VERY load electrical 'crack', the radio cuts out and the phone reboots / restarts. When it does this, even though I have my security pin request set, it does not ask me for the code. Bug for sure **bleep** also a major security loophole!
    3.) Lifeblog
    This came ready installed on the N70 but would not run on the handset. If you go to run it the screen flashes as through it is loading and then returns back to the menu without running. I downloaded the software from the Nokia site and installed it and it still did not work. Vodafone would not help saying it was nothing to do with them and so I called Nokia Club line support to get their help. They walked me through the very same process and it still did not run.
    4.) Firmware version
    In the end the Nokia person asked to check the firmware version by inputting *#0000#, it came back as V 2.0539.1.2 19-10-05 AM84 and he immediately said I needed to get this updated to V 3.0546.2.3 and the would likely solve the Lifeblogg issue and maybe the MMS send problem. He said this was not the very latest Nokia version but was the latest available version for Vodafone handsets and their agents could only upgrade my phone to this version and gave me a Nokia agent in my area.
    5.) Nokia agents support for firmware upgrades
    I called them and they said that they had experienced trouble upgrading the firmware on the N70 which took them a whole afternoon and they would not be doing any more until the Nokia engineer came and showed them how to improve the process and this was likely to be at the end of January '06!
    6.) Vodafone - lack of support, especially for web purchases
    My advise is to be very cautious about web purchases from Vodafone with regard to support and upgrades. I have found out that they outsource their support to another company - Phonecare. Phonecare do all of the technical upgrades and fixes and the Vodafone stores send customer handsets to them to be fixed. Trouble is that Phonecare will not touch any of the Vodafone handsets purchased over the net. I believe this is because there is no revenue stream to them. So if like me you need to get your firmware upgraded, they refuse to do it and Vodafone cannot do it themselves.
    6.)Nokia escallation of issues
    I have called Nokia Club line to get these issues highlighted and escallated asking that someone who manages their Vodafone account would raise these issues. The response was no. I asked for the contact details of a senior Nokia manager to take this up with again the answer was not no.
    7.) Vodaphone - summary
    I will not go into all of the exchanges I have had over the last month and a half but, the following is clear:
    * Vodafone is a purely a telesales and marketing operation
    * Their 'technical support' does not exist
    * They have outsourced their technical support to Phonecare
    * They are knowingly selling faulty goods to the public
    * They do not have a way to fix these problems for web sales
    * They can only do this because the sale of goods act does not cover the web
    * They say they only ship N70's with the latest firmware (V3)
    * They are still shipping with the previous version (V2)
    * They have no process to fix the problem for web purchases
    * They do not have details of a technical fix any of above
    * They do not have an technical escallation or QA process
    * they cannot ship me a handset with the correct firmware
    * Vodafone is a 'real' cell like organisation
    * it is impossible to escallate issues
    * You are confined to your 191 immediate contact point
    * You cannot escallate to senior managers within Vodafone.
    * Vodaphone's stated sultion to my problems is either to:
    - change the handset to another make/model or,
    return the phone and cancel the contract
    Customer satisfaction response to latest Vodaphone - 'Under the tree' 3G experience:
    Anger and total frustration - it has cost me many hours in land line calls identifying problems and getting them recognised when it is clear that others had the same experience. I would guess that all Vodafone N70's being shipped by Vodafone have these problems particularly the MMS, Lifeblog and firmware revision. That must be thousands of frustrated users out there and nobody within Vodafone or Nokia is escallating the issues to get it resolved! There response on both sides is to plead ignorance of all issues.
    Current Objective Ratings:
    Vodfone 0 out of 10 - Useless, selling faulty goods they cannot repair or support.
    Nokia 3 out of 10 - The bits of the N70 that work look nice but, slow O/S - have used faster PDA's with Windows CE. They should take some ownership and do something about the problems their users are experiencing via Vodafone.
    And back to my dilema: what to do - I thing I need to return the phone before I get stuck with something nobody can fix...
    Unless of course there is another answer out there somewhere?
    Any comments from senior Vodafone or Nokia staff that believe they can fix this would be most welcome!

    Thanks for your input.
    Dealing with the issues you raise:
    I am surprised Nokia do not seem to be interested in looking after their brand and product good name and reputation. They obviously have an OEM contract with Vodafone which will cover things like minimum support level, good will and maintaing Nokias good name and reputation. Someone on that account team should take note and make sure Vodafone conform to the agreement.
    MMS; I managed to get a response from a Vodafone 'Technical support' person who said: 'Unfortunately you are the victim of another network issue. The N70 specifically has a network fault sending ANY mms over 40KB in size. I would bet that if the video clip was below this size it would work. This problem IS already with our engineers for resolution. Again however, timescale is not something I can provide.'
    The Radio issue: I use the ipod like white headset that comes as standard with the Vodafone N70. I do not think this is the issue as the phone has reset itself when the radio feature and cable were not in use. It is just that it is more noticeable when you are trying to listen to the radio and you get a very loud 'Crack' as the Radio stops.
    Lifeblog: Maybe it is me but, I cannot seem to find anything on this notice board covering this issue?
    Firmware: I was told by Nokia I gad to go to a Nokia agent to get the firmware upgrade and the response I got from the agent was that this was currently a problem and they were waiting for the Nokia engineer to sort it out before they wouil attempt it again and that would likely be at the end of January!
    With regard to Network providers - I have read this board and am aware of problems with all major Network providers offering the N70. I asked Nokia directly who I should use and they refused to comment and directed me to look at this notice board to help me make my own mind up. After reading this board I am no wiser as to who can provide a fully functional N70.
    - Many thanks for your input and comments.

  • How does "Unflatten From String" take a type and return a value of that type?

    http://zone.ni.com/reference/en-XX/help/371361E-01/glang/unflatten_from_string/
    How exactly does the "type" argument for "Unflatten From String" work? I need to create a VI that takes a type, passes it as an argument to several calls of the "Unflatten From String" function, and returns an array containing elements of the type originally passed. The "Unflatten From String" function seems to do some magic though, because the type of the "value" that it outputs changes depending on the type it is passed as input. How do I do the same magic in my VI?
    Ultimately, what I need to accomplish is an unflatten-list operation. Given a type T and a byte string of length L (which contains a concatenation of T elements that are flattened to their bytes), create a VI that unflattens all the types in the string and return an array of length (L / sizeof(T)) that contains each type.
    Note: performing the unflatten-list operation is trivial, but I cannot for the life of me figure out how to do it in a VI that takes a type and returns an array of the appropriate type. By the way, my data is being given to me from another source, so please don't bother suggesting that I should be flattening an array using LabVIEW's "Flatten To String" function in the first place. My data is not given in LabVIEW's array format: http://zone.ni.com/reference/en-XX/help/371361B-01/lvconcepts/flattened_data/
    Thanks a ton!
    -Wakka

    Take a look at this example:  You can see that the flattened string contains several bytes.  The first four bytes contain the length of array (number of elements).  Since the data type is U32, the next 32 bits (4 bytes) contains the value of the first element, and so on.  Could you possibly use this scheme to do what you want to do?  Other data types present different outputs.  You would have to experiment with them.
    - tbob
    Inventor of the WORM Global

  • Call RFC Function Module and return 1000 records at a time

    I would like to call a Remote Enabled Function Module from a non SAP system.  This function module will select data from the database and return it to the calling program.
    Suppose there are 100,000 records that need to be returned, but the calling module would like the data in chunks of 1000 records.  Therefore the calling program would call the FM 100 times. 
    How do I code the function module to know on each subsequent call to grab the next chunk of 1000 records? 
    Let me know if additional information is needed.
    Thanks,
    Aaron

    Hello,
    Here is how you can go for this issue:
    1. Create one RFC function module with following parameter. These parameters are with respective of chunking logic.
         Import: Package Size
         Export: Total number of records
         Changing: chunk count
    Implement following logic:
    1. First of you need to know how many chunks you need to fetch for that get the count of total number of records. This is one  
        time activity so you better maintain one flag import parameter will be set to 'X' only first call.
    2. Get the number of chunk using total number of records / chunk size for e.g. 1000 / 100 so chunk count = 10.
    3. Define internal chunk counter in function module which will be used to locate the correct chunk depending on the chunk
        counter value sent from calling program.
    4. Send first call with package size 100 and chunk count = 1, execute select statement and increment internal
        chunk count check if chunk count = internal chunk count in current case chunk count = 1 so exit select statement and return
        with first chunk.
    5. Send second call with package size 100 and chunk count = 2. Execute select statement and check chunk count with internal
        chunk counter, in current case it will be 1 so skip that data and go for next chunk of 100 records increment internal chunk  
        counter. In this case it will match with external chunk count = 2. load output table with that data and return to calling program.
    6. Repeat step 4 until you reach last chunk.
    You need to use SELECT...ENDSELECT with PACKAGE SIZE addition so for every loop it will return number of records mentioned in package size.
    Hope this helps.
    Thanks,
    Augustin.

  • Help! 2 iPhones and 1 laptop.my partner synced his phone first-everything was fine. Then he done the same to my phone and it deleted EVERYTHING and returned to factory settings

    My partner has deleted everything from my phone and returned it to factory settings accidenly. Our old computer crashed and we have been trying to get all the stuff from our phones onto the new laptop. He managed to sync his phone but then he done mine and it deleted it all. Someone help please x

    On iTunes on the computer, go to:
    Edit, Preferences, Devices and see if there is a backup listed for your iphone.
    If so, restore it from that backup.

  • In range and coerce function does not always return a correct result

    I passed 20E6 as DBL to "upper limit" input of "in-range and coerce" built-in VI, and also passed 20E6 as DBL to the X input of the VI, yet it says that it is not in range.  (Note: lower limit was hardwired to 0.)
    Apparently, there is some kind of roundoff error going on with LabVIEW.
    I've seen this before when just wiring 2 doubles of the same value to an "=?" built-in VI.
    When I display 30 digits or so, the values then display slightly differently.
    How do 2 numbers which were entered by ME (not anything else) precisely as 20E6 manage, over time or by passing thru VIs, or by being copied & pasted -- or whatever -- to become "different"?

    This simpliest 'In Range and coerce' does not work on my setup (8.0 and XP). The result should be 0 but it returns -5.
    Attachments:
    Coerce Not Working.vi ‏8 KB

  • Multithreading and Returning Value from RMI

    Hi all,
    I have an RMI Object which is Multi Threaded. The scenario is like this:
    The client program will pass different program specific codes to the RMI object. Multiple clients can pass same or different codes. If the codes are different they can share common data in an asynchronous way other wise they need to be synchronized.
    This RMI object will do some database transactions and will return a value to the client. I am not sure how to return a value to the client which has invoked this method as this method executes asynchronously.
    I am sorry if this posting is inappropriate for this forum.
    Thanks in Advance
    Srinivas

    If the database transaction executes asyncrhonously, the remote method has to wait for it and return the result via the return statement.
    As the remote request is already executing in a thread of its own there is of course no need for the database transaction to execute asynchronously from RMI's point of view so if you can get rid of that complication in your architecture you may as well do it. OTOH your application architecture may do it for other reasons

  • Expense reporting, get values from column and return only unique values somewhere else

    i would like check a column for the values it contains (expense categorizations) and then return a list of only the unique values somewhere else in a vertical list. So "gasoline" may be listed 12 times in the reference list but in my result listing i would expect it to only show up once. If there is a way to do this then I would also like to know how empty cells are handled.
    I will then be applying a SUMIF to the returned list to get totals for all the unique categorization a have specified.
    Thank you for your time.

    Deleting the first row made your $F$2 become $F$1.
    Explaining how a formula works is not so easy to do. I'll try, but the best way is to read up on the formulas and piece it all together.  There's nothing fancy or tricky going on here.
    The "active ingredient" in the formula is this piece: OFFSET('Table 1-2'::$F$1,SMALL('Table 1-2'::G,ROW()−1)−1,0)
    ROW() returns the row number of the cell that has the formula in it. It is an easy way to get an ever increasing number for the formula. The other way would be to have another column with 1,2,3,4, etc. in it.  So, ROW() will return the number 1 if the formula is in row 1, will return the number 2 in row 2, etc.
    SMALL(range, n) returns the nth smallest number from the given range of numbers.  So, for the formula  in row 2, SMALL('Table 1-2'::G, ROW()−1) becomes SMALL('Table 1-2'::G, 1) which will return the 1st smallest number from the G column of Table 1-2.  In the 3rd row it would return the 2nd smallest number. Etc.  And remember that those numbers it is returning are the row numbers of your unique values in Table 1-2.
    OFFSET(base, row offset, column offset) is a way of  referencing a cell.  For instance, OFFSET($F$1,1,0) would be one row down from cell F1. OFFSET($F$1,2,3) would be two rows down and three columns to the right of cell F1.  The SMALL formula has given you the row number for a unique value in your Table 1-2.  To reference the correct row, the row offset from F1 needs to be one less than that number (an offset of 0 = cell F1. An offset of 1 = cell F2, etc.). The column offset is zero.

  • Returning both raise_application_error and return value from db function...

    Hi ,
    I use Oracle 10g and forms10g.
    I have written a db packaged function such as:
    function fnc_ipologismos_xiliometron(code_poleis_apo_var in varchar2,code_poleis_pros_var in varchar2)
       return number
       is
        apostasi_var ref_apostaseis_poleon.apostasi%type;
        onomasia_pol_apo_var ref_poleis.onomasia%type;
        onomasia_pol_pros_var ref_poleis.onomasia%type;
        begin
         begin
            select onomasia into onomasia_pol_apo_var
              from ref_poleis
              where code_poleis=code_poleis_apo_var;
         end;
         begin
            select onomasia into onomasia_pol_pros_var
              from ref_poleis
              where code_poleis=code_poleis_pros_var;
         end;
         begin
          select apostasi into apostasi_var
           from ref_apostaseis_poleon
           where code_poleis_apo=code_poleis_apo_var and code_poleis_pros=code_poleis_pros_var;
          exception
           when no_data_found
    then
    apostasi_var:=0;
    return apostasi_var;
    raise_application_error(-20015,'a message');
    --return apostasi_var;
    end;      return apostasi_var;
        end;The problem is that when the exception written above (in bold) returns 0 and exits the function.... whereas i want this value to be returned as well as the message in the raise_application_error....
    I call this function in WHEN-VALIDATE-ITEM of a block item... such as:
    if pkg_mod3_general.fnc_ipologismos_xiliometron
    (:mod3_entoli_metakinisis.code_poleis_apo_type_id,:mod3_entoli_metakinisis.code_poleis_type_id)=0
                  and :mod3_entoli_metakinisis.seq_code_meso_metakin_type_id=2
                  then
                    raise form_trigger_failure;
      end if;     When the above condition is true then no message is displayed and the cursor sticks to the item(as the raise_application_error in the db packaged function is after the exit of the function) and when the condition is false then no message is displayed again ... as expected.....
    How is it get the desired result.....- get the message from the raise_application_error and the function returns 0.....?????
    Many thanks,
    Simon

    you cannot RETURN and RAISE a function.
    RETURN ends the function immediately
    RAISE ends the program unit and jumps in the EXCEPTION-Handler, if it exists. Else the function ends

  • Read from sql task and send to data flow task - [OLE DB Source [1]] Error: A rowset based on the SQL command was not returned by the OLE DB provider.

    I have created a execut sql task -
    In that, i have a created a 'empidvar' variable of string type and put sqlstatement = 'select distinct empid from emp'
    Resultset=resultname=0 and variablename=empidvar
    I have added data flow task of ole db type and I put this sql statement under sql command - exec emp_sp @empidvar=?
    I am getting an error.
    [OLE DB Source [1]] Error: A rowset based on the SQL command was not returned by the OLE DB provider.
    [SSIS.Pipeline] Error: component "OLE DB Source" (1) failed the pre-execute phase and returned error code 0xC02092B4.

    shouldnt setting be Result
    Set=Full Resultset as your query returns a resultset? also i think variable to be mapped should be of object type.
    Then for data flow task also you need to put it inside a ForEachLoop based on ADO.NET recordset and map your earlier variable inside it so as to iterate for every value the sql task returns.
    Also if using SP in oledb source make sure you read this
    http://consultingblogs.emc.com/jamiethomson/archive/2006/12/20/SSIS_3A00_-Using-stored-procedures-inside-an-OLE-DB-Source-component.aspx
    Please Mark This As Answer if it helps to solve the issue Visakh ---------------------------- http://visakhm.blogspot.com/ https://www.facebook.com/VmBlogs

  • When importing a CD, the CD Lookup Results dialogue box came up and I choose the wrong CD title.  Now iTunes is importing a different song list than the one on my CD.  How can I retrieve the CD Lookup Results to choose the correct title?

    When importing a CD, the "CD Lookup Results" dialogue box came up and I choose the wrong CD title.  Now iTunes is wanting to import a different song list than the one on my CD.  I've shut down my computer and opened iTunes from the hard drive Program Files and tried to import the CD again with the same problem.  How can I retrieve the "CD Looup Results" diaglogue box to choose the correct CD title to fit the song list on my original CD?

    You might also be able to do it without importing the songs again I think. Just highlight the tracks, right click them and choose "Get Track Names". This feature only works on CDs that were imported via iTunes.

  • Urgent! Display lookup value and return value at the same time.

    We are using pop up lov.
    How can we display lookup value and return value at the same time. let me claer..
    Our lov query is like fallowing
    select dname, deptno from dept
    we want to return deptno column into a database bind text item and dname column into a display item (look up)
    can we do it (we need to do)
    thanks for your help.

    We did it .
    But pop up key lov (display description return value ) property doesn't appear for tabular forms item.
    (Report Attributes pages Tabular Form Element section display As property list)
    can we set or not.
    Thank you.

Maybe you are looking for

  • Pdf wont open in acrobat but only internet explorer

    pdf wont open in acrobat anymore but only internet explorer

  • Differences between express and pro

    Hi: What are some key differences between the Pro and Express versions? I understand that Pro included in the studio package and express is a stand alone product. Anything else? Thanks!

  • Need to disable a message on OAF page

    Hello I am getting the error "Your change to the data in the current form did not update the FTE value due to the following error: This assignment does not have a contract type effective as of 29-08-2012. Please use the Extra Details of Service form

  • Query Generator Funny error message

    Hello Experts, Not sure if you ever seen something like this, but be great if anyone can offer me some insight... on a normal query with parameter I have something like thsi /*select from ORDR t0*/ declare @begandate as datetime /* where */ set @bega

  • Bought used Iphone and can't download apps or sign in to iTunes

    I bought my first iPhone from a friend over the weekend. Its an iPhone 4. Whenever I try and download and app I get a weird gmail account and it wants a password. I text my friend about it and she said to plug it into the computer and sync it with my