Use a keywords list as a source for an autocomplete list?

Is this possible? I have a large keyword list that has been developed over a long period of time. I want to be able to autocomplete when I start typing, based on the keywords list. The list has become very difficult to quickly navigate in the keyword panel. Thoughts?

Crop the image out of the print screen.  I imagine your screen will be a much larger resolution then the camer, and will only take up a portion of your browser window.
Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

Similar Messages

  • Using COGNOS as an infoprovider/data source for WebI...?

    I saw a job posting today that listed a requirement that I am pretty sure is IMPOSSIBLE...
    WebIntelligence report experience with using COGNOS as an infoprovider/data source for BOBJ is an important skill.
    Data sources for client will be both COGNOS and SAP.
    Now, it wouldn't be the first time that a client spec asked for the IMPOSSIBLE- but it got me to wondering if maybe I am wrong in my understanding that COGNOS 8 still uses PowerPlay cubes that are 100% proprietary and can only be read with the CONGOS report-design tools.
    Is there actually a "supported" way to use COGNOS as an infoprovider/data source for BOBJ...?
    Maybe using some COGNOS equivalent of QAAS...?
    I have no intention of applying for this job - but would like to know if it is technically possible.

    It's been more than a week since I posted this question and nobody came up with a "YES" here or on the BOB Forums...so I am going to close this question as an IMPOSSIBLE request.
    Based on the current technology - COGNOS cubes can not be used as an infoprovider/data source for WebIntelligence.

  • Using Oracle Stored Proc as Data Source for PowerBuilder Data Window Object

    Hi,
    I'm trying to use an Oracle stored procedure as the data source for a PowerBuilder data window object. I'm using the following (which is a variation of an example given on Sybase's web site, with the appropriate database/column name changes and use of %TYPE):
    ======================
    CREATE OR REPLACE PACKAGE pkg_dw_sp_example
    AS
    TYPE typ_example_rec1 IS RECORD(
    v_comcodsa st_sa.comcodsa%TYPE,
    v_comnamsa st_sa.comnamsa%TYPE,
    v_cocitysa st_sa.cocitysa%TYPE);
    TYPE cur_example_cur1 IS REF CURSOR;
    RETURN typ_example_rec1;
    END;
    ======================
    CREATE OR REPLACE PROCEDURE sp_dw_example1
    (arg_teamid IN st_sa.comcodsa%TYPE,
    cur_team IN OUT pkg_dw_sp_example.cur_example_cur1)
    AS
    BEGIN
    OPEN cur_team FOR
              SELECT comcodsa,
              comnamsa,
              cocitysa
              FROM st_sa
              WHERE st_sa.comcodha = arg_teamid;
    END sp_dw_example1;
    ======================
    The package is created okay, but the procedure is saved with compilation errors. Unfortunately, Oracle does not indicate what the errors are (great product), so I have no idea what it is complaining about.
    Questions:
    1) Can anyone point me to/or provide a better example?
    2) The examples in books I have seen all would have declared the procedure in the package specification - is the above valid?
    3) This is a PowerBuilder specific question, but if the package does not show up in the stored procedure list when creating a data window object, how does one use it as a data source?
    Oracle 8.1.7
    PowerBuilder 8.0.1
    Thanks,
    Ed Holloman

    1) Everything looks fine with your code. You did not mention the environment you are compiling your code in, but if it is SQL*Plus, you can type 'show errors' after the compile and it will list the errors and line numbers for you.
    2) You can include the procedure in the package - in which case you would have a procedure declaration in the spec and the actual procedure in the body. You would no longer include the 'create or replace' - the declaration and procedure would just start with 'procedure'. The spec would look include:
    PROCEDURE sp_dw_example1
      (arg_teamid IN st_sa.comcodsa%TYPE,
       cur_team OUT cur_example_cur1);Note the removal of the package reference (since we are now IN the package) and the second parameter is just OUT instead of IN OUT.
    3) Not much, but I know that in PB8, our developers have said they have visibility now to the package when creating a DW - something they didn't have in PB7. Previously, we had to create a dummy standalone procedure that they would select and they would later modify the code to include the package prefix.
    Hope this helps a bit.

  • Using MS Access as a Data Source for BW

    I have used MS Excel spreadsheets and 'mainframe' databases as data sources for BW in the past.
    The company I ma working with has a large MS Access database containing historical sales data (from an R/3 3.1H system) that they wish to upload into BW v3.5 for comparison purposes.
    My undersatnding was that MS Access was not a valid data source for BW. Could someone point out the error of my thinking and suggest how to set up MS Access as a data source.
    Thanks in anticipation

    Hi Austen,
    Welcome onboard!
    True, as far as I know, MS Access is not supported by BW. But you can use MSSQL instead. MSSQL is supported. I think the free version of MSSQL called <b>MSDE</b> (<i>Microsoft SQL Desktop Edition</i>) is also supported (<i>Although I have not tried it yet</i>)
    Importing MSACCESS data to a similar table in MSSQL is very easy. Just use the <b>Data Transfer Utility</b> bundled with MSSQL. It will bulk insert data from MSACCESS to MSSQL. Then from MSSQL, you can set up BW to connect to it and you are done...
    Hope I have helped. if I did, please grant points...
    Regards,
    Jkyle

  • How can I use the iPad as a sound source for my Mac?

    I would like to be able to record sound off my iPad, onto my Mac.  (I'm using a musical app that only allows me to save short recordings, so I would like to plug my iPad into my Mac and record the music into my Mac, into Audacity or something.)
    I know you can't just connect the iPad from the headphone jack, so I'm wondering what equipment I would need.
    I've heard that the iPad camera connector can be used to export audio out, does anyone know how that works?
    Or, are there any iPad apps available that will make exportable sound recordings of any sounds your iPad is making (from any other app?)  You know, like a screen shot, but for sound instead?
    (BTW, I am not interested in streaming music from my iPad.  I already know how to do that.  I'm trying to export audio from a musical instrument app I'm using.)

    Unfortunately that link doesn't provide the info I'm looking for...
    Answering part of my own question: it ISN'T possible to record audio on the iPad from one app to another. Technically not possible, so there are no apps that serve this purpose.
    So, I'm still looking for details on how to connect my iPad to my Mac and use it as a sound source.  I would like to record directly onto my Mac whatever sounds my iPad is outputting, by connecting the iPad to the Mac's audio input in some way.

  • Using Oracle XE as a Data Source for Powerpivot

    I will be migrating my database from MS Access 2007 (*.accdb) to an Oracle XE. Any good links or papers on this or possibly any past experience with this (powerpivot connection)? Just trying to make sure that the connector is already within the Powerpivot download.
    Using Powerpivot v2.0
    For more info about powerpivot:
    www.powerpivot.com

    Hello,
    I'm not sure this is an XE-specific question. However, there's not much examples outside, probably because it's not a very common solution. I'd say it should work, as PowerPivot offers OLE DB and ODBC connectors and XE comes with appropriate ODBC drivers installed. So, as long as your XE is on the same machine as your PowerPivot, you don't have to care much about that. Otherwhise you'll probably have to install the ODBC driver, e.g. from [url http://www.oracle.com/technetwork/developer-tools/visual-studio/downloads/index.html]Oracle Data Access Components (ODAC).
    Then create your ODBC data source, test it, and link it in PowerPivot.
    -Udo

  • Use a web browser as the source for the vision assistant

    I want to access an ip camera over the internet and then use its video feed to do some processing with the vision assistant. I was wondering if someone could tell me if this is possible and how can it be done. what I have so far is an application that works with local cameras and I also have an example of a web broser in labview. I thought I could use the web browser and use a local variable from the browser in order to get the image, but this can't be wired to the grab or snap, because its not an image, so can someone please tell me how to convert the browser into a video feed, in order for me to use it in my application.

    Crop the image out of the print screen.  I imagine your screen will be a much larger resolution then the camer, and will only take up a portion of your browser window.
    Unofficial Forum Rules and Guidelines - Hooovahh - LabVIEW Overlord
    If 10 out of 10 experts in any field say something is bad, you should probably take their opinion seriously.

  • Is it possible to use itunes music library as a source for ringtones?

    I'm new to the iPhone, but not to iTunes.  I had assumed that once I got an iPhone I could use songs from my iTunes library for ringtones.  I now realize that it isn't in Apple's economic interest to allow people to do this, since it would curtail ringtone sales.  But is there a way to do this?  Thanks.

    No.

  • Using SQL Server as a Database sources for Essbase and Planning

    I was reading Jake Turrell white Paper on Hyperion Planning "sandbox" enviroment on a laptop and he stated that you can use SQL Server, u guess my question is i have been using oracle 11gr2 is there really any different
    also
    is best to build different schema for
    Shared Services
    workspace
    Essbase Admin Srvices
    Planning system Respostory
    Planning App's
    Calc manager
    and
    Finanical Reporting and web analysis
    i have been just buildint the Instance n Oracle and making a schema for planning
    Please advise
    Edited by: Next Level on Oct 18, 2012 9:27 PM
    Edited by: Next Level on Oct 18, 2012 9:30 PM
    Edited by: Next Level on Oct 18, 2012 9:31 PM
    Edited by: Next Level on Oct 18, 2012 10:11 PM

    FWIW, my own (ugh) install of 11.1.1.3 32 bit on my laptop (oh, soon I am going to jettison this thing and move to a 32 gig laptop) I am using SQL Server 2005. A client from last year used the same release of SS but I think the 64 bit release. John Booth's EPM AMI uses SQL Server Express 2008. IOW, yeah, you can totally use SQL Server with the EPM suite. I think that there is an exception for ERPi, but I could be wrong about that. For sure I used ODI 11.1.1.5 with SQL Server as I (gasp) set that up myself out on the cloud.
    Regards,
    Cameron Lackpour

  • HT1329 Can I use my iPod as the only source for my music?

    I have iTunes backed up from my old computer on an external hard drive, but don't want to use up nearly half of the hard drive space on my new computer for music storage.  My iPod is 160 gig, so there's enough storage for music files.  Just added the library to the mac mini and synced the ipod but don't know if I should delete the library (on the mac mini) after I go into prefrences and change the location of the media folder to the ipod. 

    You must have gotten an SSD in your mini, then: I didn't think of that initially.
    While it is technically possible to mount an iPod and use it in disk mode to store an iTunes library, the iPod's drive is very slow and not designed for the sort of continuous use having it store your iTunes library would put it to, so I would not recommend using it as such. If you don't want to keep your library on the mini, use the external drive, or perhaps better buy another one to use for your library.  You can pick up a 500GB USB drive for under $60 if you shop around.
    BTW, marking your own post as being the one to solve your problem isn't a good strategy unless you did indeed find the solution yourself and do not need any further responses.
    Regards.

  • Can i use my blackberry as an internet source for my ipod touch?

    i just purchased the ipod touch and do not have internet at home. all other wifi connections available are locked. i have internet on my blackberry and wondered how i can use that connection.

    Is your Printer is a Wireless Printer or its an Normal USP port Printer ?
    If your printer is an Normal USB Port printer then you need to buy a Print Server ( WPS54G or WPSM54G). So once you configure your Print server you will be able to Print from all your computers Wired / Wirelessly. 

  • Using InfoSets as Data Source for segmentation

    Hi Experts,
    I'd like to use my own InfoSet as Data Source for segmentation.
    The goal is, for example:
    Select all BPs who have Leads (Just simple one to describe my question).
    So I've created new InfoSet which joined tables:
      CRMD_ORDERADM_H
      CRMD_LINK
      CRMD_PARTNER.
    The question is how should I restrict the InfoSet to use only object type "CRM Lead" (CRMD_ORDERADM_H = 'BUS2000108') and partner function "Activity partner" (CRMD_PARTNER-PARTNER_FCT = '00000009')?
    I've managed to do this by small addtitional coding in Record Processing in the InfoSet as:
    CHECK crnd_orderadm_h-object_type EQ 'BUS2000108'
      AND crmd_partner-partner_fct EQ '00000009'.
    But it seems that it's not the best way (and no the best practise's one) because all records from the joining are processed and for each of the record this conditions are checked.
    It'd be better, I think, to put this conditions as selection options. But it doesn't work (or I didn't do it properly). What I've done is: I've made them as selection criterions in my InfoSet and put default values for them. But segment builder didn't use them (default values) as I can see.
    Appreciated for your any advices.

    Hi Monica,
         Ofcourse query will be written by BW consultants but the requirement should be passed on by Business. CRM Functional Consultant responsibility is to understand the Business requirement and should guide BW consultants. Also make sure that BW system is in the CRM landscape for such requirement.
    regards
    KK

  • Can I use FileMaker as a source for mail merge in Pages

    Can I use FileMaker as a source for mail merge in Pages

    Sorry I posted this and then started reading some of the replies. I did see them as I am newbie here.
    Looks like the only solution at this time is to export the data to a csv file, open it in numbers and use the numbers file as the source for the mail merge.
    Would it be possible to have FileMaker then run an applescript ? or automator script to automatically convert the CSV file to numbers and then rename that Numbers file so that it is consistent and can be reused by the Pages "template" for subsequent documents to be used based on this template?

  • Conditional where, or PL/SQL block as source for an interactive report?

    I have this situation: The main screen of my application shows a list of documents. For now, there has to be a quick "security" built in, so administrators can see all documents, but other users can only see the documents they created (login of creator is stored in the documents table). In the future we'll probably use VPD's to enforce some rules, but for now we need a quick solution.
    So i stored the administrators in a seperate table. Now i want the interactive report on the main page act as follows:
    - If an admin is logged in, it has to have this query: select field 1, field 2, field 3 from documents
    - For all other users: select field 1, field 2, field 3 from documents where creator = :app_user
    Is this possible in one interactive report? I could make two reports with the different queries and make them conditional according to who is logged in, but this gives me two interactive reports to maintain. Is it possible to use a PL/SQL block as source for the report? I tried, but I get syntax errors. Is it possible to make the where clause conditional on some way?

    Hi,
    Install Demonstration application to your workspace:
    Home>Create Application and select Demonstration Application.
    Check page 1 interactive report. That should give idea how you do it.
    Br, Jari

  • Universe as data source for Crystal Reports

    Are there any issues in using a Universe as the data source for a crystal reports?  We are using Business Objects Enterprise XI R2 and Crystal Reports XI R2.
    Thanks in advance for your response,
    Garet Wicker

    Hi,
    We can have a parameter from a Universe, following are the steps which will create the report which is based a Universe with a parameter.
    -connect to the universe and you will a Query Panel.
    -drag some objects in the Result Objects field. Ex. Country, Revenue.
    -then drag an object in the Query Filter. Ex. Country.
    -then a new window will appear as Filter Editor.
    -Select the prompt option and also select the check box as u201CSelect only from listu201D.
    -Click on Ok.
    When you refresh the report then there will be a parameter prompting for the Country field. Also you will see a parameter created automatically in the parameter list.
    However if you try to create a new parameter (without modifying anything from the query panel) by with the following workflow then there is no option to select the field for the parameter.
    -Right click on Parameter fieldsu2014New parameter.
    -When you click on the drop down list in the u201CValue Fieldu201D list there are no available fields/objects.
    Hence we can create a parameter in CR which is connected to the Universe with the steps mentioned above.
    I hope this helps you.
    Regards,
    Prashant.

Maybe you are looking for

  • Bug with using 2 certificates on a different port on the same machine

    There seems to be an issue with using secure connection to the same web location but on a different port. It is slightly difficult to recreate exactly but very often when one of the connections has been negotiated and the (self-signed) certificate ad

  • To change Default Setting of Selection Screen while Filtering on infoobject

    Dear Guru's, I just want to know where can I change the Deafult Setting from 100 to 500 which we get in the Selection Screen when we want to Filter on Info-Object level in the Workbook. Hope this will clear the question , incase any further informati

  • How to translate the context menu of Bex Analyzer?

    Hi.experts: In my BW system,I found that the "drill down in row" and "drill down in column" context menu all wrong description.How can I translate the context menu? Points are waiting for you...thanks in advance. Best regards Martin Xie

  • AppleID 90 Days Limit

    This question might have been asked and answered before. But I searched and found nothing that fits to my case. So if I missed a similar question among the hundreds of AppleID change related results please do not jump on that. I am planning to buy my

  • Leopard 10.5.6 quits when computer goes to sleep

    Hello - The moment my Macbook goes to sleep, the screen grays and I get a notice in several languages that OS X has quit. I force the computer to turn off by holding down the button. Then restart and - after being offered an opportunity to report the