In Search - Only first ten name displays

Dear All,
When I search for a name,only top ten relevant names pops out,for more information please check the attachment. is it bug or Google chrome impact ?.
Thanks
Agasthuri
PS: I was looking for name "Amit Srivastava" the search result pop out only ten names, actually the user name "Amit Srivastava" is more than ten, I am unable to scroll the list...

Hi Doss,
You can click on select people option at rigth side(from your screen, against to search function)
on next screen, click on search tab and  scn user name and search it.you will get same/similar names with more pages.
Thanks

Similar Messages

  • Select-String to search only first column in .CSV

    Hello all,
    I'm wondering if anyone knows a way to only search the first column of a .CSV file using Select-String. I guess I could probably import-csv and pipe the first column to select-string, but I was wondering if Select-string has this capability within itself?

    Yes, a "large file that I only need a few lines from" is more the issue. And I was also just curious if Select-String had such functionality. For the file I am reading, it has over 23,000 lines (13MB), and there is a significant
    performance increase with using select-string (over %4000 increase) :
    Using Import-CSV and Where-Object: around 5.938 seconds
    Using Select-String: around 0.138 seconds
    Thus, if I have several strings that I want to search the file for, I would prefer to use Select-String. I suppose I could just do the following?
    1. Use Select-string to search the file for each string I need to search for
    2. Once I'm done searching for all strings, I can query the resultant data set to be sure the string is in the first column of each record in the dataset
    3. If the string is not in the first column in the resultant data set, I can just remove the record.
    Am I way off base here?

  • Only first button gets displayed

    I'm creating a panel with a bunch of buttons. What the class does is accepts an array of Actions and creates a button for each action. For some reason, only the first button is displayed. When you resize the window, all of the buttons become visible. I tried button.setVisible() with no luck. I tried to repaint() in the panel class, again a loser.
    Any suggestions would be appreciated.
    Thanks,
    -rob
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    class WestPanel extends JPanel
         public WestPanel( Action[] actions )
              Dimension dim = new Dimension( WIDTH, HEIGHT );
              setSize( dim );
              setLayout( new GridLayout( actions.length, 1 ));
              setBackground( Color.green );
              // Looping through actions to create panels
              for( int i = 0; i < actions.length; i++ )
                   JButton button = new JButton( actions[i] );
                   button.setFont( new Font( "", Font.BOLD, 18 ));
                   button.setSize( new Dimension( WIDTH, BUTTON_HEIGHT ) );
                   add( button );
         private static final int WIDTH = 200;
         private static final int HEIGHT = MainInterface.HEIGHT;
         private static final int BUTTON_HEIGHT = 50;
    }

    Thanks anyway. . .I found the problem.
    I hate when that happens, but I found a hint to my problem when I spent a little more time reading the other threads.
    -rob

  • Approval Preview (Only first approver is displayed after 1 approval step)

    Hello Everyone!
    We have a scenario in PROD wherein the approval preview doesn't show all approvers in the screen. At first, when the Contract document is prepared (not yet approved/created) and then the approval preview is displayed, the screen correctly shows the 3 approvers with status 'To be approved by'. However, when the document was created and that the first approver already approved the document, the approval preview only shows 1 approver line in the approval preview (table) with a status 'Approved by'. The next 2 approvers are not displayed in the screen.
    When we checked the document in BBP_PD and in SWI1, the workflow correctly identified the next approvers and even sent some notifications for them to approve. This is more on the screen problem. The approval preview (table) only shows the 1st approver who approved the document. We want to see all the approvers (with different status) in the approval preview so that we may know who already approved the document and who are the ones to still approve the document.
    We only experience this in PRD, and this scenario (document) works both in DEV and QAS. Please let us know the SAP Notes related to this. The affected documents are Contract and PO.
    Thanks and regards,
    Reymar

    Hi Masa,
    There were no applied notes related to approval preview (table) in DEV and QAS system.
    We have SRM 5.0 component version; SRM Server 5.50 ; SP13.
    Would you know any cause of this issue?
    Thank you very much.
    Regards,
    Reymar

  • RH 8 / IE7 : only first call to display help works ...

    Hi everybody,
    I made a webhelp with RH 7 and the call from the website to display the help worked well (with Firefox and IE).
    But since i upgraded it to RH 8 i have an issue with the webhelp call (only with IE, it workds well with FF) : when i call the webhelp the first time it works but if i don't close the new window and i call a new page i have a blank page ("about:blank").
    This issue didn't exist when i was with RH 7 and it happens only with Internet Explorer.
    Then i tried to create a webhelp directly with RH 8 beacuse i thougth it was the upgrade from RH 7 to RH 8 which could be the reason ... but even with a purely RH 8 webhelp the issue still exist.
    Can someone help me ? or have an idea about that issue ?
    Thank you ! (and i'm french so i'm sorry about my probable grammatical mistakes ... ^^)

    Praful,
    I'm not sure that i understood exactly what you ask but i'll describe with more precisions my situation.
    The webhelp is called from HTML pages. In each page i put :
    1/ the Javascript function from the folder \Adobe RoboHelp 8\CSH API\JavaScript :
    <script type="text/javascript" language="JavaScript1.2" src="RoboHelp_CSH.js"></script>
    2/ the link to call the webhelp. Exemple for topic ID=1 :
    <a href="javascript:RH_ShowHelp(0, 'webhelp/test_sinoe.htm>NewWindow', HH_HELP_CONTEXT, 1)">Help</a>
    If you want to test, i attach to this message a zip file which contains the test files i used on my computer :
    - a webhelp (with only 2 topics)
    - 2 web pages with call to the webhelp
    - the JS file
    If you want to reproduce the bug, you can unzip this archive and try to call the webhelp with IE from page 1 : the webhelp will open a new window.
    Keep that window opened and call the webhelp from page 2 : you will see that blank page thing ...
    thank you again to helping me
    rémi

  • How to search ONLY in package names, without descriptions?

    Hello!
    I would like to know how I can search with pacman only in the package names, without searching descriptions?
    For example, searching for the rar package (pacman -Ss rar) gives me tons of results with hundreds of packages, where "library" occurs in the description.
    I have already read the pacman manual page, but I couldn't find anything suitable.
    Greets, Horst

    perl -e '$search = "rar";$output=`pacman -Ss $search`;while($output=~/^(\S.*?\Q$search\E.*?\n(?:\s.*\n)*)/mgi){print $1}'
    This does the normal "pacman -Ss whatever" search, but then it checks that the search term is in the package name. Just replace "rar" in "$search = "rar" with whatever you want to search for.
    I tried to make it work with grep using -P, but I still don't know how to make it case-insensitive then ("-i" doesn't seem to work with perl regexes). Here it is anyway though:
    pacman -Ss rar | grep -P "^\S.*?rar(?:.*|\n)*?(?=\n\S)"
    Aside from being case-sensitive, you also have to replace both instances of "rar" with your search term.
    Here's a script version that you can run from the command line:
    #!/usr/bin/perl
    use strict;
    use warnings;
    my $search = "@ARGV";
    my $output = '';
    open(my $pipe,'-|',"pacman -Ss $search") or die "Unable to create pipe to pacman: $!\n";
    while (defined(my $line=<$pipe>)){$output.=$line;}
    close $pipe;
    while($output=~/^(\S.*?\Q$search\E.*?\n(?:\s.*\n)*)/mgi){print $1};
    Save it as "search_pkgnames", make it executable, then invoke it with your search term: search_pkgnames rar
    Hope this helps.

  • Adobe form only first page is displayed

    hi all,
    I have created two pages under the Master page but only the First page is getting displayed. Both are set to visible. Whatelse could be the reason. Thanks.
    Regards,
    FS

    Hi,
    Can you please elaborate more on this. Have you added 2 body pages or 2 master pages?
    If you have added 2 body pages and if they are empty then they wont get displayed. You will have to insert a subform into the page. Only then you would be able to see the extra two pages.
    Thanks,
    Radhika

  • Only first call to display help works, subsequent calls produce blank html

    I have RoboHelp 7 HTML, IE7, and windows 2003. When I make a
    call to RH_ShowHelp in the javascript library the context sensitive
    (or main) topic is shown just fine. Once that 2nd html window is
    open though, any subsequent request to display any help topics
    results in that 2nd window going blank (title is about:blank, and
    viewing source shows just <html></html>). If you close
    the 2nd window between each call it works fine.
    Also note that if I try this from my windows XP machine with
    the same version of IE it works just fine. I think this may have
    something to do with a security setting in 2003 or something, but
    it could be a bug in the RH script too. Either way, I'd like to be
    able to identify the cause and fix it or at least document the
    cause.
    Thanks

    Welcome to the forum.
    This is really a developer issue and most of us here are
    authors. I have experienced something similar in that second calls
    failed. There is something on that in the Calling WebHelp Using
    URLs on my site. I don't know if that will help get you on the
    right track as you are not using that method.
    Sorry I cannot help more.

  • How do you print only the first ten rows in a table?

    Hi everyone:
    I am trying to print only the first ten records by using <?for-each: <group name>?> and <?end for-each?>. Is there any stop tag that I could use to stop printing after the printing the first ten records without modify the XML data file? I am using XMLP Desktop 5.6.2. Thanks for your help!

    You are right kkretser. However, if your report have 2 or more layouts pages. You may want to output the necessary records to each page like the first 10 records to the first page the next the to the second page. Like you said I figure out now that you can use <?if:position()<10?> print out the rows and then on the second page layout, you can do <?if:position()>=10?>. Thanks to all of your replys, guys!

  • 6233 Search contact in last name AND first name

    Hi,
    the 6233 does not search Contacts in both first names AND last names. It only searches only in what come first.
    Exemple : searching for "Paul" does not find "Smith Paul"
    Do I need a firmware update to fix this ??
    Thanks for your answer !

    Hi Chen,
    Based on my knowledge, there is no related method to enforce all users using More Columns as the default search option in Outlook Address Book. We can just change the search option for individual Outlook user by remembering the last search using as I mentioned
    above.
    Sorry for any inconvenience and thanks for your understanding.
    Regards,
    Winnie Liang
    TechNet Community Support

  • LDAP Addressbook search - match first letter only

    According to the SPA500 Admin Guide, a LDAP query will search on every letter:
    "This searches for the text string anywhere in the beginning, middle, or at the end of a name."
    Would it be possible to search only on the first letter of a name?
    Erik

    Eric, I don't know if you ever solved this request.
    In the search syntax you will see the "$VALUE" criteria bounded by two "*". These serve as wildcard matches. If you simply delete the first "*" before $VALUE your match will start at the beginning. Likewise if you remove the second "*" instead the search will try to match at the end. If you remove both it will look for an exact match.
    John

  • How can I use Automator to search only in folders whose name contains a certain word?

    I'm very new to Automator. What I am trying to accomplish is this:
    I am using Transmit as my FTP client. I have mounted a server as a disk to my desktop. I am using Automator to try and search this server and open files whose path contains the word "mobile", then open files with the name "order.php" with my HTML editor. There are hundreds other files on this server that have the name "order.php", so I just want to target the ones found in paths with the name "mobile" applied.
    Where I get stuck is the "search only in paths that contain the word 'mobile' ".
    Please advise.
    Thanks.

    I'm very new to Automator. What I am trying to accomplish is this:
    I am using Transmit as my FTP client. I have mounted a server as a disk to my desktop. I am using Automator to try and search this server and open files whose path contains the word "mobile", then open files with the name "order.php" with my HTML editor. There are hundreds other files on this server that have the name "order.php", so I just want to target the ones found in paths with the name "mobile" applied.
    Where I get stuck is the "search only in paths that contain the word 'mobile' ".
    Please advise.
    Thanks.

  • Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc. This is a new problem and was not the case before.

    Windows 8.1 PC, using reader, when searching a folder containing approx 100 doc's. If i search for a word, no results are returned. only the doc names can be found but nothing from within the doc.
    This is a new problem and was not the case before.

    Works perfectly fine for me with the latest Reader version (11.0.09).
    You write that it worked "before"; before what?  An update?  Update from what version to what version?

  • How to configure search results web part to display results only after a query is generated from user?

    Hi All,
    I am crawling documents from a file server. I created a new content source and crawled the documents. All documents are crawled successfully.
    Then I went to my enterprise search center site collection and created a new result source. I have added the query to use above content source.
    After that, on a page I am trying to configure the search results web part to display documents using this result source. Now the problem is:
    It displays all the documents that are crawled without searching for anything. I mean first it should not display any results. If a user searches for something , then according to that search it should display results.
    Any idea how to do this in the web part? I am using SharePoint 2013 on premise enterprise edition. No code. Totally OOTB.

    Hi Mohan,
    What did you use for the Query text in the result source?
    I could reproduce this issue when I used Query text like: {searchTerms} Path:”http://sps2k13sp/sites/First/Shared%20Documents”
    Then I changed the Query to
    {?{searchTerms}
    Path:"http://sps2k13sp/sites/First/Shared%20Documents"}
    , then Search result web part didn’t return results without searching.
    So , check your result source, and use the Query like the above(adding "{?...}").
    I hope this helps.
    Thanks,
    Wendy
    Wendy Li
    TechNet Community Support

  • HT4168 Pages only exports first ten pages to epub

    Hi, community!  Here's my problem: I'm trying to export a comic, pasted into Pages, as an epub file but no matter what I do I only get the first ten pages to export. The weird part is that I have another file - where I did exactly same thing - and it exported fine ... all the way up to 60 some pages
    I heard somewhere that it might have to do with the Pages file size but the file I'm trying to convert is only 7.8mb.
    Help!

    It could be something on the eleventh page that is corrupt.  Try creating a document page 11 and on and see if it that works. Delete the 11th page if not and try again asf.
    The size restriction is 11 Mb per chapter. Read more here
    http://support.apple.com/kb/HT4168

