SORT in a BSP applicaiton doesnt work

Hi Experts,
In my BSP Application , I use a table and below is code for the
      <htmlb:tableView id              = "WRKLST"
                       headerText      = "My Worklists"
                       headerVisible   = "true"
                       design          = "alternating"
                       visibleRowCount = "<%= RowCount%>"
                       filter = "SERVER"
                       sort   = "server"
                       fillUpEmptyRows = "TRUE"
                       emptyTableText   = "No entries found"
                       onHeaderClick   = "MyEventHeaderClick"
                       onRowSelection  = "rowselection"
                       selectionMode   = "multiselect"
                       table           = "<%= IT_WRKLIST %>"
                       iterator ="<%= iterator%>" >
But the sort is not very efficient. ie., it always sort only on the first click of the header 's. and also it sort only on key field.
Can anybody suggest me an option , so that on every click it sorts ascending / descending based on the click of the header.
ie., If the user clicks on 'Partner Name' , it should sort the table content based on Partner name and if the click on 'Priority', it should sort on priority.
Please suggest.
Regards,
Shiny

Dear Shiny
Please check these posts.
I think you will need to sort the table yourself and then have the page refreshed.
[Sort in a tableview;
[Table Sort;
Kind Regards
/Ricardo Quintas

Similar Messages

  • Organising by date added doesnt work.

    I frequently find that in both folders, trash and 'all my files' the 'date added' item arrangement simply doesnt work.
    I could add a file to that folder, then arrange by date added and that file will be way down the list...
    Sometimes 'date modified' fixes this, and others times i doesnt.
    There seems to be no pattern to this, just depends on how the mac is 'feeling' that day.
    Would be such a useful feature if it worked well.
    Has anyone else experienced this and found a solution?
    Thanks

    There is no general solution for what you want, but if you sort your CDs in reverse track order before you rip them it should work as you want. For multi-disc albums, rip the last disc first. When purchasing albums from iTunes pause the downloads and then download the tracks one by one in reverse order. If importing content from your hard drive then these can also be dragged in one at a time (must be at least one second apart) in reverse track order.
    The above assumes you want the most recently added album sorted at the top, with its tracks in a natural playback order.
    tt2

  • In-browser pdf form doesnt work and look weird

    On following page I have a pdf form and it doesnt work and it looks weird(logo changed color, button missing, heading looks weird):
    http://www.palomat.dk/Files/Billeder/palomat/formular/Bestilling_PALOMATinlinemappe_DK.pdf
    I've have checked and its not just this one pdf form, its all pdf forms that behave strange.
    It is something that has started to happend recently and it works fine in both IE and Chrome.
    I can see that the design of the pdf viewer has changed, so I am thinking it could have something to do with the fact, that there has been some sort of update of the pdf viewer in firefox or something??

    Agree. This is a major screw up on Firefox part. Because of this, we switched again to IE. This is the worse thing Firefox could do for themselves and their users.

  • HP DesignJet 800 24" doesnt work with Mac OS 10.7 Lion

    Having just upgraded to Mac OS 10.7 Lion, my DesignJet 800 24" no longer shows up on the network. Every time i upgrade my Mac OS this happens, in the past i've had to install previous version drivers to get it to work as the current ones never do - as is the case with the current one for lion. But this time that's not working and it's not even visible on the network. The HP help pages (of the links that actually work) basically say it's up to Apple to provide an update to their OS to make it work - Not good enough, it's an HP product.
    If anyone can suggest any work arounds for this i'd be grateful as i don't have time to keep messing about with this.

    OK, i have been reliably informed by a third party that the 'Mac_OS_X_HP_Designjet_Raster_Driver.dmg' (available from HP's 'Support' section) for lion catagorically does not work. The only way to get this printer to work is to connect to it via another mac running OS 10.6 (snow leopard) using bonjour, whilst running the Driver for 10.4 on that mac, which was the only way to get it to work for the last upgrade.
    Since OS 10.4, HP have maintained the driver comes bundled with Mac OS and therfore didn't have one to download from the support site (until now - which, did i mention? - doesnt work!), but this is not the case (the PS version does), but not the standard version.
    Come on HP sort it out.

  • My iphone doesnt work

    Hello guys,
    the problem is my iphone 5 shutted down and standby button doesnt work so i cant use that trick with holding the home and standby button and i also tried turnig it on by charging but didnt work. So i heard in the internet about another idea.. To conncet iphone with my computer and try turning it on again with itunes but i dont know how this works i very bad at sort of things like that. I connected it once with my computer but my computer didnt find my phone. So should i go to a webpage or something to connect it? I have windows 8 btw. I really need your help and dont want to waste any money
    I want to thank you already now for the answers

    You should get your sleep/wake button service.
    Make an appointment with the genius bar at an Apple Store for an evaluation.

  • My photoboth doesnt work?

    I am updated with Mountail lion osx but my photobooth doesnt work is there some sort of patch to download?

    This happened to me once.  My ipod was fairly new and I didn't understand.  Mine fixed by just turning it off for 10 minutes and then turning it back on. Hope it helps, but it might not since you said you tried everything.

  • Apache Reverse rule for BSP applicaiton to run in Portal

    Dear Expert,
    In my portal lanscape we are using reverse proxy and have written some re-write rule in conf file.
    All my application other than BSP's are working fine..i am not able to figure it out as what went wrong in my reverse proxy rule
    for BSP applicaiton...can any one help me please..?
    My reverse proxy rule is as follows -
    <VirtualHost XX.XX.XX.XX:443>
        ServerAdmin webmaster@MDCLINUXHYPERV
        ServerName etenderqua.harmony.co.in
        DocumentRoot /var/www/html/ssl/irj
        ProxyRequests Off
        ProxyPreserveHost On
        ProxyVia on
        ProxyTimeout 900
        RequestHeader set ClientProtocol https
        RewriteEngine On
        RewriteLogLevel 9
    Portal Rewrite Rules -
        RewriteRule ^/(irj\(.*) http://mdcqa7.hardev.com:50000/irj/$1 [P,L]
        RewriteRule ^/(webdynpro\(.*) http://mdcqa7.hardev.com:50000/webdynpro/$1 [P,L]
        RewriteRule ^/(logon\(.*) http://mdcqa7.hardev.com:50000/logon/$1 [P,L]
        RewriteRule ^/(rtmfCommunicator\(.*) http://mdcqa7.hardev.com:50000/rtmfCommunicator/$1 [P,L]
    SRM Rewrite Rules -
        RewriteRule ^/(cfol1\(.*) http://mdcqa3.hardev.com:8000/cfol1/$1 [P,L]
        RewriteRule ^/(sap\(.*) http://mdcqa3.hardev.com:8000/sap/$1 [P,L]
        RewriteRule ^/(webdynpro\(.*) http://mdcqa3.hardev.com:8000/webdynpro/$1 [P,L]
        RewriteRule ^/(rtmfCommunicator\(.*) http://mdcqa3.hardev.com:8000/rtmfCommunicator/$1 [P,L]
      RewriteRule ^/(srm7\(.*) http://mdcqa3.hardev.com:8000/srm7/$1 [P,L]
      RewriteRule ^/(zbidder\(.*) http://mdcqa3.hardev.com:8000/zbidder/$1 [P,L]
    ECC Rewrite Rules -
        RewriteRule ^/(ecc\(.*) http://mdcqa1.hardev.com:8000/ecc/$1 [P,L]
        RewriteRule ^/(sap\(.*) http://mdcqa1.hardev.com:8000/sap/$1 [P,L]
        RewriteRule ^/(webdynpro\(.*) http://mdcqa1.hardev.com:8000/webdynpro/$1 [P,L]
        RewriteRule ^/(rtmfCommunicator\(.*) http://mdcqa1.hardev.com:8000/rtmfCommunicator/$1 [P,L]
    BI Rewrite Rules -
        RewriteRule ^/(bi\(.*) http://mdcqa5.hardev.com:8000/bi/$1 [P,L]
        RewriteRule ^/(sap\(.*) http://mdcqa5.hardev.com:8000/sap/$1 [P,L]
        RewriteRule ^/(webdynpro\(.*) http://mdcqa5.hardev.com:8000/webdynpro/$1 [P,L]
        RewriteRule ^/(rtmfCommunicator\(.*) http://mdcqa5.hardev.com:8000/rtmfCommunicator/$1 [P,L]
    SSL Configuration -
        SSLEngine on
        SSLCipherSuite ALL:!ADH:!EXPORT56:RC4RSA:HIGH:MEDIUM:LOW:SSLv2:EXP:+eNULL
        SSLCertificateFile /etc/pki/tls/certs/etender.crt
        SSLCertificateKeyFile /etc/pki/tls/certs/etender.key
    Portal Proxy Pass Rules -
    ProxyPass /irj http://mdcqa7.hardev.com:50000/irj
        ProxyPassReverse /irj http://mdcqa7.hardev.com:50000/irj
        ProxyPass /webdynpro http://mdcqa7.hardev.com:50000/webdynpro
        ProxyPassReverse /webdynpro http://mdcqa7.hardev.com:50000/webdynpro
        ProxyPass /logon http://mdcqa7.hardev.com:50000/logon
        ProxyPassReverse /logon http://mdcqa7.hardev.com:50000/logon
        ProxyPass /rtmfCommunicator http://mdcqa7.hardev.com:50000/rtmfCommunicator
        ProxyPassReverse /rtmfCommunicator http://mdcqa7.hardev.com:50000/rtmfCommunicator
    SRM Proxy Pass Rules -
        ProxyPass /sap http://mdcqa3.hardev.com:8000/sap
        ProxyPassReverse /sap http://mdcqa3.hardev.com:8000/sap
        ProxyPass /cfol1 http://mdcqa3.hardev.com:8000/cfol1
        ProxyPassReverse /cfol1 http://mdcqa3.hardev.com:8000/cfol1
       ProxyPass /srm7 http://mdcqa3.hardev.com:8000/srm7
       ProxyPassReverse /srm7 http://mdcqa3.hardev.com:8000/srm7
       ProxyPass /zbidder http://mdcqa3.hardev.com:8000/zbidder
       ProxyPassReverse /zbidder http://mdcqa3.hardev.com:8000/zbidder
        ProxyPass /webdynpro http://mdcqa3.hardev.com:8000/webdynpro
        ProxyPassReverse /webdynpro http://mdcqa3.hardev.com:8000/webdynpro
        ProxyPass /rtmfCommunicator http://mdcqa3.hardev.com:8000/rtmfCommunicator
        ProxyPassReverse /rtmfCommunicator http://mdcqa3.hardev.com:8000/rtmfCommunicator
    ECC Proxy Pass Rules -
        ProxyPass /ecc http://mdcqa1.hardev.com:8000/ecc
        ProxyPassReverse /ecc http://mdcqa1.hardev.com:8000/ecc
        ProxyPass /sap http://mdcqa1.hardev.com:8000/sap
        ProxyPassReverse /sap http://mdcqa1.hardev.com:8000/sap
        ProxyPass /webdynpro http://mdcqa1.hardev.com:8000/webdynpro
        ProxyPassReverse /webdynpro http://mdcqa1.hardev.com:8000/webdynpro
        ProxyPass /rtmfCommunicator http://mdcqa1.hardev.com:8000/rtmfCommunicator
        ProxyPassReverse /rtmfCommunicator http://mdcqa1.hardev.com:8000/rtmfCommunicator
    BI Proxy Pass Rules -
        ProxyPass /bi http://mdcqa5.hardev.com:8000/bi
        ProxyPassReverse /bi http://mdcqa5.hardev.com:8000/bi
        ProxyPass /sap http://mdcqa5.hardev.com:8000/sap
        ProxyPassReverse /sap http://mdcqa5.hardev.com:8000/sap
        ProxyPass /webdynpro http://mdcqa5.hardev.com:8000/webdynpro
        ProxyPassReverse /webdynpro http://mdcqa5.hardev.com:8000/webdynpro
        ProxyPass /rtmfCommunicator http://mdcqa5.hardev.com:8000/rtmfCommunicator
        ProxyPassReverse /rtmfCommunicator http://mdcqa5.hardev.com:8000/rtmfCommunicator
    Error Logs -
        ErrorLog logs/qua.portal.domain.com-error_log
        CustomLog logs/qua.portal.domain.com-access_log common
        RewriteLog logs/qua.portal.domain_unsecured_rewrite.log
    </VirtualHost>

    Dear Keseli,
    Now..i am facing one more issue...
    My rules are as follows : -
    SRM Rewrite rule -
    RewriteRule ^/(sap\(.*) http://mdcqa5.hardev.com:8000/sap/$1 P,L
    ProxyPass /sap http://mdcqa5.hardev.com:8000/sap
    ProxyPassReverse /sap http://mdcqa5.hardev.com:8000/sap
    BI Rewrite Rule -
    RewriteRule ^/(sap\(.*) http://mdcqa7.hardev.com:8000/sap/$1 P,L
    ProxyPass /sap http://mdcqa7.hardev.com:8000/sap
    ProxyPassReverse /sap http://mdcqa7.hardev.com:8000/sap
    these rules are written under the same Virtual Host, we are using only one virtual host .From our analysis we knew that the reverse proxy read this file from the starting as as soon as it find the pattern at the left side of the rule it simply directs the request to URL right hand side.
    My issue is, since we have created BSP services in SRM and BI...it always directs the request to the matching pattern given in the first occrences.
    In the above example it always directs the call to the SRM bsp..never reaches to BI.
    Can you suggest us any way out..?

  • Rented Movie on Ipad doesnt work

    I Recently Rented a movie ( Just Go With It ) , it says cannot open , however i can see the chapters bt even if i click them doesnt work , can someone please help me sort this or tell me how can i refund my money

    Something is wrong with Apple and iTunes it's not your iPad as my iPad 3 has the same issue downloading a HD movie tonight (wanted to watch a movie in bed).
    I raised a support issue with Apple but it's 24h email response. I don't have a pc to hand to sync with, but if you do I would download on PC iTunes and then sync it to iPad. Don't start watching the movie on your computer as it then won't let you sync it.
    Normally, the download appears in a list on that download tab in iTunes. That terms and conditions link is always there anyway so ignore it. Only once downloaded does it appear in videos.

  • I just got an IPad and it seems to be interfering with my Iphone.   Facetime doesnt work unless the other device is shut off.   apps aren't syned.  email doesn't some in quickly on the phone

    i just got an IPad and it seems to be interfering with my Iphone.   Facetime doesnt work unless the other device is shut off.   apps aren't syned.  email doesn't some in quickly on the phone

    The machine could be repaired by a company that does circuit board re-soldering, since it is possible a heat-flex solder break on the main board may have caused either the processor or graphics chips to lose connection and that could manifest itself in a few somewhat documented ways.
    There is an on-board RAM chip that may also have something to do with a kernel panic, if it no longer is functioning correctly; that is the non-removable one soldered on the board you never usually worry about.
    Companies such as powerbookmedic, wegenermedia, and others can take in portable macs of vintage or newer (contact them for details on what they do, and how they accept work orders) for repair and can fix most anything; and have a parts inventory. Modern repair workstations allow the equipped service company to fix complex issues and they do troubleshooting. Sometimes the cost is less than a replacement logic board.
    The links above may help isolate the general cause of a kernel panic. There are other articles in Support database including a deeper look into them.
    •Technical Note TN2063: Understanding & Debugging Kernel Panics
    https://developer.apple.com/library/mac/technotes/tn2063/_index.html
    •Resolving Kernel Panics - The X Lab:
    http://www.thexlab.com/faqs/kernelpanics.html
    •Troubleshooting Kernel Panics:
    http://www.thexlab.com/faqs/kernelpanics.html#Anchor-Troubleshooting-49575
    Usually the issue is caused by hardware, especially if there is an indication of machine failure in the crash log or other screen image text.
    A working last model MacBook (mid-2010) would be a better 'first mac' to have.
    Hopefully you can sort it out.
    If not, there likely are fair parts in it.
    Good luck & happy computing!

  • MSI GF4 Ti-4200 doesnt work with WindowsXP

    I can't get the MSI display tools to work - it crashes,
    the vbios.dll doesnt load, it also crashes.
    the tv in doesnt work ,it crashes
    the tv out doesnt work ,it crashes.
    all the supplied software also crashes "application has encountered an error and cannot continue. sorry for any inconvenience"
    the intervideo software (windvr, wincoder, winproducer) and MSI PVI software all crashes as well.
    what's the deal with this stuff?  ?(
    I have a Dual AMD athlon Tyan thunder k7 motherboard,
    MSI Ti-4200-VTD video card and MSI tv anywhere card.
    is there any resolution for this?

    I'm sorry gfilitti if I don't have my system listed, but I thought my question was pretty simple...
    Has ANYONE been able to make the InterVideo WinProducer 2 software, that comes with the retail version of the MSI G4Ti4200-VTD64 card, work successfully under the Windows XP Home or Pro operating system?
    If the answer is YES, then I will begin investigating why my system can't.
    If the answer is NO, then I only ask for other people's recommendations of what software WILL work in place of that. I NEED those functions to work. That's why I paid extra for the VIVO.
    All we've heard so far in this thread are NO votes. I would like to see just how widespread this is. If I can find ONE person who claims it works fine on his/her computer under Windows XP, then my NEXT question would be if they had to do anything different to make it run, or was it just a straight install? Did they add the program patch available from the MSI website? See where I'm going with this?
    If you would REALLY like my system details, here ya go...
    ========================================
    CASE - ANTEC SX1000II with 4 internal 8cm fans
    POWER SUPPLY - ANTEC 400W "True Power" w/dual fans
    MOTHERBOARD - MSI 645E MAX (MS-6547 Ver 2.0)
    BIOS - AMI Ver 3.2 (10/21/02)
    PROCESSOR - PENTIUM 4 2.0aGHz (Rev/Step 2/4(9) )
    MEMORY - 1 Corsair 512MB DDR RAM (Winbond chips)
    DISABLED IN CMOS - FLOPPY Controller, AUDIO Device, MODEM Device, Serial Port B, MIDI Port, and GAME Port
    AGP SLOT - MSI G4Ti4200-VTD64 - IRQ 16
      DRIVER: MSI 31.00
      CAPTURE DRIVER -  nVidia 1.08
    SLOT 1 - Creative SB0090 Audigy Sound Blaster - IRQ 17
      DRIVER - Creative 3.0.0.18 9/20/02
    SLOT 1 - Creative SB1394 FireWire Controller - IRQ 18
      DRIVER - MS 5.1.2535.0 7/1/01
    SLOT 2 - NIC #1 D-Link DFE-530TX Ethernet - IRQ 18 (LAN)
      DRIVER - REALTEK RTL8139 5.396.0530.2001
    SLOT 3 - Adaptec 29160N Ultra160 SCSI Controller - IRQ 19
      DRIVER - Adaptec 6.2.0.0 3/19/2002
    SLOT 4 - EMPTY
    SLOT 5 - MSI SYSTEM D-Bracket
    SLOT 6 - NIC #2 NetGear FA312 Ethernet - IRQ 18
      DRIVER - Windows XP Pro native driver
    NOTE:
    NIC #1 is for home LAN
    NIC #2 is for Alcatel SpeedTouch External DSL modem
    SCSI DRIVES:
    ID 0 - COMPAQ (Seagate) ST318451LW, 18GB, 15K RPM
    ID 1 - QUANTUM Typhoon Atlas II, 18GB, 10K RPM
    ID 2 - Seagate ST39103LW, 9G, 10K RPM
    ID 3 - Plextor CD-RW PX-W1219S
    ID 4 - Toshiba DVD-ROM SD-M1201
    ID 5 - EPSON Perfection 1640SU Flatbed Scanner
    ATA/ATAPI DRIVES:
    Primary Master - No Connection
    Primary Slave - No Connection
    Secondary Master - MATSHITA LS-120 Ver F523
    Secondary Slave - No Connection
    USB DEVICES:
    DIAMOND SupraMAX 56K V.92 Model:SUP2920
    Generic Flash Memory programmer and other assorted USB devices on occasion.
    MONITOR - HITACHI SuperScan Pro 21 w/5-BNC input
    ========================================
    BTW, I would think when investigating a program's FLAT refusal to run, that the MOST important things aren't listed in these signature files. It has to do with what ELSE is running at the same time. Which services are running and which are NOT? What memory resident programs are loaded at boot-up? Any service packs installed? How about any security patches from Microsoft? Which anti-virus software (if any)? Which DirectX version? Personal firewall? Etc., etc.
    Granted, the hardware DOES have a factor, but I feel all of these are MORE important factors than the speed or brand of a persons hardware. I look at the signitures more as bragging rights than anything else.
    Now, this is just my opinion and may not reflect the feelings of the more sane people around me.  
    Cheers!

  • Macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again

    macbook pro 15" mid 2010 i spilled water on keyboard now it wont power on if the battery is connected and the keys on keyboard doesnt work it works fine with no battery and external keyboard if i order a battery and new keyboard will every else work again lik it did before

    If you have records that show that you've taken your MacBook Pro in for a year to fix the machine, I would escalate the problem to Apple Customer Relations - unfortunately I don't have a number for Spain.
    It would only seem logical to me that if you've been trying to have the machine repaired during the time that the 'recall' was in effect that you should be eligible for a new logic board. But only customer relations will be able to make that call.
    Good luck - take the issue as high up the food chain as you can and see what happens.
    Clinton

  • On Safari, ipad connects to the internet.  But when in applications such as Keynote, I try to e-mail presentattion it doesnt work.

    I am a teacher and have my own iPad with a data plan.  We also have a router in teh classroom for wifi, and it has a very strong signal.  On Safari, the ipads can connect to the internet.  But when in applications such as Keynote and HTML Egg, I try to e-mail presentat. or post website to web, it doesnt work.  I tried re-setting the proxies and the router, no luck.  Please Help!  I am a teacher and want my students to be able to post their websites on to the web, and e-mail themselves and their parents their Keynote Presentations.

    Try this. Turn your iPad Off. Then disconnect the power going to the router for 30 seconds or longer. Then replug the power to the router (allow it to initialize) and turn On the iPad. Hopefully everything will connect. If not, see below.
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt

    I've just installed CS6 creative suite mainly for photoshop CS6. It comes with camera raw 7.0.something, but need something newer to use my canon 6d. When I download camera raw 8.5 and install the raw converter doesnt work anymore, wont even open or isnt available anymore in the plugin list. Tried to reinstall everything for a few times, but nothing helps.

    When I search for updates the raw converter doesnt get update automaticly. Frustrating, is costing me the whole morning.

  • I am locked out of my computer (macbook air) I just got it back from the apple store and they reset it. I put in a new password, and now it doesnt let me log in anymore. Command R doesnt work, all i hear is a sound, but nothing happens.

    I just got it back from the apple store and they reset it (becuase it kept shutting down and not turning back on).
    I put in a new password because i needed to start over from factory settings, but now it doesnt let me log in anymore. (I don't know if this is because it doesnt accpet my password, or I forgot my password in less than 5 minutes, or because when i typed in my new password, i typed it in wrong twice)
    Command R doesnt work, all i hear is a sound, but nothing happens.

    What I don't understand is why it is rejecting a password I am creating.
    Perhaps the password you are creating is too short, or has characters that are not allowed, or is not secure enough because it is a word in a dictionary.
    FileVault may have standards for what it considers an acceptable password. If the password is part of the 128-bit encryption scheme, it might have to be 16 characters, for example. (Don't know if that is true, but it's a possibility.) Check your documentation for password requirements.

  • Scrolling and rightclicking with magic mouse doesnt  work anymore

    Suddenly scrolling and rightclicking with magic mouse doesnt work any more. Left clicking and cursor moving works normal. I have checked the system preferences for the mouse and find nothing strange or unchecked. Any ideas?

    Also tried the universal access thing. Doesnt work.

Maybe you are looking for