MAX & MIN Measures in OLAP

Hi All,
I'm using Oracle OLAP 10g to build OLAP cubes & Oracle DB 10g to store data.
I've built a cube containing normal measures with Sum aggregation rules, But the issue is I would like to create calculated measure to get the Max & Minimum value of a specific measure with different combination of Dimensions.
I tried to use Oracle OLAP Calculations Excel Utility V1.2.3 to write my calculations or choose from the template field ,But I found MovingMax measure only ,I didn't find Max or Min measures.
Could you please help me to achieve this either using AWM or Excel utility ?
Regards
Ahmed El Sherbeeny
BI Consultant

Hi,
All the measure or a calculated measure inherit the aggregation operator property from the cube in which they are defined.
While creating the cube you can use the aggregation operator you want to choose but any measure or calc measure created in this cube will have same aggregation operator.
I am not sure how to use different aggregation operator for different measure in one cube.
Thanks
Brijesh

Similar Messages

  • Max/Min Input Limits CRIO

    Hey Guys,
    I have a question about adjusting the Max/Min Input Limits on an analop input card for a CRIO to improve measurement precision.  I know this feature is available through the DAQmx drivers but I haven't found a way to do it with it plugged into my CRIO....
    Thanks
    Matt

    Hi Guy,
    you may try to find those settings in the module properties by right-clicking the module in the project tree.
    Or you use property nodes, atleast in the FPGA they are available.
    Can't check this as I don't have access to a cRIO project right now…
    Best regards,
    GerdW
    CLAD, using 2009SP1 + LV2011SP1 + LV2014SP1 on WinXP+Win7+cRIO
    Kudos are welcome

  • Reading Max/Min/Av​g with labview from agilent 34401a

    Hi,
    I'm using Labview drivers I've downloaded from the ni.com
    website to control an agilent 34401A digital multimeter.  All I'm trying to do right now is read
    min/max/avg measurements after putting the device into a DC current mode,
    configuring it for min/max measurements, and then pausing for a couple
    seconds.  The program successfully puts
    the multimeter into the correct modes, but always returns 0 for each
    measurement.  Could you take a look at
    the program to see if you find a simple mistake on my part? It should be
    attached to this message.  Thanks very
    much.
    Attachments:
    AVGMAXMIN.vi ‏421 KB

    I don't have the instrument or manual handy but is it possible that the instrument is waiting for a series of trigger to actually take a series of measurements. do you see the display changing? You can try setting a breakpoint at the min/max function and manually trigger the instrument to see if that makes a difference. Also, you don't need the sequence structure at all. Most of the time, sequence structures just serve to make your programs harder to read and debug. Use dataflow for controlling execution order like in the picture I've attached.
    Message Edited by Dennis Knutson on 07-07-2006 02:51 PM
    Attachments:
    No Sequence Structure.JPG ‏31 KB

  • Calculate max, min of simulate signal

    I'm using Ampitude and Level Measurements to calculate max min and peak to peak of simulate signal but these values ever change.
    why this application return all of value of function??
    how can I resolve this problem
    Thank you

    Ocramm,
    the point is in the way you configure the "Simulate Signal" Express VI. If you remove the while loop in your example, you will see that it will generate only the first part of a sine wave. And not an entire cycle. This is because you have configured it to generate 100 points at 1000 Samples/s. Putting this in a while loop generates 100 points continuously, describing a sine wave but the processing is always performed on the 100 points generated in the same iteration.
    Remove the While loop, and you will see what I mean.
    If you open up the Simulate Signal Express VI, modify the number of samples generated and put in 1000, so that it will generate 1 entire cycle. The measurements will be as expected.
    AlessioD
    National Instruments
    (btw: si sono italiano)
    Attachments:
    TutorialGenAnalyzeDisp%201[1].vi ‏235 KB

  • How to find out the max/min value of one field corresponding to a second field in HANA through graphical way.

    Hi,
    I am trying to find out the latest delivery date(EINDT)  for each purchasing document (EBELN) through graphical way.
    The view contains other fields apart from the above mentioned two fields.
    When only the two fields (EBELN, EINDT) are there, then in semantics, I can select 'Max' as aggregation to get the maximum value for each document.
    If I do like this, then I need to join more than 3 views and also so many joins in calculation view. Taking so much time for data preview.
    Hence , please help me in getting the solution while the view contains other fields also.
    Thanks in advance.
    Thanks,
    Jyothirmayi

    Hi Sreehari/Vinoth,
    Thank you for your replies.
    if only two fields are then I can get the max/min values of one field corresponding to other field.
    But more than two fields are there with different values, then let me know how to find out the max/min value of a particular filed corresponding to the 2nd field with other fields also should be in the output.
    I hope you understood my issue.Please revert in case of questions.
    Thanks & Regards,
    Jyothirmayi

  • How do you choose a particular Channel from an Advise.vi to perform an Array Max & Min.vi on that particular channel only?

    Reading all the channels for a FP-AI-100 through an Advise.vi but I need to read the Max & Min from channels 0 & 1. How is this done?
    Thanks

    The easiest way is to use two copies of the Index Array function. You would wire the output from FP Advise.vi to the n-dimension array input of both Index Array functions. For channel 0, you would use the an index value of 0 (on the first Index Array) and for channel 1, you would use an index value of 1 (on the second Index Array). Alternatively, the Index Array function is what is called a growable array function, you can drag the bottom of the node downwards, adding outputs. In this case, you can set it for two outputs and only use one copy of the Index Array.
    Considering that you are relatively new to FieldPoint and LabVIEW, I recommend that you consider using the FP Read.vi instead of the FP Advise.vi. The FP Advise.vi is a more advanced version of the
    FP Read.vi and has more "gotcha's" in its use. To save yourself some debugging headaches it may be easier to use the FP Read.vi. The single biggest difference in coding between the two is that an FP Advise.vi in a loop, automatically times the loop, whereas an FP Read.vi in a loop requires a timer such as Wait Until Next ms Multiple.vi.
    Regards,
    Aaron

  • How do you create a max/min for a series of input in labview 2010

    with labview is there a way to get max/min values from a series of inputs? I want it to graph the data and keep track of what the highest and lowest values were. I am using Labview 2010

    While you don't really define what you mean by a "Series of inputs", maybe Array Min&Max PrByPt might be of interest.
    (For better help, attach a simplified VI that shows typical data.)
    LabVIEW Champion . Do more with less code and in less time .

  • Change y-axis BACK to auto/ auto for max min

    I have a bar chart and the settings for my y-axis are 250/auto. I need it to revert back to auto/auto for max/min b/c one of my numbers is large and is shooting off the graph.

    Here is a linear scale:
    change to a percentage scale for the y axis:
    Center the value labels:

  • Max, Min and Count with Group By

    Hello,
    i want the max, min and count of a table, which is grouped by a column
    I need a combination of these two selects:
    select
         max(COUNTRY_S) MAXVALUE,
         min(COUNTRY_S) MINVALUE
    from
         tab_Country
    select
         count(*)
    from
         (select COUNTRY_TXT from tab_Country group by COUNTRY_TXT) ;
    The result should be one row with the max and min value of the table and with the count of the grouped by table, not the max and min of each group! - i hope you understand my question?
    Is this possible in one SQL-select?
    Thank you very much
    Best regards
    Heidi

    Hi, Heidi,
    HeidiWeber wrote:
    Hello,
    i want the max, min and count of a table, which is grouped by a column
    I need a combination of these two selects:
    select 
         max(COUNTRY_S) MAXVALUE, 
         min(COUNTRY_S) MINVALUE 
    from 
         tab_Country 
    select 
         count(*) 
    from 
         (select COUNTRY_TXT from tab_Country group by COUNTRY_TXT) ; 
    The result should be one row with the max and min value of the table and with the count of the grouped by table, not the max and min of each group! - i hope you understand my question?
    Is this possible in one SQL-select?
    Thank you very much
    Best regards
    Heidi
    It's not clear what you want.  Perhaps
    SELECT  MAX (country_s)               AS max_country_s
    ,       MIN (country_s)               AS min_country_s
    ,       COUNT (DISTINCT country_txt)  AS count_country_txt
    FROM    tab_country
    I hope this answers your question.
    If not, post a little sample data (CREATE TABLE and INSERT statements, relevant columns only) for all the tables involved, and the results you want from that data.
    Explain, using specific examples, how you get those results from that data.
    Always say what version of Oracle you're using (e.g. 11.2.0.2.0).
    See the forum FAQ: https://forums.oracle.com/message/9362002

  • How can I get max, min & average (hours with minutes) of fast 30 days data

    Table name:
    run_log
    TYPE VARCHAR2(10),
    SUBTYPE VARCHAR2(10),
    PROGRAM VARCHAR2(100),
    STATUS VARCHAR2(20),
    START_TIME      DATE,
    END_TIME      DATE
    How can I get max, min & average (hours with minutes) of fast 30 days data ?

    Hi,
    you have to use analytical functions:
    SELECT start_day,
           round(AVG(daily_avg)
                 over(ORDER BY start_day ASC RANGE BETWEEN INTERVAL '30' DAY preceding AND INTERVAL '0' DAY following)) AS moving_avg,
           round(MAX(daily_max)
                 over(ORDER BY start_day ASC RANGE BETWEEN INTERVAL '30' DAY preceding AND INTERVAL '0' DAY following)) AS moving_max,
           round(MIN(daily_min)
                 over(ORDER BY start_day ASC RANGE BETWEEN INTERVAL '30' DAY preceding AND INTERVAL '0' DAY following)) AS moving_min
      FROM (SELECT trunc(t.start_time) start_day,
                   AVG((t.end_time - t.start_time) * 24 * 60 * 60) AS daily_avg,
                   MAX((t.end_time - t.start_time) * 24 * 60 * 60) AS daily_max,
                   MIN((t.end_time - t.start_time) * 24 * 60 * 60) AS daily_min
              FROM run_log
             GROUP BY trunc(t.start_time)) t
    ORDER BY 1 DESCAnalytical functions are described in the Oracle doc "Data Warehousing Guide".
    Regards,
    Carsten.

  • How to Display MAX, MIN and AVG in  ALV

    Hello Friends,
    Can some one help me with MAX, MIN and AVG  in ALV..
    I am displaying a screen with ALV..  it displays 3 columns..
    below every column i have done .. summatation with the help of
    FIELDCATALOG-DO_SUM = 'X'.
    is there any way in which i can find out MAX, MIN and AVG of each column ?
    Thanking you in Anticipation.
    Best Regards,
    Jitesh P

    NO at the bottom of the screen ..
    Just below the summation.
    column 1            column2               column3
    10                         20                      30
    11                         21                      30
    12                         22                      30
    Sum            33                         63                      90
    Max             12                        22                       30
    min              10                     20                         30
    AVG              11                    21                         30

  • How to Programmatically Set the limit (max, min input) of a control inside a cluster?

    I want to programmatically set the limit (max, min input) of a control inside a cluster. (see attached VI).
    The max, min value will be read from a file. The input of the control must be within the range defined by the max and min value.
    Can anyone tell me how to do it?
    Thanks a lot for your kind help.
    Xiaogang

    Accessing the properties of a cluster (or array) is not a trivial operation until you have done it once. It's a two step (at least) process : first, ask for a reference (array of...) to the objects contained in the cluster, then tell LV what kind of object you are adressing.
    See the attachment.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        
    Attachments:
    How to set limit[1].vi ‏52 KB

  • Second max/min in ssrs report builder expression

    I need to do conditional formatting on second max/min in an ssrs report builder table.
    Can i get it in an expression ?

    Hi AshishSinghal84,
    Based on my understanding, you want to perform conditional formatting on the second maximum or minimum value in Report Builder.
    In Reporting Services, there is no built-in function which can return second maximum value. So in this scenario, we can’t directly use expression to perform conditional formatting. However, we can get the second maximum or minimum on query level. Then insert
    a column into tablix and use Lookup function to return a specific value so that we can do the conditional formatting based on this value. As we test in our local environment, to perform conditional formatting such as change the color for second maximum value
    in Report Builder, we can follow the steps below:
    1.Add Dataset2, apply the query below:
    select max(sales)
    From test
    where sales < (select max(sales)
    from test)
    2.On report, add an Expression “=lookup(Fields!sales.Value,Fields!secondmax.Value,1,"DataSet2")”, looks like below:
    3.Click [month], Properties appears on the right panel. Find Color under Font tab, click Expression, then type “=IIF(ReportItems!Textbox6.Value=1,"red","black")”.
    4.Right click the third column, choose Column Visibility\Hide, click Ok.
    5.Final result looks like below:
    To perform conditional formatting on second minimum value, the steps are a little different from getting second maximum value. You should change the query at first step, then apply the query below:
    select min(sales)
    From test
    where sales > (select min(sales)
    from test)
    If you have any question, please feel free to ask.
    Best regards,
    Qiuyun Yu

  • Fox-function: MAX/MIN

    Hi,
    I have a question on MAX/MIN-function. It is possible to find the maximum date in a column ( 0calmonth).
    And other problem that I don't know the syntax of the max-function. The SAP-help isn't significant.
    Thanks.
    Holger

    There is a MAX and a MIN function in FOX but it is only for results of type F.
    DATA RES TYPE F.
    RES = MAX( 0AMOUNT, 0REVENUE ).
    if you have 0CALMONTH as the result type you have to write for MAX:
    DATA RES TYPE 0CALMONTH.
    IF CALMONTH1 > CALMONTH2.
      RES = CALMONTH1.
    ELSE.
      RES = CALMONTH2.
    ENDIF.

  • Max & min function

    The max & min function behaves differently in LabVIEW 6.1 compared to 6.0.2. When comparing between NaN and 0.0, the function returned NaN as the max,in 6.0.2. In 6.1, it retunrs 0.0 as the max. Why is this so?

    You should not rely on assumed behavior of functions when treating NaN. You should treat the case explicitly on your diagram.
    By IEEE standard the comparisons
    X > NaN should return FALSE
    X < NaN should also return FALSE.
    Then the output of a MinMax function with a NaN input actually depends on how you compare both inputs.
    using for example
    if (X > Y) then
    Max = X;
    Min = Y;
    else
    Max = Y;
    Min = X;
    end
    This implementation always returns Max = Y and Min = X when comparing with a NaN input because (X > Y) is FALSE.
    On the other hand, the implementation
    if (X < Y) then
    Max = Y;
    Min = X;
    else
    Max = X;
    Min = Y;
    end
    does return swapped values for Min and Max for NaN inputs.
    Usually, primitives don't check
    explicitely for NaN values because it would unecessarly bloat the code. This kind of NaN check is left to the programmer because anyway the output of MinMax function is meaningless when inputs are NaN.
    LabVIEW, C'est LabVIEW

Maybe you are looking for

  • Statistical and noted item

    Hi, May I know if there is a difference between statistical posting (like F-38 statistical posting and F-19 for reversal statistical) and noted item (F-47). I know that noted item only create 1 line and able to track in line item display whereas stat

  • Changing paragraph style

    I have a requirement.Paragraph text is changing according to the customer language . Here when the customer is english the data is fitting properly in the layot. But when it comes to other language that test is coming in the next line. So i want to d

  • No class def found error in web start console.

    I use visual J++ to code my applet and I compile it and it runs perfect on my hard drive. So I upload the html and the class file and all the images to my web directory and then go to my browser (IE) and load up the html and the applet fails to run.

  • STMS is NOT WORKING

    Dear All, My transport process is not working properly when i import the transport request my transport is stuck on truck icon , but my transport impact is proceeded. but my transport request is stuck on truck icon not goes yellow what i do that my s

  • Help cannot get dreamweaver cs4 to re install error 1603

    My dreamweaver suddenly stopped working one day when I turned my computer on so I reinstalled it and got error 1603 tried all the things suggested in the Adobe files and from adaobe support. ran cs4 clean script anybody any ideas?