How make ALL work?

Hi there,
Below is the syntax I got to know as to how one can have ALL as additional option in Dropdown or ListBox. However do not know how to make that ALL work. I mean to say that when ALL is selected, how can I have all the values passed/filtered to the data source?
LISTBOX_3.setItems(
    DS_2.getMemberList("_dbY_ASwZEeS6mO4guBZEDA", MemberPresentation.EXTERNAL_KEY, MemberDisplay.KEY, 20,"ALL")
Regards,
Tejas

Hi Tejas,
Give an if condition in the  On Select of LISTBOX_3 and pass the filter value as blank when "ALL" is selected:
if(LISTBOX_3.getSelectedValue()=="All"){
  DS_2.setFilter("_dbY_ASwZEeS6mO4guBZEDA", "");
else {
      DS_2.setFilter("_dbY_ASwZEeS6mO4guBZEDA", LISTBOX_3.getSelectedValue());
Let me know if it works for you.
Regards,
Sruthi

Similar Messages

  • T420s + 2 monitor + integrated screen setup. How make it work?

    Hi All.
    I'm trying to make my T420s with integrated grahpics only work in a 3 screen setup. Im using no docking station but the configuration is said to be supported. But the software simply switches of one monitor when i activate the other and vise versa. The Intel grahpics and media software doesnt seem to even support a 3 screen configuration.
    Anyone knows how to make it work?
    regards from sweden.

    OK. Just to get things clear since I always thought that the T420s with Intel integrated grahpics only would be able to drive 3 simultanious screens with one beeing the internal screen, while the T420s with Optimus is able to drive 4 if used with a docking station.
    But apparently, the Intel integrated only version seems to be able to drive only two simultaneous screens, while the Optimus version is able to drive 3 without a dock and 4 with a dock. Correct?

  • ThinkVantage: What Does It Do? How Make It Work?

    On the T400, what does the ThinkVantage button do?
    How can I make it work?    When I press it now, nothing happens.    The original windows operating system that came with this computer is no longer installed.   I got it without an operating system and I put Linux Ubuntu on it.      This computer may not even have the original hard drive.      The hard drive on it now is only 40GB.
    Solved!
    Go to Solution.

    >> Lenovo doesn't provide ThinkVantage software with drivers and applications that will install on top of Linux distribution operating systems?
    No.
    I did write: Lenovo provides the ThinkVantage software as part of the drivers and applications that are installed on top of Windows.
    I did also write: Lenovo never releases any ThinkPad drivers and applications for Linux.

  • Required to create PI category CS11 and how make it working in co60.

    There is a requirement to proess instruction category "CS11". That is PI category to display BOM level by level.
    What kind of setting need to be done.
    I could see from the existing PI category, within PI category there are list of several characteristics available.
    My query is how to create PI CHARACTERISTIC
    and how to assign these characteristics in the PI category while we create PI CATEGORY.
    and also how to assign the characteristics value.
    Someone, please tell me the entire procedure
    to create the CS11 PI category and make it working by assigning this control recipe destination, and finally make it working in
    CO60 to display and process cs11 transaction.

    Hi,
    To debug it on production, can you check on the hot-deployment area of Spaces apps to validate the shared library reference is updated in weblogic.xml is picked up:
    WebCenter_Domain_Home/servers/WC_Spaces/tmp/_WL_user/webcenter_11.1.1.4.0/<depl_prefix>/war/WEB-INF/weblogic.xml
    - Substitute respective depl_prefix with latest hot deployment folder created inside WebCenter_Domain_Home/servers/WC_Spaces/tmp/_WL_user/webcenter_11.1.1.4.0 directory for your instance.
    Cross verify the shared library reference for the ADF taskflow is reflected in the weblogic.xml for the Spaces server to reflect it.
    I hope it helps
    Thanks,
    Pramod

  • [Solved] How make to work League of Legends on Arch x64?

    Hello,
    I was trying to install LoL by using PlayOnLinux. The wiki describes it as "the easiest method." ( https://wiki.archlinux.org/index.php/Le … nux_Method ).
    Unfortunately I cannot figure this out. I installed LoL just fine, I updated it, but when I'm clicking "Play" button, then I'm getting exception:
    ALSA lib dlmisc.c:252:(snd1_dlobj_cache_get) Cannot open shared library /usr/lib32/alsa-lib/libasound_module_pcm_pulse.so
    wine: Unhandled page fault on read access to 0x00001ff0 at address 0x1ff0 (thread 0043), starting debugger...
    I was trying different wine versions without luck. It's hard to find anything useful about this by using google.
    Anyone have any idea how to make it to work with playonlinux?
    Last edited by luken (2014-07-08 21:51:10)

    @luken trial-and-error method using speaker-test I would argue. Usually it should copy the front jack signal. Here are just a few:
    speaker-test -c 2 -t wav -D dmix:0,0
    speaker-test -c 2 -t wav -D dmix:0,1
    speaker-test -c 2 -t wav -D dmix:0,2
    speaker-test -c 2 -t wav -D dmix:1,0
    speaker-test -c 2 -t wav -D dmix:1,1
    speaker-test -c 2 -t wav -D dmix:1,2
    # Depending on your setup, it might be necessary to use 8 channels with -c 8.
    # Or in script form
    MX=2;MY=3;
    for X in $(seq 0 $MX); do for Y in $(seq 0 $MY); do speaker-test -c 2 -t wav -D dmix:$X,$Y; done; done
    Should this not work, then you may want to look at hdajackretask from alsa-tools package and copy the front jack to the headphone one or disable jack sensing.
    luken wrote:Thank you very much for the explanation smile
    You are welcome.
    @Kobibr I fail to see what a tutorial and patch for wine for textures has to do with this thread. It is nice to see people getting involved though.

  • Need reminder of how this all works!

    Hello. Haven't been dealing with my i web sites at all for a couple of years, so my head is totally out of how I originally set all this up- like I'm starting from scratch. What I'm dealing with today: I have sample audio clips set up, as on this page:
    http://www.jimsavage.net/THE_JOURNEY_REVIEW.html
    I noticed today that some of the clips were'nt working so I was in there editing the html codes; where did I get the code that i pasted in those snippets?
    (I copy/pasted code from one song/snippet to another to determine where the problem was; I figured it out, lost the original song's code by mistake.
    Thanks

    "SharePoint is a .Net web application which is using virtual path provider technology to save and display data from its configured content DB and rest system pages from its installation root file
    system"
    Above answer may not near to perfect but, interviewer will ask you few more question. I am not sure how will you mark this answer - may be after your next interview until this question asked again. :)
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • I really need help with my icloud and how it all works

    how can i save all music photos apps etc on my icloud for my iphone & ipod touch

    how can i save all music photos apps etc on my icloud for my iphone & ipod touch

  • External Hard Drive?? What's the best to get, Hows it all work??

    I'm wondering if anyone can help me. I'm wanting to free up the space on my mac and thinking an ext HD would be the way to go.
    Firstly, what do I get? who do I stay away from. I'm wanting to get something between the 500GB - 1TB mark. What's most compatible with the intel based imacs, do I go firewire or usb?
    Secondly, can I use an ext HD as fast and easily as I use my internal HD? For example; basically all I want an ext HD for is to import, store, minipulate and playback my video footage in iMovie. I've currently got 160GB of Video on my HD and that's just from a few months of shooting. (my wife is both baby and camera crazy) Can you use them this way or are they just simply more of a back up unit.
    Hope I've made sense, any input would be greatly appreciated.
    cheers, John

    John,
    1. Buy the largest FireWire drive you can afford.
    2. If other interfaces "come along for the ride" for free, then so much the better.
    3. You basically have 4 places (in my opinion) from which to acquire your new drive.
    a. OtherWorldComputing - http://eshop.macsales.com/shop/firewire/1394/USB/EliteAL/400+USB2/ . 500GB, quad interface for $230 USD. The positives are price and OWC's very good customer service (in my personal experience). The negatives are the slight noise from the fan.
    b. G-Technology - http://g-technology.com/Products/G-DRIVEQ.cfm . 500GB, quad interface for $300 USD. I own 2 of these. Cost more, but ZERO noise as they use passive cooling. Longer warranty. I can't address the service issue as I have never had to use it.
    c. LaCie - http://www.lacie.com/us/products/product.htm?pid=10894 . 500GB, quad for $220 USD. I have not owned this, but have owned 2 LaCie Porsche drives. Good service (personal experience) and price. Negative is the fan noise. Slight.
    d. Wiebe Tech - http://www.wiebetech.com/products/toughtech.php . You buy the enclosure from them ($120 USD) and then insert your own hard drive (500 GB from NewEgg for $120). Slightly higher cost than OWC and LaCie. Small DIY effort. No noise with no fan. Look at the ToughTech XE series. Very good reputation in the market.
    ,dave

  • Really basic i tunes questions as I'm just learning how it all works

    Hi I'm hoping someone can help me as I'm upset that i've just lost alot of music on my i-pod when I was re charging it on my new laptop (as I have to hand in my old one every three years and silly me forgot to save a copy of my old music library as I just assumed it was safe on my ipod). Unfortunately I think i've lost it all as I also have my small shuffle connected to this new laptop (a friend set it all up for me and I guess I don't understand what happened. But now all the music from my shuffle is on my classic which is only 66 songs and different music and what was on my classic about 365 songs are gone many of which i manually uploaded from my old cd collections. I've got a good feeling it's gone but small optimistic part of me is hoping that someone might be able to help me reverse it un sync or at least help me set things up so that it doesn't happen again. thank you soooo much for taking the time to read this hopefully someone can help fingerscrossed.

    The common consensus is that database/sql code does not belong in a JSP. JSTL provides that ability, but does put a caveat that it should only really be used for prototyping / small applications.
    The more 'correct' way to do it, is to put the database code into java using JDBC. Write a data access method, and return the results in a list of beans.
    So first you need a bean to represent a news article.
    You might consider changing the date/time fields into a java.util.Date, but thats up to you.
    public class NewsArticle{
    private String pictureURL = null;
    private String title = null;
    private String news = null;
    private String author = null;
    private String email = null;
    private Date date = null;
    // plus appropriate getters/setters
    Then you write a method that returns a list of these objects from the database:
    public class NewsDataAccess{
    public List getNewsResults(){
      Context initContext = new InitialContext();
      Context envContext  = (Context)initContext.lookup("java:/comp/env");
      DataSource ds = (DataSource)envContext.lookup("jdbc/mySite");
      Connection conn = null;
      Statement stmt = null;
      ResultSet rs = null;
      List result = new ArrayList();
      try{
        String sql = "SELECT * FROM news, users WHERE news.user = users.username";
        conn = ds.getConnection();
        stmt = conn.createStatement();
        rs = stmt.executeQuery(sql);
        while (rs.next()){
          Article article = new Article();
          article.title = rs.getString("title");
          article.author = rs.getString("author");
          result.add(article);
         return result;
      finally{
        try {if (rs != null) rs.close();} catch(Exception e){}
        try {if (stmt != null) stmt.close();} catch(Exception e){}
        try {if (con != null) con.close();} catch(Exception e){}
    }I would then use JSTL to loop through the list, and pass an "Article" object to the custom tag.
    Or just do it with JSTL instead of the custom tag.
    Does that help?

  • TOSlink optical cable for a Ma Pro? How does it work?

    Not sure if this is the place for this question or not, but I am trying to find out more information about the optical audio in/out section of the Mac Pro. On Apple's description page it claims that a regular TOSlink optical cable will work in those slots, but by looking at them, it doesn't seem like it would fit at all. Does a piece in the middle of the optical audio port go inwards? How would you ever be able to get a TOSlink cable to fit it? Anyone have any pictures of an optical cable inserted into a Mac Pro so I can see how it all works?
    I know this might seem like a rather absurd question, but I am trying to figure out if I can plug my old stereo surround sound amp into my Mac Pro to use it for audio. Thanks for the help!

    There are covers that will swing in out of the way as you press a connector against them. At least this is the case on my Mac Pro..

  • I have an iPod Classic and the latest version of iTunes. I make all my purchases on my computer, but when I try to click the "add to" option and transfer the songs to my iPod, it doesn't work. How can I get my songs from my computer to my iPod?

    I have an iPod Classic and the latest version of iTunes. I make all my purchases on my computer, but when I try to click the "add to" option and transfer the songs to my iPod, it doesn't work. How can I get my songs from my computer to my iPod?

    See this excellent user tip from another forum member turingtest2 outlining the different methods and software available to help you copy content from your iPod back to your PC and into iTunes.
    Recovering your iTunes library from your iPod or iOS device
    B-rock

  • All of my purchased apps (games) and apps such as Weight Watchers, Facebook, WeatherBug, Sports and Pinterest, Notes, Nook, etc.  are all locked up.  They simply flash, then nothing!  How can I fix this to make them work again.

    First Issue:   All of my purchased apps (games) and apps such as Weight Watchers, Facebook, WeatherBug, Sports and Pinterest, Notes, Nook, etc.  are all locked up.  They simply flash, then nothing!  How can I fix this to make them work again?  If I have to delete the purchased apps, will they still be in iTunes, or will I have to re-purchase them? 
    Second Issue:   When I synced to my desktop (Windows XP)  All my photos loaded onto my iPad2.  I don't really want all 3000 + pics on my ipad!!  How do I get them off?  Next time I synced, they loaded again!  Now I have so many duplicates!  How do I get rid of the photos and prevent this from happening again?

    If none of your third-party apps are working, but the Apple built-in ones are ok, then try downloading any free app from the store (as that appears to reset something) and then re-try them - the free app can then be deleted. In terms of re-downloading apps then you can do so as long as they are still available in the store, and you use the same iTunes account as you originally used to buy them, then you should be able to re-download them for free : http://support.apple.com/kb/HT2519
    For synced photos, then with the iPad connected to and selected on the left-hand side of your computer's iTunes, then on the Photos tab on the right-hand side you can control which photos are synced to the iPad : http://support.apple.com/kb/HT4236 . If you don't want any photos to be synced then try selecting just an empty folder.

  • When i burn videos to a dvd-r disc it works on my macbook but not on a windows/pc or my dvd player. How can i make it work on all the above and not just a mac product?

    when i burn videos to a dvd-r disc it works on my macbook but not on a windows/pc or my dvd player. How can i make it work on all the above and not just a mac product?

    Unfortunately, the recording & movie industry does not respect the rights of the people who make them money, and thus you can only use the paid-for content in ways they see fit. Even if I lived in a bunker where no one else could possibly see the movie I paid for, therefor I'm not 'sharing it illegally', I would still not be allowed in a blue moon to copy that movie to DVD for TV viewing. Someone will tell you to get an AppleTV. How about Apple give us one for free? Until this changes, people wanting to use their content in multiple locations will continue to download music & movies via torrents, legally or illegally.

  • How do I make all the music in my ipod 5 the same volume? I already used sound check but it does'nt work.

    How do I make all the music in my iPod the same volume because sound check doesn't work and i have all the latest firmware.

    Nothing more you can do.

  • All songs in my iTunes library are listed twice. I have two copies of my library in two different locations. How do I make iTunes work with one copy of my library?

    All songs in my iTunes library are listed twice. I have two copies of my library in two different locations. How do I make iTunes work with one copy of my library?

    That is the way the iphone works.
    You need to copy everything from your backup copy of your computer.

Maybe you are looking for

  • How to get rid of a thin gray border of SkinnableContainer in design mode

    I'm learning skinning techniques for flex 4 and spark. For an example project I've created custom component derived from SkinnableContainer. It is simple container with surrounding frame and a title. Everything works just fine when I run test project

  • Is javascript capable of exporting specific artboards to a jpg?

    I can export a single artboard to a jpg using the GUI but "artboardRange" doesn't do anything when exporting to a jpg. I can use the artboardRange in the pdf save options and that works fine but, while the artboard selection is there in the jpg expor

  • NIO issue - writing to sockets from 2 threads

    Hi All, I have some questions regarding a NIO-server i'm developing. I have read many posts relating this issue, but still... I have one thread that does the Selector.select() and read & write to the sockets I have another thread that uses the same S

  • Unable to send a test message (XML file) at the runtime workbench..

    Hi, we are not able to send a test message (XML file) at the runtime workbench just to test Idoc's. From the component monitoring, under the integration engine, test message- i have given all the parameters like sender and receiver service, interface

  • Building in and then building out

    I have a series of bullet points that I'd like to have build in then out one at a time so there's only one bullet at a time on a particular slide. When I try to rearrange the bullet points in the Build Order box of the Inspector it only allows me to