How increase number of elements of page item?

Hi, i need view more than 25 rows ina page item.
Is it possible?
And when select <more> in list of values, open a new window to select the value, is it possible increase the number of rows show?
Thanks.

Hi,
You can increase the rows in a page by increasing the RowsPerHTML parameter in your preferences held in pref.txt on the server.
Rod West

Similar Messages

  • How increase number of concurent schedule running task?

    Hi
    Does anyone know, how increase number of concurrent running schedule task?
    I was created ten instances of report (as user administrator). They were run every hour on the same time, but only 5 instances have status running on the same time. When one is finish, the next one is going to run.
    I don't know where can I increase value concurrent running task.
    I use BO XI R2 SP4 on AIX 5.3 TL7
    Best Regards,
    Krzysztof

    With Webi, Webi Job server does "administrative" tasks of scheduling webi reports, they are actualy run by Webi report server.
    So be carefull in increasing this value without increasing number of webi report servers !!
    There should be XIR2 sizing guide in articles section of this site - review it.

  • VideoPlayer.aspx page--how to add an element on page that allows to "Link to a Document" rather than "Add New Document"

    Hi All,
    We have SharePoint 2013 and are setting up a Video Library. The Video Player page is great, but rather than adding documents to this page, and have them go into a folder called "Additional Content" we would like to add an element to the page that
    would allow us to link to documents already on SharePoint so if something gets updated, then we don't have to worry about uploading documents in both places. However, because this is a Document Set, if I add a web part to the page (Content Query in this case)
    and then filter documents to the content query--it applies the content query and its filter to every single video's video player page.
    Anyone know of a way around this?

    Hi,
    According to your description, you might want to enable users add the links to documents in SharePoint Libraries in the “videoplayerpage.aspx”.
    The available OOTB features won’t be capable of your requirement, a possible workaround is that we can use JavaScript with JavaScript Client Object Model to achieve it programmatically.
    With JavaScript, we will be able to generate the controls needed in the “videoplayerpage.aspx” to provide users the abilities to get a link to a file in a SharePoint Library and
    display all the selected links in the current page;
    With JavaScript Client Object Model, we can save/read/update the related links of different video files in an extra list based on the ID of a video file. Also, it will enable us
    to query all the documents in all libraries in the current site.
    More information about JavaScript Client Object Model:
    How to: Create, Update, and Delete List Items Using JavaScript
    http://msdn.microsoft.com/en-us/library/office/hh185011(v=office.14).aspx
    Common Programming Tasks in the JavaScript Object Model
    http://msdn.microsoft.com/en-us/library/office/hh185015(v=office.14).aspx
    About how to
    modify the HTML source of a page using JavaScript:
    http://www.w3schools.com/js/js_htmldom_html.asp
    http://njarb.com/2011/06/update-html-content-using-javascript/
    It won't be an easy job to make all these things working together, therefore, a fact you might want to take into consideration is that more time and effort would be required to
    make it works.
    Feel free to reply if there any question about my suggestion.
    Thanks
    Patrick Liang
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support,
    contact [email protected]
    Patrick Liang
    TechNet Community Support

  • How to extract custom label from page item

    I´m trying to extract custom labels from a page item -a rectangle in this case-, inside a document observer:
         UIDRef pageItemRef=iCommand->GetItemList()->GetRef(0);
         InterfacePtr<IScript> script(pageItemRef,IID_ISCRIPT);
         IScriptLabel::ScriptLabelKeyValueList tags = script->GetTags();
    as sugested here -> http://forums.adobe.com/thread/747080?tstart=0  but I always get script=nil
    Regards

    I solved.
    Problem was that I was trying to get IScript interface once observer command was in kDone state -it was a delete command-.
    Thus, page items did not exist anymore when I was trying to get their custom labels.
    I changed it, making test during kNotDone state.
    Regards

  • How increase number of items in sidebar

    I seem to be geting a roll over in sidebar items. Is there a limit, and, if so, how can the number of items allowed be increased?

    I don't know if an actual figure for the maximum
    number of sidebar items has been published, let alone
    how to increase the limit if there is one.
    I do remember someone posting that they could no
    longer add items to the bottom of the list after a
    certain point, but they could continue to add items
    to the upper part of the list. It seems that these
    zones also affect the ability to rearrange items as
    well - attempting to rearrange in the lower part
    causes the item to be removed with no option to
    cancel the action, whereas items in the upper part
    could be dragged around at will. I suppose at that
    point the ".plist" file could be edited manually if
    things in the lower part needed to be rearranged.
    Edit: Here's the post. This isn't an issue I'm
    familiar with, but there may be others if you try
    searching the forums...
    http://discussions.apple.com/thread.jspa?threadID=5064
    29
    Thanks! I will ty adding items to the top section and see what affect it has. I suspect there is a way to set the number of items. Hoeever, it is not life threatening, just anoying.
    Howard

  • How to get the page number that which have page item?

    i used Ilayouttarget .By using the selection target to get page number that which page have item to be.

    i used Ilayouttarget .By using the selection target to get page number that which page have item to be.

  • Counting how many number of elements in a XML

    Hi all,<br />
            I am having a requirement in ABAP-IXML ie., i need to find how many times a same element name(ComponentUsage) gets repeat in an xml.<br />
    here is the xml,<br />
    <br />
    &lt;Component mmRelease="6.30" mmVersion="2.0" mmTimestamp="1180099591892" name="Comp_three" package="sap.com" masterLanguage="en"&gt;<br />
    <br />
    &lt;Component.ComponentUsages&gt;<br />
    &lt;<u><b>ComponentUsage</b></u> lifecycleControl="createOnDemand" name="comp1"&gt;<br />
    &lt;ComponentUsage.ComponentControllerUsages&gt;<br />
    &lt;ComponentControllerUsage name="Configuration"&gt;<br />
    &lt;/ComponentControllerUsage&gt;<br />
    &lt;/ComponentUsage.ComponentControllerUsages&gt;<br />
    &lt;ComponentUsage.UsedComponent&gt;<br />
    &lt;Core.Reference package="sap.com" name="Comp_twoInterface" type="ComponentInterfaceImplementation"/&gt;<br />
    &lt;/ComponentUsage.UsedComponent&gt;<br />
    &lt;/ComponentUsage&gt;<br />
    &lt;/Component.ComponentUsages&gt;<br />
    <br />
    &lt;Component.ComponentUsages&gt;<br />
    &lt;<u><b>ComponentUsage</b></u> lifecycleControl="createOnDemand" name="comp2"&gt;<br />
    &lt;ComponentUsage.ComponentControllerUsages&gt;<br />
    &lt;ComponentControllerUsage name="Configuration"&gt;<br />
    &lt;/ComponentControllerUsage&gt;<br />
    &lt;/ComponentUsage.ComponentControllerUsages&gt;<br />
    &lt;ComponentUsage.UsedComponent&gt;<br />
    &lt;Core.Reference package="sap.com" name="Comp_twoInterface" type="ComponentInterfaceImplementation"/&gt;<br />
    &lt;/ComponentUsage.UsedComponent&gt;<br />
    &lt;/ComponentUsage&gt;<br />
    &lt;/Component.ComponentUsages&gt;<br />
    &lt;/Component&gt;<br />
    <br />
    Here as the xml is short so i manually knows tat the element "ComponentUsage" are used 2 times, but suppose if i use a big xml and the component usage element is used "N" number of times then how can i count mannually....... so is there any method or code to find how many times does "ComponentUsage" element present in an XML.<br />
    <br />
    Thanks in advance,<br />
    Vishnu<br />

    First check this Blog
    /people/r.eijpe/blog/2005/11/21/xml-dom-processing-in-abap-part-ii--convert-an-xml-file-into-an-abap-table-using-sap-dom-approach
    you can check this thread
    Upload XML to internal table and vice versa in SAP 4.6C

  • IWeb Blog Theme, how increase number of entries shown

    iWeb , Blog Theme, number of entries is 5 only, the rest spill over into archive. How do I change this?

    Click on Inspector (bottom left in iWeb). In Inspector, click on RSS (fourth from left on top). Click on "Blog." Under "Blog Main Page," you'll see "Number of excerpts to show." Adjust the number and Voila!!
    Good luck and Happy New Year.

  • Number Formatting in Non-Database Items

    If an item represents a database column, the format mask under the "Settings" tab works. But if the item is not a database column, the format mask will not apply.
    How can I format numbers in page items that do not represent database columns?

    I'm not the javascript whiz, but here is an example I've used to load text in a tabular form row to a number and perform a calculation and load the result to another column. It doesn't include formatting in JS, but maybe it'll be of some help.
          var nXtbuy =  parseFloat($(this).closest('tr').find('.base_next_buy_hid').text());
          var cRslt = (nXtbuy + (nXtbuy * parseFloat($v('P85_PERCENT'))/100));
          cRslt =  Math.round(cRslt*Math.pow(10,parseFloat($v('P85_ROUND'))))/Math.pow(10,parseFloat($v('P85_ROUND')));
          $s('f02_'+vRow, cRslt)
    The parseFloat is the significant piece there to avoid NaNThen if you google "number formatting in javascipt", a number of good looking entries are found.
    Edited by: Bob37 on May 11, 2012 12:15 PM

  • Page Item

    Hi All
    I have a cross tab report and on the left axis , i have a field "county" and on the top axis i have two fields "month income" year income".I have to show only counties which have "month income".My question how can i create a new page item which has "No"
    "Yes"
    "All"
    In the drop down box, so that the end useer can choose .Please any kind of help is greatly appreciated.
    Thanks

    Hi,
    You could have a status kind of calculated column with a case statement. In your calculation for Status calc you could say something like below:
    case when month_income is null or month_income = 0 then 'No'
    else 'Yes'
    end
    Now, you can pull this calc Status as a page item and the user has the choice of picking a value from the drop-down and run the report.
    Hope this helps,
    -Esther

  • Page Item Labels

    How do I refer to a page item label? I want to hide it (along with its associated page item) by using html_HideElement.
    Thanks,
    Chris

    Chris,
    You know, it's never too early to start using jQuery. If you put an example what you're trying to do on apex.oracle.com, provide the workspace name, and valid credentials, I'll jump into the application and show you how to do this.
    Regards,
    Dan
    http://danielmcghan.us
    http://sourceforge.net/projects/tapigen

  • Page Items displayed in table borders

    Hello,
    This might be a 'newbie' question, but I need to design a form layout in a 'Grid', so I need to know how to enable borders around each page item (cell). I wish there was a way to create a layout in Dreamweaver and then have Html DB insert each page item into the cell I choose.
    Any help?
    Regards,
    Jeff

    Any ideas on this? I have tried the custom template and changed the border="1", but that does not look very good. I want it to look more like excel, where there are titles (column headings) and within each column, each cell has a border completely around it with page items in them. Is this possible?
    Thanks!
    Jeff

  • Creating pages,item WITH approval.

    Hi,
    I found out how to create a page and add an item to that page automatically. But now I need to find out how to use this with approval.
    1) I noticed that approval only exists on the item level and not the page level. Is this correct?
    2) How can I make that the page/item I create automatically, has to be approved? The approval will be done in a normal way, through the existing approval portlet. Normally one should enable approval control on the page, create a user and give this user the 'manage items with approval' rights, all items published by this user, will not be published before approval.
    Can someone provide an example, on how to mark an item for approval programmatically?
    The function add_item contains a parameter 'p_author - Author of the item.'. Can this be used, as I enable the author to 'manage items with approval'?
    Cheers
    B.
    Message was edited by:
    Ratjeuh

    Even If I bypass the public user problem and do the following:
    -- create new page
        l_new_page_id := wwsbr_api.add_folder(  p_caid             => l_caid,
                                                p_name             => l_uppertext,
                                                p_display_name     => l_text,
                                                p_type_id          => wwsbr_api.FOLDER_TYPE_CONTAINER,
                                                p_type_caid        => wwsbr_api.SHARED_OBJECTS
        -- Process cache invalidation messages.
        wwpro_api_invalidation.execute_cache_invalidation;
        portal.wwctx_api_private.set_context( p_user_name => 'NEEDAPP', p_password => 'dummy');
        -- create new item
        l_text_item := 'This is a new item on the new page';
        l_new_item_master_id := wwsbr_api.add_item( p_caid              =>  l_caid,
                                                    p_folder_id         => l_new_page_id,
                                                    p_display_name      => 'This is the display name',
                                                    p_type_id           => wwsbr_api.ITEM_TYPE_TEXT,
                                                    p_type_caid         => wwsbr_api.SHARED_OBJECTS,
                                                    p_region_id         => 0,
                                                    p_text              => l_text_item
        -- Process cache invalidation messages.
        wwpro_api_invalidation.execute_cache_invalidation;
        wwctx_api.clear_context;
        owa_util.redirect_url(curl => l_back_url || '&' || l_reference_path || '.p_text=' || l_text);So, I change the context in my code to make sure that the item is created by the user NEEDAPP. This works, the page is created first (by the user who invoked the portlet) and an item is placed on the page. I can even see the item showing up in my 'PENDING ITEMS LIST' for approval.
    BUT
    After the procedure I am NOT redirected to the page where I submitted the form bu instead I get an error:
    Fout: De listener heeft het volgende bericht geretourneerd: 503 Service Unavailable
    What is the problem?

  • How can I remove the page number from the first page of the document that is the cover page?

    How can I remove the page number from the first page of the document that is the cover page?

    If you open the Pages panel, (Window>Pages) you will see thumbnails of your master pages and your document pages. In new documents, there is usually a master called A-Master and one called None. If you drag the thumbnail of the None master onto the thumbnail of a document page, it will apply that master to that page. Presumably, you have made your page numbers on A-Master, so this will usually do the trick. If you have elements on A-Master that you need on the first page, but just not the page number, you can duplicate A-Master (which, by default will give you B-Master, but you can change the names if you like) and remove the page number on the duplicate and apply that to the document page.
    It might also be worth noting that you can apply master pages in the fly-out of the Pages panel. Go to the fly-out triangle and go down to Apply Master to Pages…, then select a master to apply and the range of pages (1-8 will give you all 8, 1, 3, 5, 7 will be the odds, 1-3, 4, 6-8 if you want continuous ranges and individual pages).

  • How do you populate a page item in apex with a value read from excel

    Dear All
    I am working on application where I am uploading a csv file in oracle apex. I then need to access a value in Cell B2 of the csv file and populate a page item called
    :P2100_AUTHORISATION_ID with this value. Many of the examples I have found upload the data using v_data-array into a table but I don't need to do that I just need to get the value from the csv file and then display additional information about the file allowing the user to either or continue or cancel the request to upload. I am running into a small problem that I can't explain and wondered if anyone had any ideas.
    Here is the code I am using to try and populate and item called :P2100_AUTHORISATION_ID but when I poulate the item the value is always 0. But if I replace the line :P2100_AUTHORISATION_ID:= v_data_array(2) with a raise_application_error(-20001,v_data_array(2)); The correct value is displayed in the eror. Any Help would be appreciate and I apologise in advance if this akes no sense at all:-)
    declare
    --variables needed to read excel data from flow files
    v_blob_data BLOB;
    v_blob_len NUMBER;
    v_position NUMBER;
    v_raw_chunk RAW(10000);
    v_char CHAR(1);
    c_chunk_len number := 1;
    v_line VARCHAR2 (32767) := NULL;
    v_data_array wwv_flow_global.vc_arr2;
    v_rows number;
    v_sr_no number := 1;
    begin
    --------------------------------------get file info from www_flow_files
    select blob_content into v_blob_data from wwv_flow_files
    where last_updated = (select max(last_updated) from wwv_flow_files where UPDATED_BY = :APP_USER) and id = (select max(id) from wwv_flow_files where updated_by = :APP_USER);
    v_blob_len := dbms_lob.getlength(v_blob_data);
    v_position := 1;
    --Read and convert binary to char
    WHILE ( v_position <= v_blob_len ) LOOP
    v_raw_chunk := dbms_lob.substr(v_blob_data,c_chunk_len,v_position);
    v_char := chr(p_bl_wd_data_entry.hex_to_decimal(rawtohex(v_raw_chunk)));
    v_line := v_line || v_char;
    v_position := v_position + c_chunk_len;
    -- When a whole line is retrieved
    IF v_char = CHR(10) THEN
    -- Convert comma to : to use wwv_flow_utilities </span>
    v_line := REPLACE (v_line, ',', ':');
    -- Convert each column separated by : into array of data </span>
    v_data_array := wwv_flow_utilities.string_to_table (v_line);
    --get filename from wwv_flow_files
    select filename into :P2100_FILE_NAME from wwv_flow_files where last_updated = (select max(last_updated) from wwv_flow_files where UPDATED_BY = :APP_USER) and id = (select max(id) from wwv_flow_files where updated_by = :APP_USER);
    :P2100_AUTHORISATION_ID:= v_data_array(2);
    -- Clear out
    -- v_line := NULL;
    --v_sr_no := v_sr_no + 1;
    END IF;
    END LOOP;
    end;
    Best Regards
    Lynn

    Hi Joel
    Continuing on from my last question, there was something else I want to ask if you dont mind.
    Now that I have the v_data_array(2) value in a page item I would like to use as an input value to a procedure to return some information I need displayed on the page. To do this I need to convert it to a number but when I try to so this I get the following error
    ORA-06502: PL/SQL: numeric or value error: character to number conversion error
    When I use the wwv_flow.debug that you told me about it is outputting a value '4851 ' so it look like there may be some sort of asii character causing a problem. I have tried using trim(v_data_array(2)) and ascii(v_data_array(2)) but nothing seems to work.
    Would you know how to convert a v_data_array value to a number? At the moment I am attemting to do it withiin the same code I attached in my earlier post but I have replaced the assignment of :P2100_AUTHORISATION_ID with the code below where P_BL_WD_DATA_ENTRY.getauthid is the procedure returning the values I need.
    :P2100_AUTHORISATION_ID:= P_BL_WD_DATA_ENTRY.getauthid(to_number(v_data_array(2)));
    Thanks
    Lynn

Maybe you are looking for

  • Issue with PO Release strategy

    Hi experts, I have problem with Po release strategy in 5 to 10 purchase orders, i have created few purchase orders(2000 Po's) with same document type and company code ..etc and saved, then release strategy has been triggered. For few purhcase orders

  • Shutdown of XI 3.0 Plain J2SE Adapter Engine.

    How do I shutdown the XI 3.0 Plain J2SE Adapter Engine? Where should I go to do this? Regards, N.S

  • Build failed when use EJB Model

    Hi experts. I have one eb dynpro DC that contains a model type enterprise java beans. When i apply template "Service Controller" in component controller and after deploy i get the follow error in Build log: [javac] Compiling 26 source files to D:SAPW

  • Remote tv screen

    I  have an I mac that appears to be old [2006] and i am trying to get a remote tv screen to operate. I have connected a MAC to VGA adaptor and then to a VGA-HDMI converter also the sound lead then an HDMI lead to remote tv. Is there something I am no

  • Problem using scp to copy files between Macs

    I've been trying to copy a folder hierarchy containing a slew of icon files between two of my Macs. Using scp has proven to be futile. The command line I'm using is scp -r -p -C -E [email protected]:/Icons /Icons After a number of files are copied I