OLIVIER-meets - is it possible to create the variable for the formula?

Hello

I create a report by using the formula (CASE - WHERE - CAN).

I want to create a variable that contains my formula, then reuse my variable in other areas.

So if I need to change my formula, I won't have to change all my fields! (Single variable)

I want to do, because the formulas that I use in my report are very long and I have several.

So, I wonder, if there is a solution for this!

If I have to change all the fields, it will become quickly unmanageable...

I stand by that in OBI answers directly, and not in the RPD.

If someone has an idea or a notice

Thank you in advance,

Best regards

Julie.

Julie,

even here respond to who you have in the two threads that you opened on the communities of MOS: no, not really since you want to do in the responses. It * might * be possible to the RPD, but quite useless to instantiate a variable RPD just to instantiate a literal code.

Tags: Business Intelligence

Similar Questions

  • Is it possible to create the formula at the level of the hierarchy?

    Dear all,

    In case, I've dimension branch consist of region, sector, branch

    And I have 3 measures Region_target, Area_target, Branch_target

    I want to create new metrics and check if members at the level of the regions, would like to show Region_target measures

    And also for the region and the target.

    So I tried to write the case where the formula, but impossible to refer to the level of the hierarchy, Ho can I do?

    Something like

    Case when the level. Branch_Hierarchy = region then Region_target

    When the level of . Branch_Hierarchy = area, then zone_target

    of other Branch_target

    end

    Please advise, my problem is to only synchronize the targets for each level. Target of all the branch cannot amount to area and target of any region cannot amount to the region.

    Please notify.

    Thank you

    What you're looking for, it's 'level based on measures '. Basically, you'll logical columns called 'Target' that has 3 sources from 3 LTSS - one for each level.

    LTS 'Target area' level 'Région' is the physical column "Region_target."

    LTS 'Target area' level 'Space' is the physical column "Area_target."

    LTS 'Branch target' level 'Branch' is the physical column "Branch_target."

    You are faced with one of the main features and capabilities of OBI: the power of the LTSS and levels in the business model and of the mapping layer. It is crucial to understand these concepts. It's what separates OBI of all other solutions out there.

  • Hello, how is it possible to create the FAT32 BOOTCAMP on CoreStorage partition via the command line interface?

    Hello, how is it possible to create the FAT32 BOOTCAMP on CoreStorage partition via the command line interface?

    I mean ' diskutil cs * " and so on..."

    Yes, you must use the resizeStack command. Please see Re: how to repair fsck "your drive could not be partitioned..." Bootcamp does not as an example.

  • Is possible to create the WINS resource record in DNS server and how?

    Is possible to create the WINS resource record in DNS server and how?

    No resource record WINS I can create when it right click on and select "other new records".

    If you were using abusive or foul language, insults, etc. He would get you banned from the forum.

    If you have done any of these, then I suggest that you do the following:

    If banned, ask reason why and offer him your defense

    If not banned, then let them know the name of the person "you kicked off the forum" reports of ill-treatment.   They will study.

    If you haven't seen any action on your report, and suspect that the Forum is not being actively monitored, you can request action by clicking the Site feedback link at the bottom of any Forums page.   -Taken from

    Forums Help FAQ

    http://social.technet.Microsoft.com/wiki/contents/articles/7359.forums-help-FAQ-en-us.aspx#197

    We get off topic with this conversation and the COC States:

    Keep the topics of conversation on track. ............

    .......... Discussions can be blocked in the forum comments if necessary.

    If there is any other questions about WINS, then consider marking response as appropriate.

  • Is it possible to create the icon PDF format display with the cover of the document image, when sending via "Mail" on a mac?

    Is it possible to create the icon PDF format display with the cover of the document image, when sending via "Mail" on a mac?

    InDesign has no control on how Apple Mail displays a PDF it creates.

    My experience is that Mail displays a preview of a single PDF page, but not a multiple page PDF. In addition, for a single page PDF, the user may tip if the PDF shows a preview by right-clicking the icon/preview.

  • Is it possible to create the page without having to install apps on personal system

    Is it possible to create the page without having to install apps on personal system?

    Hi hankouraou,

    installation of oracle in the system applications, you can run any page of the OAF by jdeveloper. If you want to develop any stand-alone page (without oracle application), you can go to the ADF.

    Thank you
    Vandenplas.

  • How to create unique variables for... in loop? (AS2)

    Hello

    I have a function onEnterFrame controlling all the movie clips in a table. The movement of each of these clips is controlled by a few variables - speed, acceleration, etc - that are changed on every enterFrame. I can't understand how to create unique variables for each element of the array. Now my variables are the same for all elements, and therefore the proposals of each video clip are the same.

    I used this code to add my video clips in the table:

    for (i = 0; i < starNumber; i ++) {}
    duplicateMovieClip (star, "star" + I, i);
    starArray.push (this ["star" + String (i)]);
    }

    I do a similar thing to create unique variables for each? Or is there something I need to do my loop (myClip in myArray) which is contained in my onEnterFrame function?

    I can post my code if that would help (65 lines).

    Creating unique variables is easy way out. Here's the modified code using unique variables that should solve your problem:

    var i: Number;

    var starArray:Array = [];

    var starArray_X:Array = [];

    var starArray_Y:Array = [];

    var mc:String;

    var scale: number;

    var speedXMod:Number;

    var speedYMod:Number;

    var starNumber:Number = 10;

    var minSize:Number = 15;

    var maxSize:Number = 80;

    var speed: number = 0.2;

    var minSpeed:Number = 0;

    var maxSpeed:Number = 1;

    for (i = 0; i< starnumber;="">

    duplicateMovieClip (star, "star" + I, i);

    starArray.push (this ["star" + String (i)]);

    }

    (MC starArray) {}

    starArray [mc] ._x = (Math.Random () * Stage.width);

    starArray [mc] ._y = (Math.Random () * Stage.height);

    scale = (minSize + (Math.Random () * (maxSize - minSize)));

    ._xscale starArray [mc] = scale;

    starArray [mc] ._yscale = scale;

    var startSpeedX:Number = ((Math.pow (-1, (Math.round (Math.random ())) * (minSpeed + (Math.Random () * (maxSpeed - minSpeed)));)))

    var startSpeedY:Number = ((Math.pow (-1, (Math.round (Math.random ())) * (minSpeed + (Math.Random () * (maxSpeed - minSpeed)));)))

    [mc] starArray_X = startSpeedX;

    [mc] starArray_Y = startSpeedY;

    onEnterFrame = function() {}

    (MC starArray) {}

    speedXMod = ((Math.random () * acceleration)-(0,5 * accélération));

    speedYMod = ((Math.random () * acceleration)-(0,5 * accélération));

    If (((Math.abs (starArray_X [mc] + speedXMod)) < maxspeed)="" &&="" ((math.abs(stararray_x[mc]="" +="" speedxmod))=""> minSpeed)) {}

    [mc] starArray_X += speedXMod;

    } else {}

    [mc] starArray_X = speedXMod;

    }

    If (((Math.abs (starArray_Y [mc] + speedYMod)) < maxspeed)="" &&="" ((math.abs(stararray_y[mc]+="" speedymod))=""> minSpeed)) {}

    [mc] starArray_Y += speedYMod;

    } else {}

    [mc] starArray_Y = speedYMod;

    }

    If (((starArray [mc]._x + starArray_X[mc]) > 0) & ((starArray [mc]._x + starArray_X[mc])))<>

    starArray [mc] ._x += starArray_X [mc];

    } else {}

    starArray_X [mc] * = - 1;

    starArray [mc] ._x += starArray_X [mc];

    }

    If (((starArray [mc]._y + starArray_Y[mc]) > 0) & ((starArray [mc]._y + starArray_Y[mc])))<>

    starArray [mc] ._y += starArray_Y [mc];

    } else {}

    starArray_Y [mc] * = - 1;

    starArray [mc] ._y += starArray_Y [mc];

    }

    }

    }

    }

  • Re: Is it possible to create the current configuration of the software recovery disk?

    I recently bought A350. Next to the standard software provided by Toshiba, I bought and installed other products such as Norton Internet Security, update all drivers, etc..
    Is it possible to create a recovery disc on my current setup of the software?

    I know the recovery disk, but it will only restore the original configuration of the software. I don't want to go through all the pain of installing other products and update all the drivers.

    I have been using other software like Acronis Disk recovery, but I don't know this recovery cd created by these third party software can be used.

    Everyone has known about this?

    Hello!

    Boyfriend sorry but it is not possible to create a recovery disc with the current configuration of your software. The Toshiba Recovery disk contains the factory settings and t, you can integrate additional software to the image.

    If you want a picture of your laptop with your special software, you need to use another program like Acronis image. So you can make an image of your HARD drive with all your settings and software.

    Good bye

  • Is it possible to create the formatting for the text box option in Oracle Apex 4.2?

    Hi all

    "I'm trying to create the same form that" ""form DISCUSSION SATRT ORACLE ' and I wanted to know if it is possible to create options for formatting that includes font family, size, indent, style etc,. as shown in the picture.

    Oracle version: 4.2

    DB version: 11.2 g

    .APEX_Question.jpg

    Kind regards.

    Hello

    Use Rich Text Editor Item in the choice of an element on the page apex. It has a few modes, see mode that suits you.

    -Sunil Bhatia

  • Is it possible to create a variable that tells you what slides, the user has visited?

    Hello.

    I'm working on a project where I want a slide to display a button continue and hide the 2 areas of text, but ONLY when the user has already visited 2 other slides. I can only find variables indicating the slide the user previously visited.

    Is it possible to set a variable that does this?

    I want to create the following advanced measures:

    If the user has visited slides 62 AND 87, image_536 to show and hide text_caption_243 and text_caption_242

    I don't want action be executed if only 1 2 slide have been opened - it must occur when the two were opened.

    Hope that makes sense.

    I use 7 Captivate.

    Thank you.

    You will need two variables, it can be Boolean values. I will label them v_one and v_two with a default value of 0

    Because I don't know how the slides are formatted, do you use a Next button or are all visited media executives? You will need to have an event on the two blades to trigger an action:

    Assign the v_one with 1 slide 62

    And a similar action on the other slides to alternate v_two (do not use the toggle command, if the user accesses a slide twice, it could be toggled to 0).


    You do not specify where these text containers need to be (please, label your objects and slides)? But you'll need advanced conditional action triggered by another event somewhere:

    IF v_one is equal to 1 AND

    v_two is equal to 1

    See the Text1

    See the Text2

  • Is it possible to create the banner of the entire page or a slide show?

    I'm wondering - is it possible to create effects like Enfold theme demo | House v7: a portfolio Page ?

    Specifically the sensitive cursor image area or which fills the first screen of the browser (less maybe header) but moves upward scrolling?

    Thank you.

    Yes it is possible. It's theme Muse premium Home

  • Possible to create the GAUGE with DIAL of SQL type?

    Hi all

    Just a quickie - you can create a gauge-style bar of the spreadsheet (rather than via a report) with the following:

    Select ' SQLDEV: GAUGE: 0:200:50:150:' | Count (*) from my_table;

    I'm curious - is there a way to control the type - that is to say, do a comparator rather? Or this can be done through reports? There are all the other parameters can be adjusted (colors, labels, etc.)? Did I miss something in the documentation?

    Also, is it any documentation that explains all the other bits possible and bats that might be available using the SQLDEV: command/fucntion/etc? EG - I can't do graphics, etc.?

    Thank you

    Ghee

    Published by: Ghee on October 7th, 2009 15:36

    It was a feature that was added to facilitate the creation of the database management screen and I thought since I was creating the rendering engine, I would expose it.
    It is limited to only display parameters MIN | MAX | MIN_THRESHOLD | MAX_THRESHOLD | VALUE. No other report components are exposed as renderer in this time and we
    currently have no plans to improve this feature.

    If it turns out be the demand of the user for him that would change in sight. Please do not hesitate to add an improvement on sqldeveloper.oracle.com request if it gets enough requests I have he will return with pleasure.

    Syme

  • Is it possible to create the text block with non-uniform formatting is applied to the text?

    Hi all

    By this script

    var doc = app.documents.add(70, 20, 300, "Test", NewDocumentMode.RGB);
    var textLayer = doc.artLayers.add();
    textLayer.name = "Text";
    textLayer.kind = LayerKind.TEXT;
    
    var solidColorRef = new SolidColor();
    solidColorRef.rgb.red = 0;
    solidColorRef.rgb.green = 174;
    solidColorRef.rgb.blue = 239;
    
    var ti = textLayer.textItem;
    with (ti) {
         contents = "Blah-blah-blah!";
         kind = TextType.PARAGRAPHTEXT;
         height = new UnitValue("20 mm");
         width = new UnitValue("70 mm");
         position = [ new UnitValue("0 mm"), new UnitValue("0 mm") ];
         font = "MinionPro-Bold";
         size = new UnitValue("24 pt");
         color = solidColorRef;
         justification = Justification.CENTER;
    }
    

    So I can create a block of text with uniform like formatting

    SNAG-0011.png
    But, as far as I understand it, it is impossible to make an image and apply different sizes, colors, etc. (Please confirm or refute it).

    To achieve the result by script as follows:

    SNAG-0014.png

    The r to Browse datashows the formatting only to the beginning of this text.


    What I want to achieve is to take a block of text in the InDesign document and re-create it in psd-file. (The text must be editable)

    Y at - it another way to achieve this: by plug-ins, extensions, incantation, etc.?

    Kind regards
    Kasyan

    So that other things I noticed, it's text.jsx does not work with UnitValues. It uses the action Manager to work with textRanges. And it seems that Adobe changed the textItem units operating. Therefore, it is difficult to understand what values to use. Text.addNewTextLayer () and Text.modifyTextLayer () seem to what different values for the text of the same size.

    So below is an example updated the PS-Scripts-post on how to create a text layer with different textRanges using the current text.jsx.Note I've hard-coded sizes for that to work as I had hoped.

    function tsrDemo(doc) {
         var doc = app.documents.add(new UnitValue(70,'mm'), new UnitValue(20,'mm'), 300, "Test", NewDocumentMode.RGB);
         // we want to create a new text layer so create a new TextOptions with the contents as the argument
          var opts = new TextOptions("Blah-blah-blah!");
           // override the default settings
           opts.layerName = "Test";
           opts.kind = TextType.PARAGRAPHTEXT;
           opts.height = 800;// pixels
           opts.width = 200;
           opts.position = [ 0, 0 ];// pixels
           opts.justification = Justification.CENTER;
           opts.font = Text.findFont("Minion Pro Bold");
           opts.size = 6;// not sure what unit this needs
           opts.color = Text.toRGBColor(0, 174, 239);
    
           // create a new text layer with those options
         var layer = Text.addNewTextLayer(doc, opts);
    
           var opts = new TextOptions( layer.textItem);
           opts.contents = layer.textItem.contents;
           // now need to construct TextStyles for each range we want to set
           // for ranges we can only change the font, size, and color
           // first set a textStyle that matches the TextOptions
          var s1 = new TextStyle(undefined,undefined,undefined);
           // now set a textStyle for each different style you want
          var s2 = new TextStyle(undefined, 12, Text.toRGBColor(0, 0,0));// for some reason size values here are not the same scale as above
           // define more TextStyles as needed. here we only need one
    
          // Now create the set of ranges to apply the styles over
          var ranges = new TextStyleRanges();
           // the first range must start at 0.  In this example we want the first range unchanged
           // so we use the TextStyle that matches the TextOptions
           // this range covers the entire contents
          ranges.add(new TextStyleRange(0, opts.contents.length, s1));
           // this range covers the middle 'blah'
           ranges.add(new TextStyleRange(5, 9, s2));
            // we now add the ranges we set to the TextOptions
          opts.ranges = ranges;
    
           Text.modifyTextLayer(doc, opts, doc.activeLayer); 
    
        };
    
        tsrDemo();
    
  • How to create the formula with the lookup table

    Hi, I would like to convert formula in the below format of labview, no idea how this could be done more easy way?

    I intend to use the node form, but I'm not sure how to use the table of choice within the formula not or is that even possible?

    BR, Jani

    Dim dblLookUp (-) As Double = New Double (3, 1) {{4, 4}, {10, 200}, {60, 3000}, {100, 7000}}
       
    If dblAbsValue > = 0 and dblAbsValue<= dbllookup(0,="" 0)="">
    USB = dblLookUp (0, 1) / dblLookUp (0, 0)
    dblAbsValue = dblValue * USB
    ' lblMode.Text = 1
    ElseIf dblAbsValue > dblLookUp (0, 0) and dblAbsValue<= dbllookup(1,="" 0)="">
    USB = (dblLookUp (1, 1) dblLookUp (0, 1)) / ((1, 0) - dblLookUp dblLookUp (0, 0))
    dblValue = USB * dblAbsValue - USB * dblLookUp (0, 0) + dblLookUp (0, 1)
    ' lblMode.Text = 2
    ElseIf dblAbsValue > dblLookUp (1, 0) and dblAbsValue<= dbllookup(2,="" 0)="">
    USB = (dblLookUp (2, 1) dblLookUp (1, 1)) / (dblLookUp (2, 0) - dblLookUp (1, 0))
    dblValue = USB * dblAbsValue - USB * dblLookUp (1, 0) + dblLookUp (1, 1)
    ' lblMode.Text = 3
    ElseIf dblAbsValue > dblLookUp (2, 0) and dblAbsValue<= dbllookup(3,="" 0)="">
    USB = (dblLookUp (3, 1) dblLookUp (2, 1)) / (dblLookUp (3, 0) dblLookUp (2, 0))
    dblValue = USB * dblAbsValue - USB * dblLookUp (2, 0) + dblLookUp (2, 1)
    ' lblMode.Text = 4
    On the other
    dblValue = dblLookUp (3, 1) ' * Math.Sign (dblValue)
    ' lblMode.Text = 5
    End If

    Return dblValue * intSign

    Hello janijt,

    You can certainly use formula node for it. What you would do is to create a constant for the lookup table.

    Here is an implementation in MathScript node

  • create the formula of the shear stress

    Hello world!

    I want to create a formula to use it later to hold full and derived from this equation. The equation has some constant D = 0.026 m; L = 3 m and some other constants that are found at the end of the race in vi. These constants are numerical values that are "delta_P_ta"; 'delta_P_os '; 'U_m_os' and ' w = 2 * pi * freq.» I want to get is;

    Shear_stress_wall (t) = (delta_P_ta * 4/D/L) + (delta_P_os * cos(w*t) * 4/D/L) + (1, 2 * w * D * U_m_os * sin(w*t)/4)

    where t is the time in seconds and the wall of the shear stress is a function of sin, cos, and t. Then I'll take derivative of this equation with respect to t.

    Please help me! Is it possible to generate a string and it is possible to use this the formula string to hold its integral?

    Is it also possible to enter this equation graph waveform based on time?

    Please help me! Thank you very much!


Maybe you are looking for