Search with a Star at the end

Hi All,
I'm making a parameter on the Customer name, and my client want to have an "intelligent search engine" like putting only the first letters of the name and having all the names starting with theses letters.
For example, if i type "pa" i want that all the name starting with "pa" are displayed and not only the exact search.
I'm looking for a kind of formula that put automatically a start at the end of my search.
Somebody can help me for that or have another ideas ?
Thanks
ps: sorry for my poor english
edit: in Crystal Report 2008 server edition
Edited by: Crystal_sophie on Jun 1, 2009 11:07 AM

you can make use of startswith or create your own logic.
using crystal function startswith:
create a string parameter "{?name starts with}" for input and put this formula for record selection
{Customer.Customer Name} startswith {?name starts with}
a simple logic could be like this:
Left ({Customer.Customer Name}, len({?name starts with})) like {?name starts with}
let me know if it works well.

Similar Messages

  • How do I remove bookmarks when the star at the end of the bar is white, not blue?

    I am trying to clean out my bookmarks and certain ones will not go away. The bookmarks that continue to appear even after I have clicked "remove bookmark" are those that do not have a blue star at the end of the website address line. The star at the end of these addresses is visible, but is white (or unfilled), not blue like the ones that have been deleted.

    A possible cause is a problem with the file places.sqlite that stores the bookmarks and the history.
    *http://kb.mozillazine.org/Bookmarks_history_and_toolbar_buttons_not_working_-_Firefox
    *https://support.mozilla.org/kb/Bookmarks+not+saved#w_fix-the-bookmarks-file
    *http://kb.mozillazine.org/Bookmarks_not_saved

  • Is there a way to rename multiple form field names with a "b" at the end?

    I have a two page form, both are identical.  I need to rename all the field names on page 2 with a "b" at the end of the file name so they dont conflict with that of the first page.  Is there any fast way of doing this without renaming each individual one at at time?  I have a LOT to do!

    It's not possible with JavaScript. The name property of a field is read-only.
    I would suggest making a template from the first page and then spawn a new page from it.
    If you do it from a script make sure you set the bRename property to true and the form fields will be automatically renamed, but you can't specify the name, it will be in following pattern:
    P<Page Number>.<Template Name>.<Original Field Name>

  • Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension ".wmv" at the end of the name. The required extension is ".webarchive" --if I save it this way, i just get a web address rather than the wmv

    Attempting to download a wmv file. I keep getting the message: "You cannot save this document with extension “.wmv” at the end of the name. The required extension is “.webarchive” --if I save it this way, i just get a web address rather than the wmv

    Find the URL for the WMV, paste it into Safari's address bar, and press the Option and Enter keys.
    (66873)

  • Everytime I save a file from chrome it wants to save it with a (1) at the end of the file name. It i

    Everytime I save a file from chrome it wants to save it with a (1) at the end of the file name. It is extremely frustrating since I save hundreds of pdf files every month.
    It is the first time opening the file so it shouldn't be reverting to adding a (1) every time.
    I have chrome Version 28.0.1500.95 m

    Chrome does not use Adobe Reader to view or save PDF files. It does it all itself.
    Similarly FireFox, though it can be told to use Adobe Reader to view PDF files, doesn't do so by default. And Adobe Reader has nothing to do with saving.

  • HT5312 How can you fix a email with a .con at the end

    Well, everytime i try to reset my security questions, the password is sent to a email with a .con at the end. Does anyone know how to change the email, because it won't let me.

    You need to contact Apple to get the questions reset. Click here, phone them, and ask for the Account Security team, or fill out and submit this form.
    (94610)

  • How can I best create a movie in flash ( .flv ) with a link in the end?

    I use iMovie and have QT pro. I want to make a movie with a link in the end of the video: " See more here". Clicking it ( on the video window) would open my website.
    Then I want publish it in flv. format, because some people can't use Quicktime.
    Yours truly my Friends forever,
    Antti

    AnttiS wrote:
    .. I want to make a movie with a link in the end of the video: " See more here". Clicking it ( on the video window) would open my website.
    I assume, this is easier done as an html-task.. like that:
    (example is a still, forum software doesn't allow embedding of 'videos')
    define the player as an playercode

  • HT5260 iphoto only shows photo with 5 stars in the event after using aperture

    iphoto only shows photo with 5 stars in the event after using aperture...
    help

    Thanks for your response again.
    and this happen to every single folder in iphoto.

  • BIC tables with @[at]k1 in the end

    Hello gurus,
    I have a problem in customer's system - database analysis in transaction DB02 shows that following tables takes very much space: /BIC/B0000091@k0, /BIC/B0000091@k1, /BIC/B0000091@k2 and /BIC/B0000091@k3.
    I know that these are some kind of PSA tables, but they do not exist in transaction SE11. I tracked down the DataStore object for table /BIC/B0000091000 and deleted all the PSA contents for the object, but these tables with @k in the end are not deleted and keeps using the database space...
    Any ideas what are these tables and how to delete them?
    Thank you in advance!
    Br,
    Juris

    Solution
    There are two main steps you must perform:
    (1) fix the reason why the table drop fails and then
    (2) remove the shadow tables so processing can continue.
    To determine why the partition drop failed, we recommend checking:
    1. The SQL Server Error Log u2013 this will tell you if the transaction log ran out of space. The log can be seen via SQL Server tools or transactions ST04/DBACOCKPIT.
    2. The Blocking Lock Monitor u2013 as long as you have the monitor job active, this transaction will show if there is blocking occurring. This monitor is in transactions ST04/DBACOCKPIT.
    3. The Deadlock Monitor u2013 will show if there was a deadlock at the time of the partition drop. This monitor is in transactions ST04/DBACOCKPIT.
    After you have determined the root cause, you must correct it before removing the shadow tables. If the log ran out of space then you must move it to a drive with enough space or add another log file on a different drive with enough space. If the root cause is blocking or deadlocks then first search SAP Notes for known solutions or, secondly, open a customer message in BC-SYS-DB-MSS if you need help. In all other cases, open a BC-SYS-DB-MSS customer message so the development support team can assist you in finding the cause.
    After you have corrected the root cause, you must remove the shadow tables. You can do this with the latest version of the SAP ABAP program RSDD_MSSQL_CUBEANALYZE (install the latest version which is attached to SAP Note 991014). After the program is installed, execute it with SE38 and choose Settings -> Expert Mode. Acknowledge the warning, press the Detail button under the Determine All Shadow Objects item and press Start Check. Then select each shadow table and press Delete Clone Table.
    For more information regarding SAP BWu2019s use of SQL Server table partitioning, read the white paper titled u201CTable Partitioning in SAP BI on Microsoft?SQL Server# 2005/2008u2033. The paper is currently available for download at:
    http://www.microsoft.com/isv/sap/technology/interop/bi.aspx
    via http://www.bw2048.com/db-shadow-tables-with-k-name-e-g-bicb0000201k0-201.htm

  • How to find photos tagged with "5 Star" in the current album

    I have just migrated a large library from Aperture, I can see and use the star tags "5 Star", "4 Star", "3 Star", etc. However, I do not seem to be able to search for photos with these tags localised to the current album that I am viewing.
    For example, I have an album iPhoto Events > 2015-04 where I have imported photos from this month. I have tagged all the photos as I normally do in Aperture including "5 Star" tag. Now I want to see all the photos with "5 Star" and share them onto iCloud Photo Sharing. If I type "5 Star" in the search box, it shows me all the thousands of photos with this tag!

    I guess that since the search function is not as powerful as Aperture's this will have to do until they add back all the functions from the old programs. I will try to do a last 30 days + 5 Star album for the time being. Thank you for your suggestion

  • HT201210 i want to update my iphone 3g but it keeps coming up with an error at the end, how do i go about solving this problem?

    hi all,
    im having lots of difficulties updating my iphone 3g. i have plugged it into itunes, it goes ahead with updating and restoring. it goes through all the process but right at the end it tells me it was unable to do it and that there was an error. my phone now cant be used as it keeps telling me to connect to itunes which i cant do as the phone needs restoring.
    please could you advise me on how to solve this problem?
    thankyou

    and error code or the exact msg would help

  • How to search with multiple constraints in the new java API?

    I'm having a problem using the new MDM API to do searches with multiple constraints.  Here are the classes I'm trying to use, and the scenario I'm trying to implement:
    Classes:
    SearchItem: Interface
    SearchGroup: implements SearchItem, empty constructor,
                 addSearchItem (requires SearchDimension and SearchConstraint, or just a SearchItem),
                 setComparisonOperator
    SearchParameter: implements SearchItem, constructor requires SearchDimension and SearchConstraint objects
    Search: extends SearchGroup, constructor requires TableId object
    RetrieveLimitedRecordsCommand: setSearch method requires Search object
    FieldDimension: constructor requires FieldId object or FieldIds[] fieldPath
    TextSearchConstraint: constructor requires string value and int comparisonOperator(enum)
    BooleanSearchConstraint: constructor requires boolean value
    Scenario:
    Okay, so say we have a main table, Products.  We want to search the table for the following:
    field IsActive = true
    field ProductColor = red or blue or green
    So the question is how to build this search with the above classes?  Everything I've tried so far results in the following error:
    Exception in thread "main" java.lang.UnsupportedOperationException: Search group nesting is currently not supported.
         at com.sap.mdm.search.SearchGroup.addSearchItem(Unknown Source)
    I can do just the ProductColor search like this:
    Search mySearch = new Search(<Products TableId>);
    mySearch.setComparisonOperator(Search.OR_OPERATOR);
    FieldDimension myColorFieldDim = new FieldDimension(<ProductColor FieldId>);
    TextSearchConstraint myTextConRed = new TextSearchConstraint("red",TextSearchConstraint.EQUALS);
    TextSearchConstraint myTextConBlue = new TextSearchConstraint("blue",TextSearchConstraint.EQUALS);
    TextSearchConstraint myTextConGreen = new TextSearchConstraint("green",TextSearchConstraint.EQUALS);
    mySearch.addSearchItem(myColorFieldDim,myTextConRed);
    mySearch.addSearchItem(myColorFieldDim,myTextConBlue);
    mySearch.addSearchItem(myColorFieldDim,myTextConGreen);
    the question is how do I add the AND of the BooleanSearchConstraint?
    FieldDimension myActiveFieldDim = new FieldDimension(<IsActive FieldId>);
    BooleanSearchConstraint myBoolCon = new BooleanSearchConstraint(true);
    I can't just add it to mySearch because mySearch is using OR operator, so it would return ALL of the Products records that match IsActive = true.  I tried creating a higher level Search object like this:
    Search topSearch = new Search(<Products TableId>);
    topSearch.setComparisonOperator(Search.AND_OPERATOR);
    topSearch.addSearchItem(mySearch);
    topSearch.addSearchItem(myActiveFieldDim,myBoolCon);
    But when I do this I get the above "Search group nesting is currently not supported" error.  Does that mean this kind of search cannot be done with the new MDM API?

    I'm actually testing a pre-release of SP05 right now, and it still is not functional.  The best that can be done is to use a PickListSearchConstraint to act as an OR within a field.  But PickList is limited to lookup Id values, text attribute values, numeric attribute values and coupled attribute values.  It works for me in some cases where I have lookup Id values, but not in other cases where the users want to search on multiple text values within a single field.

  • I am fairly new to iPhone and noticed yesterday that up by the bluetooth icon there is a small circle with a point on the end and a lock in the middle.  I cannot find out what this is in my manual

    I am fairly new to the iPhone and noticed yesterday up by the Bluetooth icon a small circle that is 90% complete and has an arrow at the end and a small lock in the middle.  I have made no changes in my settings and cannot figure out what this is.  Any help would be appreciated. 
    Thanks

    Orientation lock.  See p. 13 of the iPhone User Guide.
    You can turn this On/Off with Control Center (swipe up from off the bottom of the screen).  See p. 30 of the user guide.

  • Problems with loading Star Wars The Force Unleashed

    Can I get a refund from Apple Apps? a few days ago I loaded "Star Wars The Force Unleashed from Apple Apps." When the game loads the opening page has three lines across the bottom, such as: NEW GAME   CONTINUE GAME   LOAD GAME.  Beneath that list is another line with the words “use keyboard to navigate menus." There is a list of keys to use but none of them work on the game. However, keys F19, F18 and F17 do change the order and the highlights on the bottom line but still provide no further help. I discovered this only by experimenting with various keys. Aspyr support says the opening screen is followed by a tutorial. There is no tutorial. After the first screen has been showing for a short time the game continues into a series of action scenes and then returns to the original opening page. There is no way to close or eject the game. It only endlessly repeats the same opening display. I cannot remove or eject the game except to shut down and reload. None of the instructions offered by Aspyr have assisted me in any way. I could, of course, remove the game entirely but would I get a refund then? 

    You won't be guaranteed a refund, but try contacting Mac App Store support:
    http://www.apple.com/support/mac/app-store/
    Click on Contact Support.

  • Problem with a slash (/) at the end of contextPath

    Hi,
              Weblogic server version 8.1.3.
              We just moved an existing application from tomcat to weblogic. The application context path is "/cm".
              In tomcat the request.getContextPath() returns "/cm"
              in weblogic the request.getContextPath() returns "/cm/" and it causes problems with our external caching product because URL results are double cached "http://server.com/cm/uri" and "http://server.com/cm//uri".
              How can I specify to weblogic web server not to add the "/" at the end ?
              thanks

    This is a bug in 81sp3. Please contact [email protected] in reference to
              bug id CR239600

Maybe you are looking for

  • Delete file using file adapter

    Hi, How can we delete a file using file adapter, I am using SOA 11g R3. Thanks Yatan

  • Status code 503--Service Unavailable

    Hi everyone. A little time ago I 've faced status code 503 -- service unavailable on XI 3.0, so I found Sap Note 803145 and applied it. The note says to change the PollAttempts parameter from 60 to 100 and that's supposed to solve the problem. Actual

  • Problems with LRS Line Concatenation

    I am trying to concatenate all line segment with ROAD_ID. I use this CONCATENATE_GEOM_SEGMENTS function. However, sometimes it gives me a weird result. I don't know why. Can somebody here give me a hint? Merging the following segments: SEG: [1.24,1.2

  • License CallMgr 5.1 7825 Appliance, 1,000 seats

    Hi, I am Mohammed Afzal Siddiqui working as a Network Engineer in "STESA" Co. We are going to implement a project which is having 2811& 2821 voice enable routers with VIC2-2FXO,VIC-2FXS,VIC2-2E/M Cisco 2800 IOS SP Services router and 3750 24 10/100 P

  • Maximum number of AP supported has already joined cisco

    Dear all, We have vWLC, AP connected through MPLS network,  we also have ap base license for 15 AP, the problem is that AP cant joint to WLC because of this error: Maximum number of AP supported has already joined cisco WLC shows that all 15 licenses