The formula field is not sorting both ascending and descending

Dear All,
               I am designing scoreboard the net amount contains the formula field, i sorted with asceding order by using sort,but it is not sorted both ascending or descending ,
              Suppose if i used to sort the database field it is sorted properly  so any one help me very urgent
Regards
Selva.D
Edited by: Rui Pereira on Aug 8, 2008 11:32 AM

Dear Suda,
                 The scoreboard i designed via query print layout. So i calculated  by using formula field ie totalsales- sales return for that i used formula and i follow the below steps
Choose repetitive area -
> Right mouse click---> sort
in the sorting i choose the formula uinque id and i choose Ascending then summary, after i click ok
Suggest me the solution
Regards
Selva.D
Edited by: Rui Pereira on Jul 8, 2008 5:18 PM

Similar Messages

  • I want to write a CAML query on Id based on Ascending and Descending.

    Hi,
    i want to write a CAML query on Id based on Ascending and Descending.
    Can i write CAML query using both Ascending and Descending?
    Actually my requirement is if i changed the id, Ascending and Descending will perform based on this id.

    Hi,
    Do you want to retrieve a set of items which are sorted based on the value of the ID column using CAML query statement?
    If this is the case, you can compose and test the CAML query statement with the help of
    CAML Designer which with a Graphic User Interface provided:
    http://karinebosch.wordpress.com/my-articles/caml-designer-for-sharepoint-2013/
    Best regards,
    Patrick
    Patrick Liang
    TechNet Community Support

  • Mix Ascending and Descending in SQL

    I am very new to Oracle and SQL, but I am very curious if one can sort by mixing both ascending and descending orders within a single SELECT statement.
    I have been trying to figure out why this would even be needed, but I'm certain that there are unique circumstances where one would want this capability.

    SQL> select rank() over (order by a1 asc) "ASC",
      2     rank() over (order by a1 desc) "DESC"
      3  from test_asc_desc
      4  order by a1 asc;
           ASC       DESC
             1          6
             2          5
             3          4
             4          3
             5          2
             6          1
    6 rows selected.
    SQL> select row_number() over (order by a1 asc) "ASC",
      2     row_number() over (order by a1 desc) "DESC"
      3  from test_asc_desc
      4  order by a1 asc;
           ASC       DESC
             1          6
             2          5
             3          4
             4          3
             5          2
             6          1
    6 rows selected.

  • Verifier Error: Exception handlers not sorted in ascending order by the off

    Hello,
    Java Card 2.2 did not convert my Applet !
    Java Card 2.2.1 & 2.1.2 do not report this Error and the Applet is working !
    What's wrong here ?
    D:\save\smsTest>C:\Programme\Java\jdk1.5.0_06\bin\java -classpath D:\java_card_kit-2_2\lib\converter.jar;D:\java_card_kit-2_2\lib\offcardverifier.jar com.sun.javacard.converter.Converter -config SMS_JCDK_2_2.opt
    Java Card 2.2 Class File Converter (version 1.3)
    Copyright 2002 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.
    warning: You did not supply export file for the previous minor version of the package
    parsing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\IExceptionConstants.class
    parsing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\ITestConsts.class
    parsing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\InfoData.class
    parsing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\SMS.class
    parsing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\StringConsts.class
    converting com.gieseckedevrient.jctt.smsTest.IExceptionConstants
    converting com.gieseckedevrient.jctt.smsTest.ITestConsts
    converting com.gieseckedevrient.jctt.smsTest.InfoData
    parsing D:\java_card_kit-2_2\api_export_files\java\lang\javacard\lang.exp
    converting com.gieseckedevrient.jctt.smsTest.SMS
    parsing D:\java_card_kit-2_2\api_export_files\javacard\framework\javacard\framework.exp
    parsing U:\_Tools\java\43019-560\Annex_B_Export_Files\sim\toolkit\javacard\toolkit.exp
    converting com.gieseckedevrient.jctt.smsTest.StringConsts
    writing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\javacard\smsTest.exp
    writing D:\save\smsTest\com\gieseckedevrient\jctt\smsTest\javacard\smsTest.jca
    Verifier Error: Exception handlers not sorted in ascending order by the offset of the handler
    Verification failed

    Hello again,
    it seams this error only occurs when using javac from JDK 1.5/1.6 (1.4 not tested).
    When I us jdk1.3.1_11 to compile the java sources this error never occurs during conversion !

  • Error Message: "The formula syntax is not supported by the report"

    We are using 'Development Environment: SAP Crystal Reports, version for Visual Studio 2010 u2013 Standard ' and using CrystalDecisions.CrystalReports.Engine and CrystalDecisions.ReportAppServer APIu2019s
    I am reading SQLExpressionFields from one source .rpt file & want to add it to another ReportDocument. While doing so, it gives an error " The formula syntax is not supported by the report"
    doc.ReportClientDocumentDataDefController.FormulaFieldController.Add(formualField); // formualField is SQLExpressionField from source ReportDocument
    But when I tried to Add FormulaField, it succeeds
    Please help me in knowing how to add SQlExpressionFields to ReportDocument.
    Regards,
    -atul

    Thanx Don & Ludek for the reply.
    CR provides support for addition/modification of SQLExpressions.
    CRAXDRT.Application application = new CRAXDRT.ApplicationClass();
    CRAXDRT.Report innerReport = application.OpenReport(path, CROpenReportMethod.crOpenReportByTempCopy);
    innerReport .SQLExpressionFields.Add(name, strSQLExpression)
    CRAXDRT.dll provides support for addition/modification of SQLExpression fields. But its not compatible with 64bit.
    Just curious to know, is there any future plan to provide support for add/modify SQLExpression fields?
    Thanx
    -atul
    Edited by: Atul Chivate on Aug 21, 2011 6:13 PM

  • How to get rid of decimals in the formula field?

    Hello,
    I'm using CR 2008.
    How to get rid of the decimals in the formula field? I have a field with this formula:
    "<b>" & ProperCase({DevelopmentTracking_SELECT.GameType}) &
    "</b>" & "<br><i>" &
    ProperCase ({DevelopmentTracking_SELECT.CustomerName}) &
    "</i><br>" &
    ProperCase({DevelopmentTracking_SELECT.PlannerID}) &
    "<br>" & ProperCase({DevelopmentTracking_SELECT.Forms}) &
    "<br>" & ProperCase({DevelopmentTracking_SELECT.Notes}) &
    "<br>" & "Concepts: " & ToText(int({DevelopmentTracking_SELECT.Concepts}))
    The field {DevelopmentTracking_SELECT.Concepts} is already an Integer in the database, so it shouldn't have any decimals, for some reason CR add them. It's easy to format a stand alone field, but how to do this in the formula?
    I tried the int() function, but it didn't work. The Round(field, 0) function didn't work either - still see the numbers like 12.00 instead of 12.
    I would appreciate your help.
    Thank you,
    Peter

    I've found the solution, this way it worked:
    "Concepts: " & CStr({DevelopmentTracking_SELECT.Concepts}, 0)

  • How to summarize the formula field for grand total

    Hi All
    Iam desinging a report in which iam facing a problem to summarize the formula field . This formula field contains sum calculation like
    formula name is @sales
    Sum ({@DTM200}, {@SaleMan})+Sum ({@DTM500}, {@SaleMan})+
    Sum ({@TM500}, {@SaleMan})+Sum ({@TM1000}, {@SaleMan})+
    Sum ({@HTM500}, {@SaleMan})+Sum ({@HTM1000}, {@SaleMan})+
    Sum ({@WM500}, {@SaleMan})+Sum ({@WM1000}, {@SaleMan})+
    Sum ({@CURD}, {@SaleMan})+Sum ({@Buttermilk}, {@SaleMan})+
    Sum ({@BULKWM}, {@SaleMan})+Sum ({@BULKTM}, {@SaleMan})
    the fields are summary fields and iam calculating all these fields to get the final result . Upto this it is working fine but finally i want to calculate the grand total of this formula '@sales' how should do this
    Thanks in advance

    Hi,
    If your formula name is @Sales you click the @Sales formula then Click Insert from Menu bar and click Summary.
    Then click Grand Total.
    Regards,
    Clint

  • How can I tether via USB my iPhone 4S with iOS 7.1.1 to my MacBook with Snow Leopard 10.6.8 and iTunes 11.2.2 ?? Please note that at the same time Personal Hotspot via both WiFi and Bluetooth works perfectly!

    How can I tether via USB my iPhone 4S with iOS 7.1.1 to my MacBook with Snow Leopard 10.6.8 and iTunes 11.2.2 ?? Please note that at the same time Personal Hotspot via both WiFi and Bluetooth works perfectly!

    Hello, lustige luka. 
    Thank you for visiting Apple Support Communities. 
    The Personal Hotspot feature using USB  should be as simple as connecting the device to your Mac via the USB cable when Hotspot is enabled.  Here is some more information regarding this feature and an article that will provide some troubleshooting steps if you are experiencing an issue. 
    iOS: Understanding Personal Hotspot
    http://support.apple.com/kb/ht4517
    iOS: Troubleshooting Personal Hotspot
    http://support.apple.com/kb/TS2756
    Cheers,
    Jason H. 

  • I have a user on Adobe Reader X.  whenever they open a .pdf file, the form fields do not auto-fill u

    I have a user on Adobe Reader X.  whenever they open a .pdf file, the form fields do not auto-fill until you click in the box.  Is there a setting that can be changed to make the form open properly?

    Sounds like the form fields were filled in on a Mac using Mac Preview. This cannot be fixed in Reader only Acrobat. Ask the person who filled in the form to redo their work in Adobe Reader.

  • The date field does not appear on my form

    On my saved form, the date fields do not reveal the calendar icon to select a date like it does on the test form. The date field is instead a free text field. Can somebody explain what happened to the date field?
    Thank you.

    Hi,
    If the form is saved as pdf, the date picker is not support in pdf.
    Regards,
    Perry

  • In smartforms the quantity field is not showing the perfect value .

    In smartforms the quantity field is not showing the perfect value because the point is shifting left
    insted of showing 8.10 it is showing 80.00.

    Hi,
    Dont use the quantity field same as that it come from interface Fm declare one field for quantity in the global settings and write the logic to pass the value to that field and pass that global value to the particular texts...same is the case with currency fields also.
    Regards,
    Rohan.

  • HT201263 None of these answers help my problem.  My ipad will not leave the Apple logo.  I hold both buttons and the screen goes black, then the apple logo immediately pops back up.  I can't do anything because the apple logo just keeps popping back on.

    I haven't been able to find any answers that solve my problem.  My Ipad will not leave the Apple logo.  I hold both buttons and the screen goes black and then the Apple logo immediately pops back up.  I can't get the red slider screen at all.  No matter how many times I hold down both buttons the screen goes black and then the Apple logo pops right back on.

    Before you do anything else, try charging via a wall outlet for a while, since its off. Then try turning it back on.
    When you put the device into recovery mode it allows you to restore the device when no other options work. You do risk losing everything currently strored on the ipad itself. Hopefully you've performed regular backups either via itunes, icloud or both. Evern if you have synced content to either of those, you may not lose everything. All previous purchases have been saved in the itunes and app stores, so you can dowload them again.
    while the ipad is off, press and hold the home button and plug the usb cord into the ipad. You should see a message pop up on the itunes window on your compoter screen that state it has discoverd an ipad in recovery mode.
    You should now be able to restore

  • How to block the 'save' function when the required fields are not filled?

    Hello, Everyone
    I am new for this scripting. My question is:
    How to block the 'save' function when the required fields are not filled?
    I designed a PDF file with some required fields and I do not want the user to save the document until all required fields are filled. My idea is to write some scripts in Willsave method like:
    if (this.getField("Family Name").value == ""){
    app.alert('You should fill the Family Name field firstly!');
    But I do not think it works as finally the document is saved after all.
    Please help me on that!
    So much thanks.

    Dear Randybearwang,
    I am a Rocky myself and I know how though it is to establish some good codes. Since I created some forms with validation options myself I might have a code for you. The code also creates an alert box (Yes/no option) if the user chooses yes the form will be validatet, if he chooses "no" the alert window will be closed.If  everything is filled out correctly the form will be saved otherwise the textbox will be higlighted and gets focus.
    If you need further assistance , please let me know
    Have fun with the code.
    P.s I don´t know how to upload the "PDF" document. I wrote you an email, please get back to me if you still need the file.

  • HT4356 I GOT AN EPSON WP-4533 WHICH HAS AIR PRINT AND PRINTS FROM MY MAC AND MAC BOOK W/O PROBLEMS, BUT WON'T PRINT FROM MY IPHONE.  IT IS NOT ON THE ABOVE LIST OF PRINTERS, BUT BOTH EPSON AND APPLE SAID IT WILL WORK.

    I GOT AN EPSON WP-4533 WHICH HAS AIR PRINT AND PRINTS FROM MY MAC AND MAC BOOK W/O PROBLEMS, BUT WON'T PRINT FROM MY IPHONE.  PROBABLY BECAUSE IT'S NEW IT'S NOT ON THE APPLE LIST OF PRINTERS, BUT BOTH EPSON AND APPLE SAID IT WILL WORK. ANY THOUGHTS

    Some things you can try.
    Startup Issues - Resolve
    Startup Issues - Resolve (2)

  • I can select a rating and a color label for my images, but I can not sort by rating and color label.

    I can select a rating and a color label for my images, but I can not sort by rating and color label. when I click on the filter drop down, color label is not one of the options.  how do I get both ratings and color lables as an option to sort with.

    You can Filter (not sort) on both color label and rating if you want, open the Filter Bar with the backslash key, then click on Attribute, and then select the stars and color label of interest. If you really meant "sort" and not filter, then you can't do this in Lightroom.

Maybe you are looking for

  • Powermac vs ibook - slow loading of webpages

    For a while now I have been mainly using my ibook G4 over my powermac G5 to access the internet but have had to revert back to the powermac (power lead packed up on ibook!). I have noticed the following and wonder if anyone could give me any tips. Po

  • Top bar in document gone.. HELP!!!

    The top bar of my documents in illustrator is gone. It is the grey bare with the 3 cirkel i red, yellow and green which makes it possible to close the document. I really hope someone has the solution cause it is so annoying when you cant drag your do

  • Auto delete in my database

    Dear, I am looking for some help on this,... I am setting up a database where user data will be having an automatic time stamp at post, and so, I would like to have some help with a query that I can run in my database and make sure that the post is d

  • Error Loading WLCS - ?build compatibility?

    Hi: Just trying to run WLPS, which is sometimes talked about as a separate product, but it all seems to come together. I get the following errors on WLCS startup (required to do anything with WLPS). I'm running WLS 5.1 SP 8, and the latest WLCS/PS (n

  • Word stops working on a OneDrive file

    I store my work files on OneDrive. Usually it's fine. However, a couple of months ago I ran into a problem where Word would suddenly stop working on a word file - usually with an error message while saving the latest version. When I tried to reopen t