How to sort, group, this xdoxslt of use?

Dear all,

I have the group by month:

<? for-each-group@section:EeventsParentEvent; (xdoxslt:get_month (xdoxslt:format_date(StartDate,'yyyy-mm-dd','mm/dd/yyyy',$_XDOLOCALE,$_XDOTIMEZONE), $_XDOLOCALE))? >

per week:

<? for each group: (current-group); (xdoxslt:ora_format_date (xdoxslt:format_date(EventVenueStartDate,'yyyy-mm-dde)
((("mm/dd/yyyy", $_XDOLOCALE, $_XDOTIMEZONE), 'W'))? >

then tried to sort because the Group has yet to sort

<? sorting: current-group; (xdoxslt:ora_format_date (xdoxslt:format_date(EventVenueStartDate,'yyyy-mm-dd','mm/dd/yyyye)
((($_XDOLOCALE, $_XDOTIMEZONE), 'W')), 'Crescent', data of type = "text"? > error-> see the

My syntax is wrong?
because I didn't know which formula you want to use

appreciate any help

Concerning

Cecilia

I find not all wrong in this sort code.
To sort on the week, you can use type number, although it works as a text too (in this case)

Tags: Business Intelligence

Similar Questions

  • My Email is current allows spam to people and I get hundreds of email back. How can I stop this person to use my email email removed for privacy

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: my Email is current allows spam to people and I get hundreds of email back. How can I stop this person to use my email * address email is removed from the privacy *.

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Remember - this is a public forum so never post private information such as numbers of mail or telephone!

    Ideas: my Email is current allows spam to people and I get hundreds of email back. How can I stop this person to use my email email removed for privacy

    • You have problems with programs
    • Error messages
    • Recent changes to your computer
    • What you have already tried to solve the problem

    Spammers are too smart stop the time as your e-mail address, they stole. It use more.
    The best solution is to call your ISP, ask a NEW e-mail address.
    Then remove your current address with the new.
    Of course, you will have the tedious task of informing your contacts of your new address.

    t-4-2

    t-4-2

  • How many times has this point was used in a sequence?

    In the field of project manager in Premiere Pro, you can display the metadata. The only, I'm really curious to see at a glance is "how many times has this point was used in a sequence. He said by default. What do you call this option so that I can change my view of metadata?

    First project Meta Data-> use Audio/video

    finally found...

  • My photos look terrible in the library module after editing in the develop module.  They resemble nothing also.  How can I solve this problem?  Use Lightroom 5.

    Anyone have any ideas?  The only way I can get around this is to export the photo in iPhoto and try to edit about the mess.

    I found the answer to my problem here Lightroom Help | Color management

    This library module uses Adobe RGB, while the develop module uses ProPhoto RGB.

  • How to sort a random number without using the command by

    Hello

    How must be sorted, 5 random number without the use of order by in PLSQL
    for example.
    amount of ID
    1 2
    2 9
    3 3
    4 5
    5 7

    Edited by: sake1 1-dec-2010 08:16

    I used Altavista and found an example, how is it?

    DECLARE
    
      /* there is no built array in oracle, you must declare
      your own */
      TYPE Numarray IS TABLE OF NUMBER INDEX BY BINARY_INTEGER;
    
      /* the array of numbers - using assoc array because I can start
      with zero like traditional arrays */
      Nums Numarray;
    
      n NUMBER := 0;
    
      Temp NUMBER;
    
    BEGIN
    
      /* load up the array, put 20 random values in the array,
      in array indicies 0 to 19 */
      FOR i IN 0 .. 19
    
       LOOP
        Nums(i) :=  Round(Dbms_Random.Value(1, 1000));
      END LOOP;
    
      /* get the array size */
      n :=  Nums.Count();
    
      /* display the unsorted values - loop through the whole array and
      print out the values */
      Dbms_Output.Put_Line('unsorted:');
      FOR i IN Nums.First .. Nums.Last LOOP
        Dbms_Output.Put_Line(Nums(i));
      END LOOP;
    
      /* bubble sort - using two loops, compare each value with the one
      after it
      if the one after the current one is smaller , then
    
      switch their locations in the array, this is just like standard
      bubble sorts
      in other languages. The only real diff is the syntax.
      */
    
      FOR i IN 0 .. n - 1 LOOP
        FOR j IN 0 .. n - (i + 1) - 1 LOOP
    
          IF (Nums(j) > Nums(j + 1)) THEN
            Temp := Nums(j);
            Nums(j) :=  Nums(j + 1);
            Nums(j + 1) :=  Temp;
          END IF;
    
        END LOOP;
      END LOOP;
    
      /* display the values sorted */
      Dbms_Output.Put_Line('sorted');
      FOR i IN Nums.First .. Nums.Last LOOP
        Dbms_Output.Put_Line(Chr(9) || Nums(i));
      END LOOP;
    END;
    /*
    unsorted:
    155
    909
    795
    977
    942
    214
    105
    269
    283
    820
    108
    594
    784
    921
    856
    736
    802
    457
    951
    411
    sorted
         105
         108
         155
         214
         269
         283
         411
         457
         594
         736
         784
         795
         802
         820
         856
         909
         921
         942
         951
         977
    
    */
    

    In the code the first comment is wrong in fact, I think, this one:
    "There is no table built in oracle, you must declare your own."
    I remember there are some types of collection of the system, if I not mix with something, I remember there was a sort of like they were undocumented, so we can say legally that the comment in the code has always been right.

  • After you install Windows XP Service Pack 3, my computer keeps restarting on repeatedly. How can I resolve this problem and use Service Pack 3?

    I downloaded Windows XP Service Pack 3, yesterday, Microsoft's official site, and after that I managed to install successfully, it makes my computer continuously.

    I searched this problem with Service Pack 3, and he seems to have an impact on nearly everyone who uses it.
    I also searched for solutions to this problem, but they do not work for me after that I tried them.
    I would greatly appreciate anyone who has solved this problem and did Service Pack3 achievable without having their computer restarted constantly.

    Hi Robert,.

    I managed to solve the WinXP SP3 reboot loop by reinstalling WinXP fully and then install SP3.
    Now, the reboot loop disappeared and I can use SP3 without any problem.
    Thank you very much for your help and assistance.
    I really appreciate it.
    Best regards
    Daniel
  • How do the group members list by using the portal api?

    Hello.

    the CDIP does not provide the means to members of the group list (users or groups), and I think that it is a common need among our community.
    Anyone know how to do with the portal api?

    Thanks for your help and your time.

    Sébastien
  • In windows media player, I get a message that my device is using an outdated driver that doesn't support windows media. How can I fix this. I used windows updates.

    I recently had my laptop formatted 2 years old toshiba and Windows seven in my computer by a reputable company computer I can still play music already in the library, but I can't buy any music more.

    Hello

    1. What is the full and exact error message?

    2. what version of Windows 7 operating system is installed on your computer?

    3. that you get any driver error messages in Device Manager?

    I suggest you to see the links and check if it helps.

    Automatically get recommended drivers and updates for your hardware

    http://Windows.Microsoft.com/en-us/Windows7/automatically-get-recommended-drivers-and-updates-for-your-hardware

    Updated a hardware driver that is not working properly

    http://Windows.Microsoft.com/en-us/Windows7/update-a-driver-for-hardware-that-isn ' t-work correctly

  • around mobile ie8 window on the desktop clears the icons. How can I stop this?

    The desktop icons are erased by moving a window open ie8.  If I go to dekstop properties and change the image of the desktop power returns.

    How can I stop this?   I use Windows XP.

    Hello

    1. you receive an error message/code?

    2. is the question confined with Internet explore?

    I suggest the following steps and check if it solves the problem.

    Method 1: I suggest you put the computer in a clean boot state and check.

    To help resolve the error and other messages, you can start Windows XP by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

     

    How to configure Windows XP to start in a "clean boot" State

    http://support.Microsoft.com/kb/310353

    Note: After you perform a clean boot, follow these as to configure Windows to use a Normal startup state from the article above.

    Method 2: search your computer of viruses and malware.

    Viruses and malicious software (malware) can cause often Internet Explorer slow down or stop working.

    Microsoft safety scanner

    http://www.Microsoft.com/security/scanner/en-us/default.aspx

    Note: The Microsoft Safety Scanner ends 10 days after being downloaded. To restart a scan with the latest definitions of anti-malware, download and run the Microsoft Safety Scanner again. The Microsoft Safety Scanner is not a replacement for the use of antivirus software that offers continuous protection. For a real-time protection that helps you keep your home or small office PC against viruses, spyware and other malicious software, download Microsoft Security Essentials.

    Important: When performing analysis on the hard drive if bad sectors are found on the hard drive when parsing tent repair this sector if all available on which data can be lost.

    Method 3: Let us first start the SFC scan and check if there are any file system corruption. You need windows XP disk to perform the analysis.

    1 put the Windows XP CD in the CD-ROM.
    2. click on 'Quit' if the auto-menu appears.
    3. click on 'Start', then click on 'run '.
    4. Type "SFC/scannow" (without the quotes) in the "Open" box, then click on 'OK '.

    Note: There is a space between "SFC" and "/ Scannow".

    The sfc/scannow command. analyzes all protected system files and replaces incorrect versions with appropriate Microsoft versions.

    More information on SFC scan found in this document:

    Description of Windows XP and Windows Server 2003 System File Checker (Sfc.exe)

    http://support.Microsoft.com/kb/310747

  • fltmgr.sys - 44 BCCode sony vaio vista 64-bit driver error. any suggestions about how best to solve this problem?

    BCCode 44 when the system is placed in "standby mode" and restarts.  BlueScreenView software indicates error primary fltmgr.sys, secondary ntoskrnl.exe.  any suggestions about how best to solve this problem?
    Use "Verifier" software to identify MS-non-drivers?

    Hi John noon.

    Follow the troubleshooting steps in this thread for your problem.

  • I have two photos... I'm taking a person who smiles on a photo and put it in the other photo where they do not smile. How can I do this?

    I have two photos... I'm taking a person who smiles on a photo and put it in the other photo where she is not smiling. How can I do this?

    Use Google or YouTube (smile Photoshop replacement) or (face Photoshop replacement).  For example: https://www.google.com/#q=photoshop+smile+replacement

  • Orb iTunes turns when you try to sort Apps on Iphone s 6 using Mac or PC. How can I solve this problem?

    Orb iTunes turns when you try to sort Apps on Iphone s 6 using Mac and PC at different times. Applications do not appear to the right of the applications that are registered in the ITunes applications library. How can I solve this problem?

    Hi leon4444,

    Welcome to the communities of Apple Support! I'm sorry to hear that you are having these problems with your iPhone. I'm kinda not clear on the exact nature and scope of the issue you describe, but if you are having problems sorting or organize your apps using iTunes, you can verify that you follow the procedure described in the following article:

    12 iTunes for Windows: Sync and organize iOS apps

    Concerning

  • How to limit the number of printers can be installed on this computer by using Group Policy?

    How to limit the number of printers can be installed on this computer by using Group Policy?

    Hello

    Thanks for asking! If I understand correctly, you should limit the printers installed on the computer by using Group Policy. I suggest you follow the troubleshooting steps to check if this may help.

    The question you have posted is related to Technet and would be better suited to the Technet community. Please visit the link below to find a community that will provide the best support.
    http://social.technet.Microsoft.com/forums/en-us/category/WindowsServer

  • How can you name a group conversation if you use this feature?

    How can you name a group text if you use find my friends?  I am unable to scroll down on the details

    You can name a group text if all members use iPhones.

  • I just bought the last Apple TV - I can't seem to connect with the App Store and Siri is completely useless. This is an example of how Apple is unable to produce a useful product?

    I just bought the last Apple TV - I can't seem to connect with the App Store and Siri is completely useless. This is an example of how Apple is unable to produce a useful product?

    Hello

    Be sure to follow the instructions in this article to support > set up your Apple TV (4th generation) - Apple supported

Maybe you are looking for