Power Search - how does it work and where does it get the data from?

Hiya,
Power search in NWBC is great, when it works.
Recently I've been gettign increasingly erratic results - sometimes desktop items are found, sometimes they're not.
Sometime my emails are searched, sometimes they're not...
And so I'm wondering where I can find information on how it works, how it's configured etc.
Thanks in advance for any help!

Sorry to rain on your parade, but its not going to be quite that simple.
Populating a second dropdown depending on the first one, has been discussed quite in depth on this forum, I suggest you do a search to look at older posts.
Javascript code cannot call java/database code from an onclick event.
The best it can do is trigger a form submission, which reloads the page
running any java/sql code that displaying the page entails.
So onlick event on the first dropdown triggers a form submit, which loads the page with the correct values in the second dropdown.
con: requires a page request
The other approach is to download ALL possible values to the jsp page, and have javascript handle the swapping of values.
pro: no page refresh needed
con: must have all data available on the page. javascript is a bit more complicated.
Hope this helps,
evnafets

Similar Messages

  • Hi, just got a new computer and need to move my library from the old one to the new one.  Does anyone know how to do this or where I can get the information?  Thanks!!

    I just got a new computer and need to move my itunes library from my old computer to the new computer.  Does anyone know how to do this or where I can get the information? Thanks!

    If you Google ipod nano 6th generation manual, you can download the PDF manual. Here's a quote from page 19:
    Transfer purchased content to another computer:
    1 Open iTunes on the other computer and choose Store > Authorize This Computer.
    2 Connect iPod nano to the newly authorized computer.
    3 In iTunes, choose File > Transfer Purchases from iPod.
    Songs that are not from the iTunes store can be copied to the new computer, and you just have to do File>Add to Library to get them into iTunes. And if you don't plan to continue using your old computer, you should deauthorize it because you only get 5 authorizations for iTunes store purchases, and this will cancel out the authorization on the old computer.

  • I need to connect my iPad to a projector and USB ports. What do I need to do this and where can I get the suitable fittings? I really need to have more than one USB connection port. Help

    I need to connect my iPad to a projector and have USB ports. What do I need to do this and where can I get the suitable fittings? I really need to have more than one USB connection port. Help

    You can connect via a cable or wireless using an Apple TV.
    http://ipad.about.com/od/iPad_Guide/a/How-To-Connect-Your-Ipad-To-Your-Tv.htm
    Connect an iPad to a Television or Projector
    http://www.everymac.com/systems/apple/ipad/ipad-faq/how-to-connect-ipad-to-tv-te levision-projector.html
    Connecting iPad iPhone or iPod to TV or Projector
    http://www.disabled-world.com/assistivedevices/computer/ipad-tv.php
    iPad Accessories: Connections for a TV or Projector
    http://www.dummies.com/how-to/content/ipad-accessories-connections-for-a-tv-or-p rojector.html
    You may be interested in AirPlay on the Apple TV:
    http://www.apple.com/airplay/
    Alternately, there are Apple Digital AV Adapters for hardwired connections:
    http://support.apple.com/kb/ht4108
    If your location does’t have wifi to use with the Apple TV, use a portable router.
    Portable routers http://compnetworking.about.com/od/routers/tp/travel_routers.htm
     Cheers, Tom

  • How can I see website data from itouch 4th generation?  My 8 yr old may have been on inappropriate sites and I need to see the data from website data stored on the itouch.

    How can I see website data from itouch 4th generation?  My 8 yr old may have been on inappropriate sites and I need to see the data from website data stored on the itouch.

    There is no way to see where he has been.
    Go into Settings > General > Restrictions > Safari and turn it off. Then add the MacGruff browser from the app store. After that go back to Restrictions and turn off the ability to add apps.

  • HT1923 It did not work and I am still getting the error message

    It did not work and I am still getting the error message" iTunes was not properly installed. If you wish to import or burn CDs you need to reinstall iTunes.

    I want to sync my iPad Mini with Outlook 2007. I installed iTunes and got the error message below:
    iTunes was not properly installed. If you wish to import or burn CDs you will need to reinstall i Tunes.
    So I tried to fix the problem and followed the instructions on the article below.
    iTunes for Windows: "Registry settings" warning when opening iTunes at http://support.apple.com/kb/ts3299
    That did not work and now my CD Drive is missing so I followed the instructions on the article below.
    iTunes for Windows: Optical drive is no longer recognized, or "Disc burner or software not found" alert after install at http://support.apple.com/kb/TS2308
    So now I have a missing CD Drive and iTunes till does not work. Can someone please help!

  • Acrobat X1, Purchased upgrade, failed as no valid product to upgrade from existed (my mistake but want my money back!). So purchased Acobat X1 std, install seemed OK, but does not work as I continue to get the upgrade screen saying no valid product to upg

    Acrobat X1, Purchased upgrade, failed as no valid product to upgrade from existed (my mistake but want my money back!). So purchased Acobat X1 std, install seemed OK, but does not work as I continue to get the upgrade screen saying no valid product to upgrade from? So now I have spent lots $$ and nothing working. Why is this so complicated? what do I need to do?

    Hi Rave,
    Thanks for this; my issue is that I have now supposedly purchased a retail version of Acrobat X1 (i.e just spent more $$, after the upgrade attempt  to Acrobat X1 failed), and while this feigns an OK install, it fails in someway to override the "Upgrade Acrobat X1 version".  E.G. once I load up to read an acrobat file the "upgrade version" executes/intercepts and ask for serial numbers and check for a previous qualifying version which I do not have, (BUT what I do have is the current retail version of acrobat X1 which is not recognised)
    Do I need to uninstall and start over again? (I am reluctant to do this as I am sure serial number issues will arise, as I assume downloaded file will be cleaned up etc, and I am not spending more money trying again!)
    Any suggestions?

  • How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    How to get the data from mysql database which is being accessed by a PHP application and process the data locally in adobe air application and finally commit the changes back in to mysql database through the PHP application.

    If the data is on a remote server (for example, PHP running on a web server, talking to a MySQL server) then you do this in an AIR application the same way you would do it with any Flex application (or ajax application, if you're building your AIR app in HTML/JS).
    That's a broad answer, but in fact there are lots of ways to communicate between Flex and PHP. The most common and best in most cases is to use AMFPHP (http://amfphp.org/) or the new ZEND AMF support in the Zend Framework.
    This page is a good starting point for learning about Flex and PHP communication:
    http://www.adobe.com/devnet/flex/flex_php.html
    Also, in Flash Builder 4 they've added a lot of remote-data-connection functionality, including a lot that's designed for PHP. Take a look at the Flash Builder 4 public beta for more on that: http://labs.adobe.com/technologies/flashbuilder4/

  • Me and my sister use the same itunes but on my new iphone i have a different apple id. how do i hook up my iphone to get the music from her account because my device wont show up in our itunes

    Me and my sister use the same itunes but on my new iphone i have a different apple id. how do i hook up my iphone to get the music from her account on to my iphone because my iphone wont show up in our itunes.

    1patiot1 wrote:
    someone please tell me how to fix this. I cant access any apps or anything because my old apple id keeps showing up on my phone and wont show the new one.
    You created a new AppleID?
    Why not simply update your old AppleID so you have only one iTunes account?

  • This may be a duplicate but, I have a new ipad mini that I need to activate but I need to get my data from my 1pad 1 which has never been backed up.  How do I get the data from the ipad 1 to the new mini?  I have itunes acct and also Icloud acct.  Thanks

    I have a new ipad mini that I need to activate but I need to get the data from my old ipad 1 and install on the new mini.  I have a itunes acct and also icloud acct.  How do I back up the ipad 1 data and then activate the mini.  I assume I will need to transfer the sim from the ipad 1 to the mini.
    Thanks for any info
    wino454

    How to Transfer Everything from an Old iPad to New iPad
    http://osxdaily.com/2012/03/16/transfer-old-ipad-to-new-ipad/
     Cheers, Tom

  • My phone when attached to the charger boots up reaches the password screen, i enter my password and it goes to home screen then shuts itself off and reboots. is my phone possessed or how can i fix it? can i get the data off of it even if the phone is gone

    my phone when attached to the charger boots up reaches the password screen, i enter my password and it goes to home screen then shuts itself off and reboots. is my phone possessed or how can i fix it? can i get the data off of it even if the phone is not salvageable? thank you so much in advance for your help!

    Make sure you have the Current Version of iTunes Installed on your computer
    iTunes free download from www.itunes.com/download
    Then see Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    After you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766
    Note.  Once the Device is asking to be Restored with iTunes... it is too late to save anything... and you must continue with the Recovery...

  • Where do charts get the datatips from?

    Hi all,
         My column chart is generating data tips which i cant seem to access if I were to make a datatip function.. What is the default location for this information? yField isn't working and I can't call the data by item.name... If you would like I can send a screen shot of the charts structure and where the info I want is located... but I just cant seem to drill down to it...

    I initially receive an array which is then parsed (thanks to the help of the Flex community member).  below is the function
    static public function buildSeries(dp:ArrayCollection):void
                 if(ConfigData.Global.PowerDetailArray != null)   
                    ConfigData.Global.PowerDetailArray.removeAll();
                mx.core.FlexGlobals.topLevelApplication.myChart.series = null;
                var nameTable:Object = {};
                var timeTable:Object = {};
                var nameDataList:Array = [];
                var timeSeriesList:Array = [];
                var columnSet:ColumnSet = new ColumnSet();
                columnSet.type = "clustered";
                for each(var rawItem:Object in dp)
                    var Name:String = rawItem.Name;               
                    var time:String = rawItem.Time.toString();
                    var Value:Number = rawItem.Value;
                    var dataItem:Object;
                    //if we already have an object for this site,
                    //then retrieve. Otherwise create one.
                    if( nameTable.hasOwnProperty(Name) )
                        dataItem = nameTable[Name];
                    else
                        dataItem = {Name:Name};
                        nameTable[Name] = dataItem;
                        nameDataList.push(dataItem);
                    //now add a value pair for the time and power
                    dataItem[time] = Value;
                    //we need to create a series for every unique time you have
                    if( !timeTable.hasOwnProperty(time) )
                        timeTable[time] = 1;
                        var timeSeries:ColumnSeries = new ColumnSeries();
                        timeSeries.yField = time;
                        columnSet.series.push(timeSeries);
                trace(ObjectUtil.toString(nameDataList));
                //invalidate the chart series to force a redraw
                var chartSeries:Array = mx.core.FlexGlobals.topLevelApplication.myChart.series;  
                chartSeries.push(columnSet);
                mx.core.FlexGlobals.topLevelApplication.myChart.series =chartSeries;
                mx.core.FlexGlobals.topLevelApplication.myChart.invalidateSeriesStyles();              
                ConfigData.Global.PowerDetailArray = new ArrayCollection(nameDataList);
    I will provide the screenshot in a couple of minutes

  • How to get the data from a cluster table to BW

    Dear All,
    I want to extract the data from R/3 to BW by using 2 tables and one Cluster B2.
    Actually my report contains some fields from PA2001, PA2002 and one cluster table B2 (Table ZES). Can I create View by using these 3 tables? If it is not possible how can I get the data from the cluster? Can I create generic datasource by using cluster tables directly?
    In SE11 Transaction the Cluster (table ZES) is showing invalid table.
    I referred some Forums, but no use.
    Can any body tell me procedure to get the data from a cluster (table ZES) ?
    Waiting for you results.
    Thanks and regards
    Rajesh

    HI Siggi,
    Thank you for your reply..
    I am also planning to do FM to get the data. But it is saying that the Cluster table ZES does not exist (ZES is the the standard table, in SE11 also).
    How can I use the Fields from the that table.?
    What can I do now, can you please explain me about this point.
    Waiting for your reply.
    Thanks and Regards
    Rajesh
    Message was edited by:
            rajesh

  • How to get the data from multiple nodes to one table

    Hi All,
    How to get the data from multiple nodes to one table.examples nodes are like  A B C D E relation also maintained
    Regards,
    Indra

    HI Indra,
    From Node A, get the values of the attributes as
    lo_NodeA->GET_STATIC_ATTRIBUTES(  IMPORTING STATIC_ATTRIBUTES = ls_attributesA  ).
    Similarily get all the node values from B, C, D and E.
    Finally append all your ls records to the table.
    Hope you are clear.
    BR,
    RAM.

  • How to get the data from pcl2 cluster for TCRT table.

    Hi frndz,
    How to get the data from pcl2 cluster for tcrt table for us payroll.
    Thanks in advance.
    Harisumanth.Ch

    PL take a look at the sample Program EXAMPLE_PNP_GET_PAYROLL in your system. There are numerous other ways to read payroll results.. Pl use the search forum option & you sure will get a lot of hits..
    ~Suresh

  • How to get the data from Pooled Table T157E.

    Hi Experts,
    How to get the data from Pooled Table T157E.
    Any help.
    Thanks in Advance,
    Ur's Harsha.

    create some internal table similar to T157E and pass all data as per SPRAS.
    After that use internal table in your program as per the requirement.
    Regds,
    Anil

Maybe you are looking for

  • Installing iTunes on slave drive

    i want to install itunes on my d: drive(where all my msuic's stored anyways)to keep my c: drive less crowded. when i do this, itunes seems to copy all my music onto my c drive anyhow. can snyone tell me how to rectify this...it would be most grealtly

  • Photo Upload in ESS

    Hi, Please let me know configuration steps for photo upload in ESS. Thanks, Usha

  • Search option for ReportView control

    Hi, the ReportView control of TSUI controls has no "Search" (used to find some text in report) option included. Is there any possibility to add this functionality to it? If no, this would be a nice feature for one of the next versions of TestStand! R

  • Can't access the folder I created.

    Hi All, I created a folder using this code File tempFile=new File("D:\\Destination");                    boolean ansOne = tempFile.mkdir();            System.out.println(ansOne); I works fine. Create the "destination" folder and print "true". And I t

  • Update not available for Final Cut Pro X

    My dad installed Final Cut Pro for me in 2010-2009, and we later updated it to Final Cut Pro X in 2012. I'm 16 now, and I use the app a lot to splice and add effects for visual media and such. My dad downloaded Yosemite recently, and now it wont let