Maybe you are looking for

  • Open a PDF on the UCM in the same page instead of into another

    Hi all, I'm trying to add a PDF document to my WebCenter portal. I tried different thing to achieve it, but none worked (document viewer, content presenter, etc.). What I want to do is really simple: I want only to display the PDF document. The neare

  • My Maps in IOS 8.1.2 doesn't work.

    I noticed that when I tried to access "Send My Current Location" in Messages" that I could no longer open the messages from the person I was messaging. Then I have an app called FlightRadar24 and it uses Maps and it won't open.... and finally I put 2

  • IPhone 6 Plus Screen Issue?? Going insane here! 6th phone opened same problem

    Hi all, I bought a iPhone 6 plus on launch day. I noticed something immediately and that was that the screen, even on full brightness, wasn't displaying whites as nicely as the phones on display in the apple store. The apple store iPhone 6 pluses on

  • Flatfile Upload with APD

    Hi, I try to use a flatfile (CSV) as datasource within APD. The flatfile was created with MS Excel, then saved in csv-format on a Windows file server and brought to the BI application server via a Samba server. The carriage returns of the csv-file is

  • Mac BookPro 13" 10.6.8 extremely slow

    I have a problem with my laptop MacBook Pro 13" 10.6.8. It is running very slow since 4 or 5 weeks ago. I did a re-installation of the Mac OS X from the original DVD´s, and it is running well for 2 days, and returns the same problem. I don´t know wha