Display size is counted for results Records.

Hi experts,


In my application, I want to see the size counts of results Records. Results of support includes 50 discs, discs of 50, with color red = 15 files. So I want to display the results of red color-

Color:
Red (15)
Silver (5)

Like wise for other dimensions as well. According to documentations short, I guess "Drs" parameter is there to achieve. If this is true, you guys can explain how the required functionality can be obtained with the endea_jspref application. Or using api presentation, what kind of code should be written.

Any input/ideas will be highly appreciated.

Kind regards
Hoque

Hi Hoque,

If you are using java and code below will help you
You need to get the list of refinement for a dimension of

REF. DimValList = dimension.getRefinements ();

then

for (int k = 0; k)< refs.size();="">
{

DimVal ref = refs.getDimValue (k);
PropertyMap pmap = ref.getProperties ();
String dimesionstats = "";
If (pmap.get ("DGraph.Bins")! = null)
{
dimesionstats = "(" + pmap.get("DGraph.Bins") + "" ");
}
}

Note: Please allow to calculate the statistical sophistication to the dimension of the developer studio.

Thank you
Sunil

Tags: Oracle Applications

Similar Questions

  • For what display size is optimized Labview 2012?

    Hello

    I have a top of Tower with a high resolution (1920 x 1080). After that I installed Labview2012, on some of the dialogs, e.g. Tools-> Options (see image) not all text is shown completely.

    Also, when I opened VI designed for a lower resolution display I overlap on the labels and controls.

    Can someone tell me if this is due only to the display resolution, or also the Labview? And what display size optimized Labview2012?

    Concerning

    Hi, I found the problem. Text size DPI in my Windows display settings has been set to 120 DPI. After, I changed to 96 DPI, text and labels returned to their normal position.

  • [ADF, JDev 12.1.3] How to display multiple records on the same page... not in a table but they appear a form for each record

    Hallo,

    I need to create a page that displays the records of a VO, but I would not use a table.

    Instead, I would like to display a form for each record to be displayed.

    Forms must appear one above the other and each form should have 2 buttons: one to remove the file/form itself and one to add a new file/form.

    When you press the button Add a new empty form should be dynamically added to the page (so that the user can fill) and created related record.

    When REMOVE button is pressed the form (which contains the operated button) should be disappear and the record shuould be deleted.

    Creations and destruction must be applied only if the user clicks a button on CONFIRMATION / COMMIT.

    Maybe this http://digilander.libero.it/flattit82/OTN_FILES/MultiFormPage.png picture can help to understand what I want to do.

    You kindly help me?

    Thank you

    Federico

    Hi Federico

    I was saying that your page layout can be achieved using af: table

    See this image:

    This provision is af:table (I think same as yours), just add a column in the table and put all the fields in this column then correct layout allows to design as a provision on the form or group layouts

    I'm not saying it's the best approach, but you can try this

    Thank you

  • Click on search for result code doesn't display the line containing the search results

    I use the latest version of DreamweaverCC2014 on the latest version of Mac Mavericks. I use Dreamweavers find and replace to find code in an open html document. In the search results Panel results aren't clicking on me at the relevent code line in the document. It used to work well in the previous version of DW, I was using.

    In the DW help note it is said: ' display the results of a particular search in context: select window > results to display the search panel. " Double-click on a line in the search panel. If you are looking for the current file, the Document window displays the line containing that search result. ' http://helpx.adobe.com/Dreamweaver/using/Text.html#search_for_and_replace_text

    Double-click does not display the line containing the result of the search for me. It seems to work OK in my CSS files, but not in HTML longer (1010 lines).

    Any advice? Someone at - it the same problem? Thank you

    I have the same problem with all the HTML files that have external style sheets. for example .

    So it seems to be a bug around that. When you delete the above, double click functionality works.

  • generate unique sequential IDS for a record to be displayed in HTML

    Hello

    How do you have

    generate unique sequential IDS for a record to be displayed in HTML

    Yes, let me correct my statement. It is not true that an error will be generated if you did not have a trigger in place. You can simply include it directly in the insert statement. Under the following assumptions that a sequence had all ready been created for this table.

    Method 1:

    First, you must create the sequence:

    create sequences emp_no_seq.

    By default, it increments of 1, starting at 0.

    Use its values when data is inserted in the table:

    insert into the emp

    (emp_id, name)

    values

    (emp_no_seq.nexval, "Bill Smith");

    Then, copy the following code works fine and your examples are correct.

    You may need to configure the triggers. Check with your Oracle DBA.

    Method 2:

    create sequence product_seq with increment of 1 1
    /
    create or replace trigger product_insert before insert to start each line
    Select productseq.nextval
    in: new.product_id
    Double;
    end;
    /

    Insert into the product

    (product_id, product_type)

    values

    (productseq.nextval, "Monitor");

    Using the trigger on the DML (data manipulation language) when the product
    table is an insert command of the trigger fires. The trigger can give you more
    rules and specificity around this action and may have so so otherwise the conditions if necessary.

    RazorTrak
    SR Web Applications architect.,.
    Certified Macromedia ColdFusion MX Developer Advanced

  • generation of XML for each record

    I have a table db with a few thousand records in it. I need to generate an xml file for each record so that it can power a search machine.

    Can someone help me with this? I could not get it. Here is the example of table.

    create table test_xml)

    number of U_ID

    title varchar2 (500),

    VARCHAR2 (500) keywords.

    Description varchar2 (500),

    VARCHAR2 (500) of the user.

    e-mail varchar2 (500),

    initiator_function varchar2 (500),

    function_impacted varchar2 (500),

    old_request_num varchar2 (500),

    project_region varchar2 (500)

    );

    insert into test_xml values (1, "Heading1 test", "blah bla1", "test 123 ', 1234567',' [email protected]', 'test init funct', 'funct hit test', '55556677', 'abc' ');

    insert into test_xml values (2, 'Title2 test', 'blah bla2', ' test 1232', 1234522',' [email protected]', 'test init funct2 ',' test power supply impacted2', ' 55556679', 'abcccs' ");

    the end result is an XML for each record in this format.

    <? XML version = "1.0" encoding = "utf-8"? >

    <! DOCTYPE gsafeed PUBLIC "-//Google//DTD GSA RSS / / IN" "" > "".

    < gsafeed >

    < header >

    < datasource > ID 1 < / datasource >

    < feedtype > full < / feedtype >

    < / header >

    <>Group

    " < analysis record immediately = 'true' url = ' http://test.com/SearchResult.php?id=1 "action = 'Add' mimetype =" text/html"lock ="true"> "

    < content > <! [CDATA]

    < html >

    < head >

    Heading1 test < title > < /title >

    < meta name = "Keywords" content = "bla bla1" / >

    < name meta = "description" content = "testing 123" / >

    < name meta = "user" content = "1234567" / >

    " < name meta = 'EMAIL' content = ' [email protected] " />

    < name meta = "Source" content = "1" / >

    < / head >

    < body >

    < p > user: 1234567

    < p > EMAIL: bob . [email protected] 

    < p > INITIATOR_FUNCTION: test init funct

    < p > FUNCTION_IMPACTED: test hit funct

    < p > OLD_REQUEST_NUM: 555566777

    < p > PROJECT_REGION: abc

    < /p > < / body >

    < / html >

    []] > < / content / >

    < / recording >

    < / Group >

    < / gsafeed >

    Thanks for any help.

    I'd use SQL/XML functions, more rapid way to generate XML from relational data data.

    Something like the following should you get.

    It displays a document (such as a CLOB) per line in the base table:

    with html_content as (
      select xmlcdata(
               xmlserialize(document
                 xmlelement("html"
                 , xmlelement("head"
                   , xmlelement("title", t.title)
                   , xmlelement("meta", xmlattributes('Keywords' as "name", t.keywords as "content"))
                   , xmlelement("meta", xmlattributes('description' as "name", t.description as "content"))
                   , xmlelement("meta", xmlattributes('user' as "name", t.user_ as "content"))
                   , xmlelement("meta", xmlattributes('EMAIL' as "name", t.email as "content"))
                   , xmlelement("meta", xmlattributes('Source' as "name", t.u_id as "content")) -- ??
                   )
                 , xmlelement("body"
                   , xmlelement("p", 'EMAIL: '||t.email)
                   , xmlelement("p", 'INITIATOR_FUNCTION: '||t.initiator_function)
                   , xmlelement("p", 'FUNCTION_IMPACTED: '||t.function_impacted)
                   , xmlelement("p", 'OLD_REQUEST_NUM: '||t.old_request_num)
                   , xmlelement("p", 'PROJECT_REGION: '||t.project_region)
                   )
                 )
                 indent
               )
             ) as content
      from test_xml t
    )
    select '' ||
           '' ||
           xmlserialize(document
             xmlelement("gsafeed"
             , xmlelement("header"
               , xmlelement("datasource", 'ID 1')
               , xmlelement("feedtype", 'full')
               )
             , xmlelement("group"
               , xmlelement("record"
                 , xmlattributes(
                     'true' as "crawl-immediately"
                   , 'http://test.com/searchresult.php?ID=1' as "url"
                   , 'add' as "action"
                   , 'text/html' as "mimetype"
                   , 'true' as "lock"
                   )
                 , xmlelement("content", html.content)
                 )
               )
             )
             indent
           )
    from html_content html ;
    

    NB: indent option is to print only, you can remove it if you don't need.

  • Do another counter for usb-6008 VI using Labview 8.5

    I want to create another counter for usb-6008 using Labview 8.5, it is necessary to calculate the two gears simultaneously.

    The best way to proceed is to use the meter.  The counter counts
    signals without having to interrupt the system or use the USB bus.
    When you ask the number of ticks that saw the meter, one
    request is thrown from the CPU to the USB line to the 6008, which then
    request counter "ticks how have you seen?  This number is
    returned on the USB bus, goes to the CPU and display on your
    screen.  Given that the DIO lines on the 6008 are software timed, it is
    no way to guarantee that the data back to the central unit is
    deterministic.  The conceptual difference between software-controlled
    DIO (that nondeterministically returns an entire stream) and a
    meter software-tick-application-controlled (which returns a unique number
    with the number of ticks) prevents us from using the DIO lines on the
    6008. the best way to count more edges is buying more 6008 s.
    Another possibility would be to buy a PCI card to counter such as
    the PCI-6602, who owns 8 counters. Most of the counters we offer in the
    USB form factor is 2 per device.

  • Double-click the mouse events to change the display size

    Hello to everyone.

    Thank you very much for reading this post and be able to help.

    I have an image on the screen in front of the Panel.

    I would like that when users double click on it, the display size increases at a specific site for user ca better view.

    How can I do this event?

    Thank you very much.

    Here you can get information about how to create a mouse double click event:
    http://digital.NI.com/public.nsf/allkb/391D522B0FDD4B3F862571E300739F44

  • Screen size icon / lost for internet exp at the top.

    programs and windowshave missed one of large size. Broad for effective use. Lost icon for internet exp at the top.

    programs and windowshave missed one of large size. Broad for effective use. Lost icon for internet exp at the top.

    Assuming you are using Vista:

    RE: screen size
    3 tips...

    1. right click on a free space of the office > view > select Classic icons.

    2. set DPI:
    Right-click on a free space of the desktop > customize > column to the left, adjust the size of police (in PPP) > uac prompt > click default scale (96 DPI).

    3 resolution:
    Right-click on a free space of the desktop > personalize > Display Setings > move the cursor to the right. Consult your user manual, see if it tells you what = olution resi is for your computer. My laptop is using 1280 x 800 pixels.

    RE: lost IE icon

    This tutorial shows you how to restore THE REAL (not the shortcut) icon on your desktop:
    http://www.howtogeek.com/HOWTO/Windows-Vista/add-Internet-Explorer-icon-to-Windows-Vista-desktop/

    For the benefits of others looking for answers, please mark as answer suggestion if it solves your problem.

  • Office display size

    My screen on my screen size is huge.  I can't understand how to change it.  I went to the customization and the DpI is the default 100%. How can I get the job "display size s back to normal?

    Restore point:

    http://www.howtogeek.com/HOWTO/Windows-Vista/using-Windows-Vista-system-restore/

    Do Safe Mode system restore, if it is impossible to do in Normal Mode.

    Try typing F8 at startup and in the list of Boot selections, select Mode safe using ARROW top to go there > and then press ENTER.

    Try a restore of the system once, to choose a Restore Point prior to your problem...

    Click Start > programs > Accessories > system tools > system restore > choose another time > next > etc.

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    If the above does not fix it:

    Go to the website of the manufacturer of your computer/laptop > drivers and downloads Section > key in your model number > look for the latest Vista drivers > download/install them.

    Then:

    http://Windows.Microsoft.com/en-AU/Windows-Vista/change-screen-resolution

    Change the screen resolution

    Screen resolution refers to the clarity of the text and images on your screen. At higher resolutions, items appear sharper. They appear also smaller, so more items adapted to the screen. At lower resolutions, fewer items adapted to the screen, but they are larger and easier to see. At very low resolutions, however, images may have serrated edges.

    See you soon.

    Mick Murphy - Microsoft partner

  • Windows 7 - display size too big

    Just replaced XP with Windows 7 on my Dell PC and now the graphica are much too large for the screen. I tried to change the resolution, but it makes it just worse. Did I miss something?

    What resolution your monitor supports? If its a LCD/LED, they generally cite a "native resolution", try setting the PC to that.

    What resolutions have tried? - http://windows.microsoft.com/en-US/windows7/Change-your-screen-resolution

    Go to the website of support for your PC and download that latest support W7 graphics card drivers for your version of windows (32/64 bit) they provide and install them. Reboot and see if they help.

    If this is not the case, check the DPI setting - http://www.sevenforums.com/tutorials/443-dpi-display-size-settings-change.html to ensure that his game initially to 100%, if this helps then make "tweaks" as required.

  • Camera LR Android disappears when the display size is set to small

    Hi all

    Apparently, there is a bug in Android Mobile with Lightroom. 7 Android there is a parameter called size display, under the display settings panel, which effectively defines the display scaling. If the value is 'Small' on my Nexus 6 p disappears the camera feature of Lightroom Mobile.  It comes back as soon as I put the default display size.

    See you soon

    Tom

    Hi Tom,

    Android is still not official for all devices, and we have not tested extensively on our applications.

    Personally, I don't have a handy device with me so will be updating once I've tested the same Nougat.

    Kind regards

    Assani

  • PDF adjust the display size

    Hello!. When you save a PDF file in Illustrator, what should I do people who opens the file can see the document ALWAYS like display size "adjust the height?

    I hope you can help me!

    NAT

    There is nothing you can do. It's completely out of your control. While you can set a default for your PDF view, the user can override these settings on its own end.

    Mylenium

  • Web.show_document for all records (%).

    Hi all

    I m using form 11 GR 2 and call report form with a Web.show_document integrated as follows:

    v_show_document: = v_show_document
    || v_connect
    || '+ server ='
    || v_report_server
    || '+ report =' |:parameter.repname
    || '+ destype = CACHE'
    || '+ desformat =' | v_format
    || "' + paramform = no"
    || '+ select1 =' | : mainblock. SELECT1
    || '+ fromdate =' | TO_CHAR(:FROMDATE,'DD-MM-RRRR')
    || '+ todate =' | TO_CHAR(:TODATE,'DD-MM-RRRR');

    Web.show_document (v_show_document);

    It runs the report properly.

    But a problem arises when I change one of the parameters defined in above integrated i.e. select1 = % , for all of the records, i.e.
    When I do select1 parameter equivalent to * % (which is intended for all records) *. That's when I put a parameter for all folders = %, it displays following error:

    REP-52006: the specified URL % cannot be decoded.

    that is when I put the parameter equal to single value, report works well, but when I put the parameter equal to * % (all records) *, it show above error.

    I searched the net, someone said that * % * cannot be used for all records, then must be used for this and how?

    PL guide me.

    Thank you and best regards.

    Published by: ocpdev on January 2, 2013 22:52

    You must add your parameters using SET_REPORT_OBJECT_PROPERTY, only not by adding it to the url, add something like

    set_report_object_property(repid, REPORT_OTHER, 'FROMDATE="' ||TO_CHAR(:MAINBLOCK.FROMDATE,'DD-MM-RRRR')
                             || '" TODATE="'TO_CHAR(:MAINBLOCK.TODATE,'DD-MM-RRRR')
                             || '" select1="'||:mainblock.SELECT1|| '"');
    
  • I changed the font size on CRD for a larger size...

    I changed the font size on CRD for a larger size... but now I want to change it back... I can't get to the bottom of the Preferences dialog box.  (Everything seems to be enlarged).  I guess the SAVE the PREFERENCES button at the bottom of the dialog box containing the font size options... but I do not see it... and I can't reduce the window when even to display... I can not also reduce my screen resolution... to give me more screen space to see... Any ideas?

    See you soon.

    I remember well, this button has the focus. Try to hit the 'enter' key

    HAL

Maybe you are looking for