Binocular Search for a Page dimension

Hi All,
For a project dimension defined as page dimension in the webform which have 120 members, Binocular search button appearing in the next to Page dimension drop down. But where as Department dimension having 46 members binocular search button is not appearing.
Is there any criteria or setting in order to Binocular search button should appear for the page dimension in the webform?
Thank you so much for your kind help in advance.
Regards,
tvmk

Log in Planning
Go to File->Preferences and select Display Option tab
Set the value of Allow seach when no. of pages exceeds to 10

Similar Messages

  • If I'm reading a book on the iPhone and I want to pick up where I left off on my iPad, do I have to search for what page I was on on the iPad or is there a way to sync it?

    If I'm reading a book on the iPhone and I want to pick up where I left off on my iPad, do I have to search for what page I was on on the iPad or is there a way to sync it? Or do I just have to search for a string of text from my iPhone on my iPad?

    On both devices go to Settings>iBooks>Sync Bookmarks>On. Then when you want to quit reading on one device, tap the bookmark in the upper right corner and it will turn red. That marks your place. Close the book on the device now by tapping on the Library button in the upper left corner of the app. That will put the closed book back on the shelf. Tap the home button.
    On the other device, when you tap on the book, it should open to that page. You have to be connected to WiFi in order for this to work. You can read this older discussion for more information. I was involved in that as well.
    https://discussions.apple.com/thread/3754714?start=0&tstart=0

  • Programmatically search for a page via a property value

    Hi,
    I really need help with this, using java I need to search for a page via property value.
    Thanks.

    I don't know if this performs well, but this snippet traverses a branch with root "node", finds jcr:content nodes, and gets a specific child node. You could use the node.getproperty() method in your case and traverse the /content branch (or wherever your pages are stored). See the javax.jcr.node (http://www.day.com/maven/jsr170/javadocs/jcr-1.0/javax/jcr/Node.html). Also see org.apache.sling.jcr.api.SlingRepository (http://dev.day.com/docs/en/cq/current/javadoc/index.html)
    NodeIterator iter = node.getNodes();
    while (iter.hasNext()) {
            Node n = iter.nextNode();
           //Look for "jcr:content" nodes
           if (n.getName().equals("jcr:content")) {
                   //get the path of the model node and save it
                   if(n.hasNode(MODEL_NODE)){
                         modelIds.add(n.getNode(MODEL_NODE).getPath());
           } else{
           //Scan child nodes
           getModelIds(n);
    scott

  • Binocular search for Cost Center is not returning any data

    Hi Gurus,
    When clicking on the SRM-Shooping Cart-Cost Assignment- Account Assignment Overview- Cost center Binocular search icon,  it is not returning any data.  However,  when drilling down in the Account Assignment Overview, you will see another Binocular search icon for Cost Center which is working fine.
    Any idea of how you troubleshoot it.
    Thanks in advace for your help.
    HA

    Not sure about the cost assignment drill down, but after we applied SP13 to SRM server 550 the binoculars for cost center stopped working. the following note corrected this.
    Note 1259735 - Search help of generic account does not work
    If it has never worked, then probably need to setup a RFC dialog user for the F4 search help, Multiple threads on here around the dialog user for F4 with details on configuration and use.
    JF

  • Searching for a page in the site map

    Hi all! I'm using an older version of Dreamweaver... MX. I'm
    hoping there's a way to do a search for a specific page using the
    site map. I have some out-dated pages on a HUGE website I'm trying
    to clean up for a local organization. I did a search for orphans,
    and they were not listed. Therefore I know they are somehow still
    linked to other pages. So I can't just delete them. I need to
    update the links. I did this on my local drive, but I need to do it
    on the server, as I realized I can't replace all pages on the
    server (others have access to it too). Does that make sense?
    Anyway, let me know if I can search using the site map for specific
    pages. Thanks!
    Julie

    Do a sitewide find for the filenames. That'll tell you which
    other pages
    link to them.
    Murray --- ICQ 71997575
    Adobe Community Expert
    (If you *MUST* email me, don't LAUGH when you do so!)
    ==================
    http://www.dreamweavermx-templates.com
    - Template Triage!
    http://www.projectseven.com/go
    - DW FAQs, Tutorials & Resources
    http://www.dwfaq.com - DW FAQs,
    Tutorials & Resources
    http://www.macromedia.com/support/search/
    - Macromedia (MM) Technotes
    ==================
    "DigitalChick" <[email protected]> wrote in
    message
    news:fasdd7$e8l$[email protected]..
    > Hi all! I'm using an older version of Dreamweaver... MX.
    I'm hoping
    > there's a
    > way to do a search for a specific page using the site
    map. I have some
    > out-dated pages on a HUGE website I'm trying to clean up
    for a local
    > organization. I did a search for orphans, and they were
    not listed.
    > Therefore I
    > know they are somehow still linked to other pages. So I
    can't just delete
    > them.
    > I need to update the links. I did this on my local
    drive, but I need to do
    > it
    > on the server, as I realized I can't replace all pages
    on the server
    > (others
    > have access to it too). Does that make sense? Anyway,
    let me know if I can
    > search using the site map for specific pages. Thanks!
    >
    > Julie
    >

  • Binocular search for Cost Center

    Hi everybody,
    I want to add accounting category and cost center Infos to BID document. So I added the following fields to the CI_BBP_HDR and CI_BBP_HDR_BID structures:
              ZZCOST_CTR     of type KOSTL
              ZZACC_CAT     of type BBP_ACC_CAT
    How can I add a binocular search to ZZCOST_CTR that takes in consideration the ZZACC_CAT value?
    Thank you for your help,
    Antonio

    Hi Antonio,
    You have 2 options:
    - try to activate generic accounting screen in BBP_BID_INV (I never did it)
    - re-use the standard R/3 search feature with a R/3 dialog RFC used in SC/PO item accounting screen (see thread How to restrict the Cost Center Search ?)
    In that case, look at FORM f4_search_costcent of LBBP_PDH_ACCF20 to see how SRM uses META_SHLP_CALL.
    For CUF, you can assign search help in the CI structure field definition.
    So you have 2 options:
    - create a Z search help that re-use the logic of FORM f4_search_costcent (read user's attribute ACS to get the FI system), and assign it in your CI structure
    - use BADI to handle CUF in your own specific screen, so you can use the instruction PROCESS ON VALUE-REQUEST (like in SAPLBBP_PDH_ACC 2000).
    (for BADI BBP_CUF_BADI, see Using BBP_CUF_BADI to display custom screens)
    Rgds
    Christophe

  • Search for master page usage; better way to use master pages?

    Hi all,
    I am using Frame 9. I have my files set to always have an even number of pages. For chapters where the text ends on a right-hand page, I assign a custom master page to the final left-hand page -- this custom master page has our logo on it. However, because my files have a lot of conditional text (3 different versions of the publication  get generated from the same source files), the lengths of the chapters often change when switching between different conditional versions. So for example, for version 1, I assign the custom master page to the last page of the chapter, which is page 28. Then when I switch my conditional text settings to show version 2, the chapter is now 36 pages long, but my custom master page is still applied to page 28. I have to remove it from page 28 and reassign it to page 38. Here are my questions:
    1) Is there a way to search for pages that have a specific master page applied? I hoped that I could generate a list of master page usage using the Special > List Of > References option, but apparently not.
    2) Is there any way to get Frame to automatically assign my custom master page when it is appropriate, rather than doing it by hand for each conditional version of each chapter?
    Thanks!

    kelly.usa wrote:
    Hi all,
    I am using Frame 9. I have my files set to always have an even number of pages. For chapters where the text ends on a right-hand page, I assign a custom master page to the final left-hand page -- this custom master page has our logo on it. However, because my files have a lot of conditional text (3 different versions of the publication  get generated from the same source files), the lengths of the chapters often change when switching between different conditional versions. So for example, for version 1, I assign the custom master page to the last page of the chapter, which is page 28. Then when I switch my conditional text settings to show version 2, the chapter is now 36 pages long, but my custom master page is still applied to page 28. I have to remove it from page 28 and reassign it to page 38. Here are my questions:
    1) Is there a way to search for pages that have a specific master page applied? I hoped that I could generate a list of master page usage using the Special > List Of > References option, but apparently not.
    2) Is there any way to get Frame to automatically assign my custom master page when it is appropriate, rather than doing it by hand for each conditional version of each chapter?
    Thanks!
    To identify master pages that control pages in body page view, create an identifier on each master page, as you'd create a watermark with text in a background text frame. Control its visibility with either a condition, or by assigning it a color that's invisible in a color view.
    HTH
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • How can I 'search' for Line/Page Breaks in Pages 5.5.2?

    In the old version of Pages I was able to Find Line/Page Breaks by copying these symbols from the document and pasting them into the Find box. However, when I do this in Pages 5, all I see pasted is a blank space.
    How can I copy and paste symbols?

    Visit the View menu, and select Show Invisibles. The page breaks will be a blue line across the page with a document icon at the end of that line. The hard (paragraph) returns are the pilcrow ¶ character.
    Select the page or paragraph break symbol, and then press cmd+E. This is shorthand for use the selected character for the search. Next press cmd+F to open the Find panel, which will now be pre-populated with the character you want to find. In the gear icon, choose Whole Word. Then press the > key to advance to the next found character. There is no left panel display that shows the page number(s) that the found characters appear on.

  • Firefox opens but will not search for main page

    After upgrading to Fiefox 4.01, when I open firefox and I type in the search bar that appears in the middle of the page it won't search. It does nothing. I can go to the top-right bar which is currently using yahoo search engine, type and it will search.

    I have tried entering Mozilla Firefox in safe mode and attempted to load webpages but nothing happened as before. I refreshed firefox and that solved the problem and i was able to launch webpages... BUT. once i closed the browser and had to use it again the same problem came up and i was no longer able to open webpages again, thus requiring me to refresh yet again. of course this is no conducive to do each and every time as i will lose all saved information, bookmarks, etc.
    any further thoughts on what to attempt next would be greatly appreciated. I have used Firefox for more than 8 years and have never encountered this anomaly.

  • How to search for annotated pages in pdf? E.g in textbook pdf

    Would like to be able to track the annotated pages in my textbook pdf. Can that be done?

    Hi,
    Adobe Reader on iOS currently does not support this. We already have this feature request in our backlog item. We cannot give you a timeline, but we hope to have this feature in a future release.
    Thanks,
    -Shilpi

  • Custom search for pages

    Hi all,
    I have a couple of questions about custom search on pages:
    1) How do pages appear as links in a custom search region? We are able to search on non standard page type, but the problem is that we cannot retain a template with an non standard page type.
    2) How do we tag a page with a refrencable attribute (preferably categories and perspectives) so that we can search on in a custom search?
    Please advise.
    Thanks.

    (1) I am not entirely clear on what you are meaning. Is it the appearance of the actual page search results which is wrong or the actual search results. Can you please give more information.
    (2) You can create a page type and add the attributes you wish to use to search for the page. Then after creating a page of this new type go to its properties and click on the 'Optional' tab you can enter values for these additional attributes.

  • Is it possible to search for strings containing spaces and special characters?

    In our RoboHelp project, there are figures with text labels such as Figure 1, Figure 3-2, etc.
    When I search for "Figure 3" I get all pages containing "Figure" and "3", even if I surround it in quotes.  Similarly, searching for "3-2" treats the '-' character as a space and searches for all pages containing '3' or '2'.
    Is there a way to search for strings containing spaces and special characters?

    In that case I think the answer is no if you are using the standard search engine. However I believe that Zoom Search does allow this type of searching. Check out this link for further information.
    http://www.grainge.org/pages/authoring/zoomsearch/zoomsearch.htm
      The RoboColum(n)
      @robocolumn
      Colum McAndrew

  • E-RECRUITING OPEN SEARCH FOR CANDIDATE RECEIVING MULTIPLE ERROR LOGS IN SLG

    E-Recruiting Netweaver 7.0 separate system
    Non XI R3 system for HR
    CL_HRRCF_CANDIDATE_ADMIN_BL error in search results
    Hello,
    Within the "Search for Candidates" page, when doing an open search, we only receive one candidate. Also with transaction code SLG1 there are multiple error logs stating that a candidate could not be found.
    What does the error message mean and how do we resolve what is causing them? If resolved will we get a full open search within the "Search for Candidates" page?
    Specific error: No candidate could be found for NA 50003803.
    The error occurred in program CL_HRRCF_CANDIDATE============CM003 line 345.
    Error class: CX_HRRCF_MAINTAIN_OBJECT
    Appreciate any help,
    Cindy

    I have solved this issue.
    Pass the logon data to the service for the external candidate registration
    Do the indexing and configuire the SES objects and index as well.
    Configure the missing entries in the serach profile/templates

  • E-Recruiment 6.0 - External candidate search for Jobs

    Configuration situation: I have configured the search functionality and the OTR text.
    Requirement is to add State and City to the external candidate search for jobs page.
    Z search template element using "FROZEN_REQUI_JOB_INFORMATION"-region field has been created. This custom search element has been assigned to the template. Also a custom search group has been created and assigned to relevant application.
    Issue: In the BSP page for external candidate job search, only the cities are showing up without the state. Further more, if you select a country, the city is not getting restricted according to the selected country.
    The class used is CL_HRRCF_BRANCH.
    If I want to get the region and city onto the standard BSP page, will the class have to be modified? Any other ideas?
    Assistance appreciated.
    Regards, Sunil

    Hi Sunil,
                If i understood correctly, the requirement is to add state and city fields to external candidate job search. For that follow the procedure.
    1) In "Define Search Template Elements" node, copy the element "FRO_REQ_JOB_INFO_COUNTRY_LB"
        to "XXX" and make entries to "FIELD". For city add "CITY" to FIELD fields in "Attributes of infotype category" and "Data Collection". For Region add "region" to FIELD fields in "Attributes of infotype category" and "Data Collection".
    2) Add this element to search template 0021at "Assign Search Template Elements to Search Templates"node.
    3) Then assign the search template to search group 0005 at node "Assign Search Templates to Search Template Groups".
    Now u should be able to see the fields with drop down lists on BSP screen.

  • In Pages document, how do I search for word and view its frequency and page numbers in a sidebar?

    I have a long document and I want to be able to search for certain key words and phrases, and then see how many times they appear in the document and exactly where.  How do I conduct this sort of search and viewing?  In the past, in Pages and Word, I've been able to view my "finds" in a sidebar but I can't figure out how to activate that service anymore.
    Thanks!

    Here is a word frequency concordance Automator Service that works in both versions of Pages. It does not present a page number reference. It is by descending count, and alphabetically, within the repetitive counts as shown in the image here. In any document, you select the text to process, then Menu > Application Name > Services > Frequency. The Service will open TextEdit with the n-pages of scrollable results. It is 16 pt Helvetica Neue for legibility.
    Here is the code:
    on run {input, parameters}
         try
              set mySelection to input as text
              set formatted_result to concordance(mySelection)
              if formatted_result is not null then
                   set textHeading to "Word Frequency List"
                   tell application "TextEdit"
                   activate
                         set NewDoc to make new document with properties {name:"Concordance"}
                         make new paragraph at beginning of text of NewDoc with data textHeading & return
                         make new paragraph at end of text of NewDoc with data formatted_result
                         tell text of NewDoc
                               set font to "Helvetica Neue"
                               set size to 16
                               set color of paragraph 1 to {0, 0, 65535}
                         end tell
                        end tell
              else
                        display dialog with title ¬
                         "No input selected" with icon stop ¬
                          giving up after 15
              end if
         on error errmsg number errnum
                    display alert ¬
                               "AppleScript Error" message errmsg & "[" & errnum & "]" as critical ¬
                                  giving up after 30
         end try
         return input
    end run
    on concordance(mySelection)
    -- Use Ruby to count word frequency and alphabetically sort words
        set rb to ¬
        "selected = String.new\nfreqs = Hash.new(0)\nselected = ARGV.join('  ').gsub(/[,.]/, \"\")\n
         words = selected.split(/[^\\w-]+/)\nwords.each { |word| freqs[word] += 1 }\n
         freqs_sorted = freqs.sort do |a,b|\n\t
         a.last == b.last ? a.first <=> b.first : b.last <=> a.last\nend\n
         freqs_sorted.each { |k,v| printf \"[ %8s ]          %s\", v, k }"
        do shell script "/usr/bin/ruby -e " & rb's quoted form & space & mySelection's quoted form
    end concordance
    Launch /Applications/Automator and choose New Document, then click the Service icon, and then select the Choose button.
    On the left, you will have a list of Libraries from which to choose workflow items. Find Library > Utilities. In the adjacent column, locate the Run Applescript workflow. Click on it, then drag and drop it in the large workflow window to your right.
    At the top, you can select Service receives text in any application. Leave Output replaces selected text unchecked.
    In your Run AppleScript workflow window, you will see AppleScript boilerplate. Click on it and press command+A, then backspace to delete this content. Copy and paste the above code into this Run AppleScript workflow window. Press the Run button in Automator's upper right corner. If (and it should) a TextEdit window pops up, you are good, and you want to press File > Save. A dialog box will pop-up where you can name your Service. I called my Frequency, you may wish to call it something else. Once you have save it, you can exit Automator. Services are deposited in yourlogin directory/Library/Services.
    If you have a Pages document open with text, either select it, or command+a to select the entire document. Now, you select your Service via Pages > Services > Frequency. This will now pop-up a new TextEdit document with the results. If you want to save this new document, you must use option+File to Save as...

Maybe you are looking for

  • ESS & MSS Team Calendar Customization

    Hi Team, We are implemented ESS & MSS &  configured Team Calendar  but in that we are facing bellow issues Can we do customization Team calendar? If it is possible how? Reporting structure showing wrongly displaying.     please help me Regards, Ajay

  • Exporting to excel properties

    Post Author: skootsu CA Forum: Crystal Reports Is there any way to export information that is in the Report Summary (like Name of report, Manager, etc) to the properties of the excel spreadsheet that is created from exporting?  Example, I have lots o

  • Site not showing correctly in IE

    My website isn't showing correctly in IE. It's here: www.renewretreats.co.uk The bottom photo on the homepage overlaps the text. And on the Who Are We? page - the text is creeping up under the small photos. It's fine in iWeb editor - and also fine in

  • Seconday Display Now "Stretched"

    Hello, I run a new 15" Retina MacBook Pro, with two external LCD displays. One is via HDMI, and the other via Thunderbolt-to-VGA adaptor. They have been working great until today; for some reason the monitor connected to the Thunderbolt/VGA is stretc

  • Oracle 11g init.ora file

    1) I am a bit confused with init.ora file format in oracle 11g. In addition= to the usual entries that are prefixed with *.<parameter>, it also has ent= ries prefixed with <sid>.__<parameter>. I am not able to find an explanatio= n of these <sid>__ e