Value not autoscaled in report

Hello

I have problems with the values that aren't autoscaled in a report. I'm referring to a Common value: number of function groovy in a report. The column is defined to use vmware AutoScale Renderer with vFoglight, but it is not suitable to the device not showing the correct device.

Tried to change the groovy function to return a metric, metric or even a LogicalDisk object, but nothing does not to get the scaling value. Someone at - it an idea of what type of data I need to give the Auto scale converter is converted to the correct size/value?

Best regards

hEINER

As a general rule, autoscales work outside the integers or doubles.  What exactly do you do or have generated?

Tags: Dell Tech

Similar Questions

  • Prompt values not reflected in reports.

    Hello

    I created two reports both with two columns. The first column is the main dimension (an id that represents a specific entity) and is invited, the second column is the first colum with a filter in the standings. In this filter to the ranking, I also specify a ranking. So, if I specify grade 1 column 2 filter looks like this: WHERE (RANK ("-"USER.USER-ID ') = 1). In the second report, I specify the row 2.

    Then I create 2 new reports that have also the same ID column and other columns. These two reports are my 'real' reports In the id column I Specifies a filter as being a filter based on the results of another application. As you can guess, I choose the corresponding reports already mentioned as reference reports. I then place these 'real' reports on a page of dashboard with a command prompt. The prompt is set to the ID, the reports as a column and is of type "multiple selection".

    This was built to be able to show separate reports for the ID that I specify at the command prompt. Say I select id 100 and id 200 in the prompt, the dashboard shows two separate reports, one for id 100 and the other for the id 200.

    Now the problem:

    For some identifiers, however, the report is not generated. Although I'm sure that the identifier exists, the dashboard is back with the message:

    No results

    All data is not cause to the specified criteria. This is often caused by the application of filters that are too restrictive or contain incorrect values. Please check your filters to ask and try again. The currently applied filters are listed below.
    Rank (ID) is equal to 2.

    Does anyone know what could cause this?

    Thanks in advance.

    Hello

    This is called a bug of OBIEE, try using RCOMPTE instead of RANK.

    Concerning

    John
    http://obiee101.blogspot.com/

  • Popup LOV selected the value not in session state

    I have a pop LOV element on a page in my application.  Once the item has been selected in the list presented, I would like to use as part of a select statement.  Select statement failed.  It turns out that the value I want the popup THAT LOV is not being saved in session state, so of course the select statement fails.  I determine this by clicking on the session menu item in the developer bar - the item itself presents itself, but the value is empty.

    What would cause a popup LOV value choice not finish by in session state, and how do I make sure he gets there?

    Thank you!

    If you need the value in a SQL report, you can just set "Elements of Page to submit" in your report to your LOV element definition. Otherwise, create a dynamic fire action when your LOV is changed with a set of pl/sql null process action; then set Page elements to send to your LOV element.

    Alternatively you could do it manually with your own function/Manager javascript using the '$s' Apex API by creating a dynamic action that JavaScript is triggered then the loading of the page:

    $("#PXX_YOUR_LOV").on('change',function(){
      var getValue=$(this).val();
      $s('PXX_YOUR_LOV', getValue);
      });
    

    Changing the value in LOV only updates the HTML code, the element must be submitted to the server so that the value that will be put in session state. The gurus can explain more, but the above methods are what I use depending on the situation.

    see you soon,

    John

  • Display a value or another on reports 6i

    Hello world
    I made a report using reports 6i and I have a field where I would like to display a value of any of my 2 formulas I created, but if one of my formulas brings an empty value, then I want this field to display the value of my alternative, but if the two have a value not empty so I want to show that I want.
    For example:
    I have a field named credit in my layout and I have 2 formula named columns: Formula1 and Formula2. If Formula1 is empty so I want show Formula2, but if the two are not empty, so I want to just display formula1.
    This is the code I use in formula 1:
    function CREDITOSFormula return Number is
    RETURN NUMBER(10,2);
    begin
      DECLARE
           t_credQ1 NUMBER(10,2);
           CURSOR c_credQ1 IS
           SELECT SUM(CREDIT_VALUE)
           FROM TABLE1 A, TABLE2 B
           WHERE A.SCHOOL_ID =:SCHOOL  AND
           A.CREDIT_STATUS = :STATUS AND
            B.STUDENT_ID = :STUDENT AND
            B.PERIOD = :SCHOOL_YEAR AND
            B.GRADE_Q1 IS NOT NULL AND
           A.CLASS_ID = B.CLASS_ID AND
           A.SCHOOL_ID = B.SCHOOL_ID;
      BEGIN
           OPEN c_credQ1;
           FETCH c_credQ1 INTO t_credQ1;
           IF c_credQ1%FOUND THEN
                CLOSE c_credQ1;
                :PLACE_CREDQ1 := t_credQ1;
           ELSE
                CLOSE c_credQ1;
           END IF;
           RETURN t_credQ1;
      END;
    end;
    This is the code that I use for Formula2:
    function CF_1Formula return Number is
    RETURN NUMBER(10,2);
    begin
      DECLARE
           t_credQ2 NUMBER(10,2);
           CURSOR c_credQ2 IS
           SELECT SUM(CREDIT_VALUE)
           FROM TABLE1 A, TABLE2 B
           WHERE A.SCHOOL_ID =:SCHOOL  AND
           A.CREDIT_STATUS = :STATUS AND
            B.STUDENT_ID = :STUDENT AND
            B.PERIOD = :SCHOOL_YEAR AND
            B.GRADE_Q2 IS NOT NULL AND
           A.CLASS_ID = B.CLASS_ID AND
           A.SCHOOL_ID = B.SCHOOL_ID;
      BEGIN
           OPEN c_credQ2;
           FETCH c_credQ2 INTO t_credQ2;
           IF c_credQ2%FOUND THEN
                CLOSE c_credQ2;
                :PLACE_CREDQ2 := t_credQ2;
           ELSE
                CLOSE c_credQ2;
           END IF;
           RETURN t_credQ2;
      END;
    end;

    user626836 wrote:
    Hi Pradhyumn and thanks for your reply,
    Is it possible to use only a single domain where I can show just two values? For example:
    If the value of: CREDITOS is null, and then view the value of: CF_1 or if the value of: CF_1 is set to null, and then view the value of: CREDITOS
    Is this possible to do?

    You can anyway.
    1. create two ranked in the same position where is the first source of field: CREDITOS and the second is: CF_1
    2. Select filed and press F11 to go the code editor for the classified: CREDITOS

    To write

    if :CREDITOS > 0 then
     return (true);
    else
    return (false);
    end if;
    

    Ditto for: CF_1.

    I hope this works...

    Hamid

  • Image_Item does not work in reports 10 g

    We cannot use ImageItems in our report.
    We had a table with a few images of a column with Datatype Longraw. Because we cannot use it with forms/States 10 g, we cahnged the column of the Table to the Blob and migrate data with Import/Export. In the forms, we have no problem, we can view old photos migrated, we can import new images with Webutils Client_Image.Read_Image_Item and we can display these new images as well.

    But now we have a problem with the reports. Our report has an element (new tbl_nameSET) in the application and that the point is displayed in the report. If the report is run for a record with an upsized Image, it works fine, but with a new Record and a new Image_Item imported, the report omits (on the server) with the following information in EM:
    MIT Fehler finished: REP-69: Internet Fehler REP-62203: Internet Fehler beim read the document - unable to make RenderedOp for this operation.

    It is a very small value but with 2 images (both are small).

    Any ideas out there?

    Kind regards
    Mark

    Found the solution by myself.
    The problem is not in the reports, it is within forms. The Image_Item must be the type of file "BMP" instead of "JFIF".
    That solved the problem.

  • SQL error: ORA-01840: value not long enough for the format of the date of entry

    It is a delete SQL in a driver of demand, which gives no error, but does remove all the lines either. I have converted the removal 'from' to ' Select * ' and may see the following error:

    Select * FROM PS_GPDE_DV_TRIG40 WHERE EXISTS (SELECT FROM 'X'
    PS_GPDE_DV_ELIG_MO ELG WHERE ELG. EMPLID = PS_GPDE_DV_TRIG40. EMPLID AND
    ELG. EMPL_RCD = PS_GPDE_DV_TRIG40. EMPL_RCD AND TO_DATE (TO_CHAR (ELG. PRD_END_DT
    "YYYY"). TO_CHAR (ELG. PRD_END_DT, "MM"). '01', "YYYY-MM-DD") =.
    PS_GPDE_DV_TRIG40. GPDE_DV_EVT_EFFDT AND ELG. CAL_RUN_ID = "CAL_0812")
    Error report:
    SQL error: ORA-01840: value not long enough for the format of the date of entry


    The interesting thing is that if I attach a condition of emplid, then the SQL above does not give an error and return lines:

    Select * FROM PS_GPDE_DV_TRIG40 WHERE EXISTS (SELECT FROM 'X'
    PS_GPDE_DV_ELIG_MO ELG WHERE ELG. EMPLID = PS_GPDE_DV_TRIG40. EMPLID AND
    ELG. EMPL_RCD = PS_GPDE_DV_TRIG40. EMPL_RCD AND TO_DATE (TO_CHAR (ELG. PRD_END_DT
    "YYYY"). TO_CHAR (ELG. PRD_END_DT, "MM"). '01', "YYYY-MM-DD") =.
    PS_GPDE_DV_TRIG40. GPDE_DV_EVT_EFFDT AND ELG. CAL_RUN_ID = "FM_CG_0812")
    and emplid = "1234"

    now, if the number of lines is identified (by giving more number of emplids), it begins to give the error when the number of rows returned is greater than about 30. It is completely independent of what employee is used, so there is no question of data dependence.

    Function optimizer cost is off and a subquery nest is off on the init.ora file

    subquery UNNEST= false

    optimizercost_based_transformation = off


    I don't know if it has something to do with this problem.

    Explanations would be welcome!

    Thank you
    Vikas

    I think it is question of data combined with a not very sensible date format mask (it could fail when the null data, because of your concatenation with '01' and work when not null data).
    Have you tried with a simple TRUNC?

    Your code:

    ...TO_DATE(TO_CHAR(ELG.PRD_END_DT, 'YYYY') || TO_CHAR(ELG.PRD_END_DT , 'MM') || '01' , 'YYYY-MM-DD') =PS_GPDE_DV_TRIG40.GPDE_DV_EVT_EFFDT...
    

    After change:

    ...TRUNC(ELG.PRD_END_DT , 'MM') =PS_GPDE_DV_TRIG40.GPDE_DV_EVT_EFFDT...
    

    Nicolas.

  • How to use an element not DB in reports

    Hi all
    I want to use a DB element not in a report to retrieve a value from the database using a part of the DB in the data model
    What should I do?
    Create a column placeholder or a formula column?


    I tried to do by creating this function:

    FUNCTION CHAR INF_RET(PINF_NO IN NUMBER) IS BACK
    INF_TEXT VARCHAR2 (100);
    BEGIN
    SELECT table_namr.information - information is a column of this table
    in inf_text
    from table_name
    where table_name.information = PINF_NO;
    RETURN INF_TEXT;
    END;

    create a placeholder column and then retrieves the value using the previuos as follows:

    function INFFormula returns the Char type is
    INF varchar2 (100);
    Start
    SELECT INF_RET(:information_sid) - an element DB
    IN: inf_P - it's the placeholder column
    DOUBLE;
    end;

    But it gives me the following error:
    "Function INF_RET cannot be used in SQL.

    Hello

    You cannot use a local function in SQL.

    Possible solutions:

    Join your Select used directly in your local function in the query (this is the best, because he needs without code and will be the best for performance).

    Create a column formula in the same group where your field: information_sid is located, in what form-function, make your selection and return the result as a result of the formula-function. Then you can use this formula column in page layout as part of the 'normal' query

  • GANYMEDE - orders do not show the report to the Administration

    I configured both switches for GANYMEDE + with the following commands:

    AAA authentication login default group Ganymede + local

    authorization AAA console

    AAA authorization config-commands

    AAA authorization exec default group Ganymede + local

    AAA authorization commands 0 default group Ganymede + local

    AAA authorization commands 1 default group Ganymede + local

    AAA authorization commands 15 default group Ganymede + local

    orders accounting AAA 15 by default start-stop Ganymede group.

    I've signed on as the same user and type the same commands, "sh run", on switch1 and switch2.

    When I look at the report of the directors of GANYMEDE, the commands that I tap on switch1 are on the report.  However, the same commands as I type the switch2 are not on the report.

    Any thoughts on what I missed?

    Hello

    Could you please give me the version of the switch? In addition, add the following command: and then to test, see if that helped.

    o default start-stop Ganymede group AAA accounting controls +.

    orders accounting AAA 1 by default start-stop Ganymede group.

    Concerning

    Mohammed (assign useful jobs)

  • FRM-41219: can not find the report: not valid

    Hi am having the error when calling the report of my form in 11 GR 2 when I click the button I get this error

    FRM-41219: can not find the report: not valid

    and when I click the ok button on the error I get this error frm - 40738:Argument 1 to builtin RUN_REPORT_OBJECT can NOT BE NULL

    This is how I called the report

    DECLARE
    repid REPORT_OBJECT;
    v_rep VARCHAR2(100);
    rep_status VARCHAR2(20);
    BEGIN
    repid := FIND_REPORT_OBJECT('report4');
    v_rep := RUN_REPORT_OBJECT(repid); END;
     

    Try something like this:

    PROCEDURE TEST_REPORT IS

    Repid REPORT_OBJECT;

    v_rep VARCHAR2 (100);

    rep_status VARCHAR2 (50);

    BEGIN

    Rep: = find_report_object ('report4');

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_EXECUTION_MODE, batch);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_COMM_MODE, SYNCHRONOUS);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESTYPE, cache);

    SET_REPORT_OBJECT_PROPERTY (REPID, REPORT_DESFORMAT, 'html');

    SET_REPORT_OBJECT_PROPERTY (ID REP, REPORT_SERVER, '');

    v_rep: = RUN_REPORT_OBJECT (repid);

    rep_status: = REPORT_OBJECT_STATUS (v_rep);

    While rep_status in ('MARKET', 'OPENING_REPORT', 'PENDING')

    LOOP

    rep_status: = report_object_status (v_rep);

    END LOOP;

    IF rep_status = "FINISHED" THEN

    / * Display the report in the browser * /.

    WEB. SHOW_DOCUMENT ('/ reports/rwservlet/getjobid ' |)

    substr (v_rep, InStr(v_rep,'_',-1) + 1) |'? "|' server =","_blank"); "

    ON THE OTHER

    message ("error when running report");

    END IF;

    END;

    Replace with your report server name.

    Concerning

  • Value not found in list field options...

    Hello
    I use RIDC on UCM 11 g in order to record content.
    UCM hosts different projects.
    I have the following problem: If someone (from another project) insert a new field of Information (e.g. xAnnoPubblicazione) of type Integer - list of options - select validated list and it's not a default value for this field when I perform the consignment using RIDC, it fails with the error:

    "oracle.stellent.ridc.protocol.ServiceException:"UCMRE010132"piece of content has not been verified successfully." Value not found in a permit the list of options for the field 'xAnnoPubblicazione '.

    How can I solve this problem? What is the recommended method?

    Thank you very much.

    Best regards
    S.

    In the language of database, you created a NON NULL column, and that you are trying to insert a record with a NULL value for the column. Of course, it cannot work.

    There are three options:

    -do not declare a field as NOT NULL (i.e. you option list must contain "blank" as possible value)
    -provide value when inserting
    -provide the default value

  • Header of RDF are not not in the report from Oracle by operating in the Excel sheet.

    Hi gurus,


    I'm having a problem of title of the report is not on the report when running in the Excel sheet.
    Any idea where I should consider?


    The report server, I use in 10g.

    Hello Tina,

    that would be a question from another forum: {forum: id = 84}

    Concerning
    Marcus

  • LRM-00112: multiple values not allowed for the parameter "control".

    When I'm passing the following in my cmd, I get the error message:
    sqlldr scott/tiger control="C:\Documents and Settings\Sandy\My Documents\address.ctl" log="C:\Documents and Settings\Sandy\My Documents\address.log"
    
    LRM-00112: multiple values not allowed for parameter 'control'
    
    SQL*Loader: Release 10.1.0.2.0 - Production on Tue Mar 22 00:17:18 2011
    
    Copyright (c) 1982, 2004, Oracle.  All rights reserved.
    
    SQL*Loader-100: Syntax error on command-line
    can someone explain to me what is the cause of the error and pls suggest me the correct syntax

    Thanks in advance

    Replace the double quotes ("") by single quotes ('). If this does not work also, try a location without spaces in the directory name.

    Werner

  • value not valid versionNumber?

    In my application descriptor file, I put the value of the versionNumber "1.0.0.0". However the Flash Builder says that it is a value not valid in versionNumber when I try to launch the debugger.

    Anyone know why this is happening?

    Perhaps because the doc said he wants only 3 parts instead of 4?

  • Popup LOV does not return a value in editable tabular report

    I'm having a problem with a Popup LOV in a report updated in table form. When you select value, the popup remains and the value is not returned to the element. I guess that's because the popup does not know which element to fill? I don't know how to fix.

    [http://apex.oracle.com/pls/otn/f?p=4000:1500:1011573666262225:NO:]

    workspace: csd_apex_demo
    user name: demo
    password: demo
    application: 35976 - Jason demo
    page: 3-1 report

    Thank you

    Jason

    Looking more closely, I see that you mix display_and_save with popup_from_lov. The p_item_id parameter seems to have no effect on the generated javascript code and I think that javascript doesn't work, but not like you might expect. If you use Firefox with Firebug you can inspect the items and watch what happens when you click on an element of the pop-up window. It is by the way of the return value, but it is stored in the first element of display_and_save line which is a named element f08 hidden. All the items are named f08 in this column as a result of your use of the p_idx = 8. But the javascript code to handle the valve of the popup is generated once and so is assuming that it is zero array position. He uses the name attribute and no id and I suspect that it is followed by the line number in their own country (IE in the popup_lov procedure).

    I don't see how to change the way the javascript code generated here then perhaps another solution is needed. I guess that display_and_save is used here so that you can coordinate the f08 array that is posted, but there is no process here "send" to confirm that this is your intention.

    If you remove the display_and_save and just see the 'reason' the works of popup. If you change the popup to something other than p_idx = 8 it will work also. But now we must find a way to align the line ID is displayed.

    There are several ways to coordinate the shipment but they will in part depend on if you want to display only one line of a popup lov field or several lines. I would like to know where you go and I can help you set up the form and submit processes.

    Greg

  • prompt value fades is not in the report sometimes

    Hello

    I use obiee 11g, one thing I noticed that I have a dashboard that has lots of pages. On every page I have guests.
    The problem I've noticed sometimes is, I used guests from the column, after application guests value in the report which I select the prompt
    value, then I click on apply and then the report is updated and then I go to the next page or can make a sign, sometimes the prompt value is preserved.
    IE in the report of the filter so that I would have used the particular column column is invited, but to my surprise, I see that whereas he could hold some value.
    as the column is worth less then and there still I have him as a guest?

    Why something like this should happen at all?

    Thank you

    Hello

    To add a tag in the instanceconfig.xml file to achieve this.
    Stop services and placed with the tag below in instanceconfig.xml

    FAKE

    The tag can be placed anywhere between the server in instanceconfig.xml instance.
    Restart the services and the opening of session in enforcement and control by setting values in the guests.

    I hope this helps.

    Thank you
    Oldia...

Maybe you are looking for