Query data in reverse order

I'm trying to query data in reverse order of an attribute in the table. Anyone got idea how to do this?
Thanks.
null

The reverse order can be obtained by:
SELECT * from tableName ORDER BY - tableName.mydate;
null

Similar Messages

  • Retrieving rows in reverse order

    Hi all,
    I wish to retrieve row data in reverse order. Iam not retrieving the data in any particular sorting order, i just want a simple reversal of rows returned for eg.
    say initially data returned is
    Name Age
    abc 20
    bbb 25
    ccc 19
    ddd 22
    I want it as
    Name Age
    ddd 22
    ccc 19
    bbb 25
    abc 20

    The order of rows isn't random, but it is arbitrary. While it is probable that "select * from emp" will return rows in the same order today as it did yesterday, Oracle is certainly under no obligation to do so. If there are any changes to the table-- new rows, deleted rows, modified rows, table reorganization, etc.-- if there are changes to the statistics for the tables, or if there are changes to the database, the order rows will be returned in will change. Changes to the Oracle version might change the order rows are returned in as well.
    While it is unlikely to happen in practice, it would be prefectly legal for Oracle to return rows in exactly the same order for both of Laurent's queries. In practice, they are reasonably likely to return rows in the opposite order most of the time.
    Justin
    Distributed Database Consulting, Inc.
    http://www.ddbcinc.com/askDDBC

  • Trying to print the date arrays in reverse order....

    Hi,
    I'm trying to print the dates in the arrays in reverse order using the for loop, but its not working and i think ive got something in the wrong order perhaps the constructor or method. Or do i need to define 'a', because i tried it and i couldn't unless, probably because i was putting the wrong code for it.
    Thanks for your help
    public class Array
      public static void main(String[] args)
              a[0] = new Date(2, " January ", 2005)
              a[1] = new Date(3, " February ", 2005)
              a[2] = new Date(21, " March ", 2005)
              a[3] = new Date(28, " April ", 2005)
                                   printDate();
    class Date
      public int day;
      public String month;
      public int year;
      public Date(int d, String m, int y)
        day = d;
        month = m;
        year = y;
      public void printDate()
      for (int i = a.length - 1; i >= 0; i--)
                  System.out.println(a);

    I don't see where this 'a' variable is declared anywhere, so what did you expect it to do? Also, you can't just call Date's printDate method from your Array class like that. You really need to start with the java tutorials or take a course. The forums aren't going to effectively teach you the very basics.

  • Query for displaying columns in reverse order ?

    Hi All,
    I want to select/display all the columns of a table in reverse order. The no. of columns is arbitrary.
    Can anyone please help me on this.\
    Regards
    -AKJ

    apart from the physical data store implementation,
    are columns actually guaranteed ordering ? Guaranteed.... probably not, but they are in the data dictionary in the order in which they are created, so are known to be consistent in that respect.
    I don't think it's correct to refer to C(1)...C(n) ,
    they are just columns, there's no particular reason
    why one should come first or lastLikewise, I don't see the point in selecting columns out in a particular order unless you're trying to spool the output to a file.

  • Unable to get tha data for Residual Order Plan query-0PS_C04_Q0008

    Hi Xperts,
    i have activated  standard query-0PS_C04_Q0008.
    But when i am executing the query i am unable to get the data for "Residual order plan" in the report output..
    As i  checked the transformation and the queries for this, every thing seems ok.
    Could please suggest me the best way to check further or How can i get the data for this field?
    Regards,
    SAP

    Check whether you have data for "Residual order plan" in 0PS_C04.

  • How to write data at the end of doc in reverse order?[CS6-jsx]

    I need to move all my spec texts entries at et end of doc. To keep correct reference in all found entries i have to process in reverse order
    for (i = mFound.length-1; i>=0; i--){
    ...etc
    but can't to think up, how to place entries in write order at the end.
    String:
    mStory.insertionPoints.item(-1).select();
    app.paste();
    does not work properly (of course). It makes this:
    10.
    9.
    8.
    7.
    6.
    ...etc
    How to get
    1.
    2.
    3.
    4.
    ...etc

    Hi,
    I think what you are doing is the code below.
    you should fix using
    findGrep(true) => true is 'reverse order' option
    and move()
    var dummy = "Um veles 1.eatiorum et alic tem 2.quibusda nit volest, to corion conserum rem ipsanitate verores sequiduciat la demquis 3.inctorem ellestem reptis a et offic tem quidel earcide bissere mpellorerit ipsaecearios 4.volorrovid earchit omnitat atquatus aut quam nimet idelluptatum quis aut lam quo 5.ipsapiciis se simus autem fugias esto et et volupti to eum rem reius nobitatur aut evelis rae arumque lanihilicia sapitiam volorep ellupta volupta aut qui rendia doluptusam am necatur? Em aut abo. "
    var doc = app.documents.add();
    var tf = doc.textFrames.add({geometricBounds: ["10mm","10mm","100mm", "80mm"], contents:dummy});
    var st = tf.parentStory;
    var find_grep_obj = {
      findWhat : "\\d+\\.[^\\s]+"
    with(app.findChangeGrepOptions){
      includeFootnotes            = false;
      includeHiddenLayers         = false;
      includeLockedLayersForFind  = false;
      includeLockedStoriesForFind = false;
      includeMasterPages          = false;
      kanaSensitive               = true;
      widthSensitive              = true;
    var match = grep_find(doc, find_grep_obj);
    function grep_find(target_obj, find_grep_obj){
      app.findGrepPreferences = NothingEnum.nothing;
      app.findGrepPreferences.properties = find_grep_obj;
      var result = target_obj.findGrep(true); //=> reverse order [..., "3.inctorem","2.quibusda", "1.eatiorum"]
      app.findGrepPreferences = NothingEnum.nothing;
      return result;
    var i = match.length;
    while (i--) {
      st.insertionPoints[-1].contents = "\r";
      match[i].move(LocationOptions.AT_END, st);
    thank you.
    mg

  • Query data with some value & display in datatable at page

    hi,
    I have bean and when user enter some page i use datatable to display some data from oracle:
    <h:dataTable id="dt1" value="#{GetDataOracle.rep_tcok_pl2_connects}" var="item" bgcolor="#F1F1F1" border="10" cellpadding="5" cellspacing="3" width="70%" dir="LTR" frame="hsides" rules="all" summary="This is a JSF code to create dataTable." >i want to first user defined start date and end date of report, type it into the form and later click submit and display report.
    I know how to do that not using framework, please tell me how to do that in JSF?
    I have main Controller servlet and my Bean is sth like this:
    package logic;
    import java.util.ArrayList;
    import java.util.List;
    import javax.naming.*;
    import java.sql.*;
    import exception.NoConnectionException;
    * @author pawel
    public class GetDataOracle {
    Connection con = null;
    Statement ps = null;
    ResultSet rs = null;
    private List perInfoAll = new ArrayList();
    private List rep_dws_wnioski_wstrzymane_cnt = new ArrayList();
    private List rep_dws_wnioski_wstrzymane_graph = new ArrayList();
    private List rep_tcok_ppi_connects = new ArrayList();
    private List rep_tcok_pl_connects = new ArrayList();
    private List rep_windyk_hip_umowa_to_call = new ArrayList();
    private List rep_tcok_pl2_touchpoint_count = new ArrayList();
    private List rep_tcok_pl2_connects = new ArrayList();
    public List getperInfoAll() {
        int i = 0;
        try {
        con = Database.createConnection();
        ps =    (Statement) con.createStatement();
        rs = ps.executeQuery("select sso, fname, sname, lev, last_login, login_count from stg123054130.oraclereports_user order by sname");
        while(rs.next()){
          perInfoAll.add(i,new getUsersData(rs.getString(1),rs.getString(2),rs.getString(3),rs.getString(4),rs.getString(5),rs.getString(6)));
          i++;
        } catch (NamingException e) {
            e.printStackTrace();
            throw new NoConnectionException(); 
        } catch (SQLException e) {
            e.printStackTrace();
            throw new NoConnectionException(); 
        } catch (NullPointerException e) {
            e.printStackTrace();
            throw new NoConnectionException();  // obsluga bledy na wypadek jesli braknie wolnych polaczen do bazy
        } finally {
        try {
            if(con != null)
            con.close();
        } catch (SQLException e) {
            e.printStackTrace();
        } catch (NullPointerException e) {
            e.printStackTrace();
            throw new NoConnectionException();  // obsluga bledy na wypadek jesli braknie wolnych polaczen do bazy
    return perInfoAll;
    public class getUsersData {
    String sso;
    String fname;
    String sname;
    String lev;
    String last_login;
    String login_count;
    public getUsersData(String sso, String fname, String sname, String lev, String last_login, String login_count) {
        this.sso = sso;
        this.fname = fname;
        this.sname = sname;
        this.lev = lev;
        this.last_login = last_login;
        this.login_count = login_count;
    public String getsso() {
        return sso;
    public String getfname() {
        return fname;
    public String getsname() {
        return sname;
    public String getlev() {
        return lev;
    public String getlast_login() {
        return last_login;
    public String getlogin_count() {
        return login_count;
    }How should i send to my Bean info that i want data where:
    select sso, fname, sname, lev, last_login, login_count from stg123054130.oraclereports_user
    where last_login > to_date('20091101','YYYYMMDD')
    order by sname;
    ?

    Hi 404116,
    Here's another method :
    1. After you have queried the Block-3 <Subject Block> you have the Student-id from Block-2 which you can use to query the Block-1.
    -- I will use the following code to query the Block-1
    1. Check the Block Status of Block-1. As you have queried the Block-3 and Not Block-1, the Block Status of Block-1 should not be 'QUERY'.
    2. If status of Block-1 is not 'QUERY' And
    status of Block-2 is 'QUERY'
    Then
    /* The query process is reverse from Block-3 first */
    2a. Use the Set_Block_Property Built-In to define the Where Condition for the Block-1.
    Where column to Query = : Block-2.Student Id
    2b. Remove the Relation between Block1 and Block-2 at Run Time.
    2c. Go_Block ('Block-1');
    Clear_Block (No_Validate);
    Execute_Query;
    And Remember,
    1. To remove the Where Condition set in Block-1 when you query from Block-1 first
    2. And re-define the MD relation from Block-1 to Block-2
    -- Shailender Mehta --

  • SSRS report not displaying data in correct order

    Guys,
    I have a SSRS 2012 report not displaying returned records from SQL in the correct order.  Running the stored procedure in SSMS and supplying the parameter values returns the data correctly and running Query Designer in SSRS using the stored procedure
    on the dataset in question, likewise returns the data correctly.  Only when I run the actual report does the data display incorrectly(always last name order).  I've done similar reporting using very similar stored procedures and I've never had this
    problem.  Below is the stored procedure.  "@SortBy" is the parameter with the sorting value. 1=Due Date; 2=Denial Amt and 3=Last name and is passed by SSRS to SQL.  Wish I could supply screen shots.  
    Thanks for any help,
    Dave
    ALTER PROCEDURE [dbo].[RAC_PT_List]
    @Level as int,
    @SortBy as int,
    @PTLName as varchar(30) = NULL,
    @User as varchar(10) = NULL
    AS
    SELECT pat.headerID,
    pat.PT_LName + ', ' + pat.PT_FName AS PTName,
    pat.PT_AcctNo,
    rco.RCO_CLMREF,
    rco.RCO_AppealLevel,
    rco.RCO_LevelNo,
    rco.RCO_AuditorStatus,
    let.LET_DEN_DueDate,
    CONVERT(varchar(12),let.LET_DEN_DueDate) as DueDate,
    let.LET_DEN_Dollars,
    let.userID
    FROM Master_PT_List pat
    INNER JOIN Master_RCO_Work rco on RCO.PT_headerID = pat.headerID
    INNER JOIN Master_Letters let on LET.PT_headerID = pat.headerID
    WHERE (@PTLName IS NULL OR(pat.PT_LName LIKE + '%' + @PTLName + '%'))
    AND (rco.RCO_LevelNo = @Level)
    AND (let.userID = @User)
    --AND (rco.RCO_AuditorStatus <> 'Closed' and rco.RCO_AdminStatus <> 'Closed')
    ORDER BY 
    CASE WHEN @SortBy = '1' THEN LET_DEN_DueDate
    END
    DESC,
    CASE WHEN @SortBy = '2' THEN let.LET_DEN_Dollars
    END
    DESC,
    CASE WHEN @SortBy = '3' THEN pat.PT_LName
    END

    Hi DaveMac1960,
    According to your description, when you render data in report, you find it always shows the data with unexpected order. Right?
    In Reporting Services, if we don't set any sorting in tablix, it will order the data as your query in SSMS or Query Builder. In some scenario, for example, we add parent group for data rows, it will have the rows sort by the group on data field by default,
    and the "order by" in your query will be ignored. So please check the Sorting tab in Tablix Properties, in this scenario, we suggest you delete any sorting in the Sorting tab so that the "Order By" clause can work.
    Reference:
    Sort Data in a Data Region (Report Builder and SSRS)
    If you have any question, please feel free to ask.
    Best Regards,
    Simon Hou

  • Just purchased a new iMac and transferred all info from my old iMac. Now when using iPhoto slideshow is displays the pictures in reverse order.

    Just purchased a new iMac and after transferring all info from my old iMac.  Now when using iPhoto slideshow it  displays the pictures in reverse order.

    There's a bug in iPhoto 9.5.1 and Mavericks that affects slideshows played directly from an album.  The slideshow will not play correctly if the photos have been sorted manually.  Any other type of sort, date, rating, keyword or title, will play correctly.
    If you need that manual sort of pictures for your slideshow create the slideshow in iPhoto's slideshow mode.
    OT

  • How to sort data in descending order when user clicks on the column heading

    Hi
    I have a report called "Top customers", which shows the top customers for a specific product line. It displays the customer name and one column with the total amount spent in the period for each product line. By default, the leftmost product line is sorted in descending order.
    If the user wants to know who are the top customers for another product line, they simply click on the column heading to sort the list by that column.
    The problem is that when you click for the first time on a sortable column heading, Apex sorts it in ascending order; you need to click on the same column heading again to sort in descending order.
    Is it possible to change this behaviour and sort the data in descending order in the first click? So the users don't have to click twice...
    Thanks
    Luis
    PS: Apex 3 running on Oracle 10.2.0

    Luis,
    See: Can I "catch" a click on a sortable column header of a report?
    Take a look at Anton Nielsen's answer with regards to hiding a column and displaying its value instead of the sortable column.
    Asumming the following simple report query:
    select product,sales
    from <table>
    Change that into:
    select product
    ,sales*-1 as reverse_sales -- Select this one as an extra column
    ,sales -- Hide this column
    from <table>
    In your report column attributes (of column reverse_sales), html-expression, type #sales#. It then displays the normal sales. However apex will generate a 'order by 2 asc' for the first time. The '2' will refer to the sales*-1 value: sorting it asc, is the same as sorting sales descending...
    Toon

  • When downloading updates from iTunes to my iPhone my playlists appear in reverse order with least played at the top. I just want the playlist to appear in the same order as my iTunes library. This seems to have changed after downloading iCloud

    When dowloading updates from my iTunes library onto my iPhone
    my playlists appear in reverse order with the least played at the top of the list
    and most played at the end on the playlist.
    Therefore I cant play my favourites in the order that I like to hear them.
    This all changed when I recently downloaded the iCloud application.

    Hi Jim,
    Is this temporary cache accessing my data when I play songs from it? As I mentioned in my previous post, I'm still able to listen to these songs even when my phone is in airplane mode and the download icon is still present next to said songs. This implies that the songs are already downloaded onto my phone even if I didn't opt to download them directly from the cloud -- they're on my phone because my phone was shuffling my library on a wifi network.
    Dan

  • Export Query Data to Excel

    Hey guys, I have a cfm page that I am using to query data, and the  result set is displayed on the same page when a user clicks submit.
    My question is, I would like to create a clickable icon where, after a  user runs the query and the data table displays, I want the user to be  able to click a little Excel icon that will allow them to download the  data in Excel.
    So, a user clicks on a little icon somewhere on the page and IE or  Firefox or whatever pops up a little dialog box asking them if they want  to OPEN or SAVE the file results.xls.  How can I do this?
    Here is my current code, but where do I implement the cfoutput stuff to  export?  On the same page?
    <cfquery name="qActivity" datasource="khamp" result="resultInfo">
         SELECT KHAMELEON.GL_DETAIL.ACCOUNT, KHAMELEON.GL_ACCOUNT.DES1, KHAMELEON.GL_DETAIL.ENTITY,
        SUM (KHAMELEON.GL_DETAIL.AMOUNT) AS "TotalAmt"           
         FROM KHAMELEON.GL_ACCOUNT, KHAMELEON.GL_DETAIL
        WHERE 0=0
        <cfif Form.Entity IS NOT "">
              AND KHAMELEON.GL_DETAIL.ENTITY = '#Form.Entity#'
         </cfif>
        AND KHAMELEON.GL_DETAIL.ACCTG_DATE <= '#Form.asofday#-#Form.asofmonth#-#Form.asofyear#'
        <cfif Form.accountnum IS NOT "">
        AND KHAMELEON.GL_ACCOUNT.ACCOUNT = '#Form.accountnum#'
        </cfif>
        AND KHAMELEON.GL_ACCOUNT.ACCOUNT=KHAMELEON.GL_DETAIL.ACCOUNT
        GROUP BY
    KHAMELEON.GL_ACCOUNT.ACCOUNT,
    KHAMELEON.GL_DETAIL.ACCOUNT,
    KHAMELEON.GL_ACCOUNT.DES1,
    KHAMELEON.GL_DETAIL.ENTITY
         HAVING SUM(KHAMELEON.GL_DETAIL.AMOUNT)<>0
         ORDER BY KHAMELEON.GL_ACCOUNT.ACCOUNT ASC
         </cfquery>
      <cfif resultInfo.Recordcount eq 0>
        No Records Match the Search Criteria.
        <cfelse>
        <hr/>
        <br/>
        <table border="1" class="displaytable">
    <!--Headings Row-->  
            <tr>
               <th>Account</th>
               <th>Description</th>
               <th>Entity</th>
               <th>Book 1</th>
          </tr>
    <!--Result Rows-->   
          <cfoutput query="qActivity">
          <tr>
            <td>#qActivity.ACCOUNT#</td>
            <td>#qActivity.DES1#</td>
            <td>#qActivity.ENTITY#</td>
            <td style="text-align:right">#NumberFormat('#qActivity.TotalAmt#', "_(999,999,999.99)")#</td>
          </tr>
          </cfoutput>
    I got the following code off of a thread in the forum, but it trys to  download the excel file as soon as the query is run (the excel download  doesn't work though, it trys to download the actual cfm page instead):
    <cfheader name="Content-Disposition"
    value="inline; filename=tb.xls">
    <cfcontent type="application/vnd.ms-excel">
    <table border="2">
    <tr>
    <td> Account </td><td> Description </td><td> Entity </td><td> Book1 </td>
    </tr>
    <cfoutput query="qActivity">
    <tr>
    <td>#qActivity.ACCOUNT#</td><td>#qActivity.DES1#</td><td>#qActivity.ENTITY#</td><td>#NumberFormat('#qActivity.TotalAmt#', "_(999,999,999.99)")#</td>
    </tr>
    </cfoutput>
    </table>
    </cfcontent>
    Thanks guysq

    To actually get the data into excel, google "cold fusion excel poi" and look for Ben Nadel's cfc.  Otherwise you might have issues with Office 2007.
    For the icon or whatever, make your query a session variable.  Then have the icon link to either a self closing popup or a very small iframe that exports the query to an excel file and then uses cfcontent to download it to the user.

  • Thumbnails in reverse order in Icon view

    When I look at a folder full of picture thumbnails in Finder, in Icon view, and select Keep Arranged by Date Modified, or Date Created, they appear in the reverse order, with the most recent at the top. In the other views (list, cover flow etc.) they appear in the order I want them, with the most recent at the bottom. How can I correct this?
    Richard

    Setting 'Arrange by date order' toggles between oldest and newest first in List and Cover flow view on mine.
    Icon view and column view don't change from newest first.
    Arrange by name toggles on list and cover flow view too..
    S.

  • How to change the order of filter in reverse order?

    This is my demo list, and I want to apply filter to it. However, notice that the order of the filter is alphabetic, but I want it in reverse. How can I make the order of the filter in reverse order?
    ie.
    havefun
    have fun
    haha
    I have no idea how to describe this problem.

    there is no out-of-the-box method to change the sort order of the FILTER VALUES
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Query data source type = procedure or from clause

    1)I have a form where a block is based on a from clause. In the source name I entered a simple sql statement.
    Isn't the items suppose to show without any other action or
    WHAT ELSE DO I NEED TO DO IN ORDER TO SEE THE BLOCK ITEMS EQUIVALENT TO THE COLUMNS IN THE QUERY?
    2) I have a form where a block is based on a procedure.
    First I created a package in a program unit with the procedures query_procedure, insert_procedure, update_procedure, delete_procedure and lock_procedure.
    Then I set the query data source name to the package query_procedure. The columns and arguments were automatically filled by Forms - they are fine as well.
    Forms automatically created the block triggers insert-procedure,delete-procedure, update-procedure and lock-procedure.
    Everything seems to be fine but when I run the form and execute the query I get frm 40505 - unable to perform query.
    What am i doing wrong?
    This is the package:
    PACKAGE pkgdeptemp IS
    type dept_emp is record (
    empno number(4),
    ename varchar2(10),
    job varchar2(9),
    hiredate date,
    sal number(7,2),
    deptno number(2),
    dname varchar2(14));
    success constant number :=0;
    type dept_emp_ref is ref cursor return dept_emp;
    type dept_emp_tab is table of dept_emp index by binary_integer;
    procedure query_procedure (resultset in out dept_emp_ref, p_empno in number);
    procedure lock_procedure (dmlset in out dept_emp_tab);
    procedure insert_procedure (dmlset in out dept_emp_tab);
    procedure update_procedure (dmlset in out dept_emp_tab);
    procedure delete_procedure (dmlset in out dept_emp_tab);
    END;
    PACKAGE BODY pkgdeptemp IS
    function get_success return number is
         begin
              return(success);
         end;
    procedure query_procedure (resultset in out dept_emp_ref, p_empno in number) is
    begin
         open resultset for
              select e.empno, e.ename, e.job, e.hiredate, e.sal, e.deptno, d.dname
              from emp e, dept d
              where e.deptno = d.deptno
              and e.empno = nvl(p_empno, e.empno);
    end query_procedure;
    procedure lock_procedure(dmlset in out dept_emp_tab) is
         tempout number(4);
    begin
         for i in 1..dmlset.count loop
              select empno
              into tempout
              from emp
              where empno = dmlset(i).empno
              for update;
         end loop;
    end lock_procedure;
    procedure insert_procedure (dmlset in out dept_emp_tab) is
         cursor c_dept (i binary_integer) is
         select deptno
         from dept
         where deptno = dmlset(i).deptno;
         tempout number(4);
    begin
         for i in 1..dmlset.count loop
              open c_dept(i);
              fetch c_dept into tempout;
              if c_dept%notfound then
                   insert into dept(deptno,dname)
                   values(dmlset(i).deptno, dmlset(i).dname);
              end if;
              close c_dept;
              insert into emp (empno,ename,job,hiredate,sal,deptno)
              values (dmlset(i).empno, dmlset(i).ename, dmlset(i).job, dmlset(i).hiredate, dmlset(i).sal, dmlset(i).deptno);
         end loop;
    end insert_procedure;
    procedure update_procedure (dmlset in out dept_emp_tab) is
         cursor c_dept (i binary_integer) is
         select deptno
         from dept
         where deptno = dmlset(i).deptno;
         tempout number(4);
    begin
         for i in 1..dmlset.count loop
              open c_dept(i);
              fetch c_dept into tempout;
              if c_dept%notfound then
                   insert into dept(deptno,dname)
                   values(dmlset(i).deptno, dmlset(i).dname);
              else
              update dept
              set deptno=dmlset(i).deptno,
              dname=dmlset(i).dname;
              end if;
              close c_dept;
         update emp
              set empno=dmlset(i).empno,
              ename=dmlset(i).ename,
              job=dmlset(i).job,
              hiredate=dmlset(i).hiredate,
              sal=dmlset(i).sal,
              deptno=dmlset(i).deptno;
         end loop;
    end update_procedure;
    procedure delete_procedure (dmlset in out dept_emp_tab) is
    begin
         for i in 1..dmlset.count loop
              delete from emp where empno = dmlset(i).empno;
         end loop;
    end delete_procedure;
    END;

    for ur q1:
    create the text items manually in the layout editor or in the obj navigator then specify there properties manually in the the pallette.
    database item = yes
    column name = field name in ur select statement
    for q2:
    try running the form again and press F8 then if an error occur press F1 or shift F1 to show the error in ur code.
    i suspect u forgot to specify a value for the in parameter the reason why u get an error that is specify the actual parameter for ur in argument then press F8.
    enjoy!

Maybe you are looking for

  • How to remove header on last page of the report?

    I am working on a RTF template for PO report. This is the format of the rtf i have. <?start:body?> <?for-each@section:G_HEADERS?> All header fields <?for-each:G_LINES?> All Line Fields <?end for-each?> --Line End <?end for-each?> --Header End <?end b

  • How to track session IDs for multiple apps in same server instance?

    All: We have 2 web applications (for example: app1,app2) running in one app server instance (weblogic 5.1). Both of those applications use the same cookie name (defined in weblogic.properties ) to keep the HttpSessionID. The tricky thing is that if a

  • My ipod is stuck on low battery!!!!! and wont charge

    this might be a lil long but please bare with me! my ipod wont charge. i whiped out my computer last weekend and had to put all my songs back onto my ipod. it was fully charged and worked fine for me.. now my battery is dead and ive plugged it into m

  • How to create replacement variable

    Hi, Any one has idea how to create replacement variable in bps. I need to pass one variable value to another.\ Because both the fields are fields to be change. But user does not want to do double entry. So need to pass one value from another. Is ther

  • Can't open jpeg image

    I'm using Adobe photoshop 7.0 and usually when I open a jpeg image it just opens but some jpeg images don't open properly. There is this jpeg image that when I try to open it it either displays an error message that it's not the right kind of file or