Confusion between Fix statement help

I can't understand what Fix instruction below trying to do. Can anyone help?

DIFFICULTY (@LIST (@Relative (@MEMBER (@CONCATENATE ("Station_", @SUBSTRING([CurrCompany],2))), 0), @Relative("Open Positions",0), @Relative ("new employees", 0), @Relative ('shared employees", 0)), 'No_Category', [CurrEntity], [CurrCompany], [CurrYear], [CurrVersion], [CurrProfitCenter], [CurrScenario])
ENDFIX


The @LIST, the @MEMBER, the @CONCATENATE are throwing me off the coast.

I think it is the concatenation 'Station_' with '416' of [CurrCompany] to get get the families of level 0 of the "Station_416"?

(But there is a surcharge) after the @Relative (' Shared employees,"0")) <-why is that? For the @LIST? Why does @LIST?

Known:

CurrCompany = S_416

Very confused...

You have the right concatenation part.

I think that the @LIST is not necessary.

Kind regards

Cameron Lackpour

Tags: Business Intelligence

Similar Questions

  • How to transmit DATA between several state machines.

    Hi I'm doing a project that needs to acquire data from a simulated data file and display it on a graphical interface. Two of them are manufactured in a state machine. I wonder if it is a good way of communication of data between two state machines? It would be very appreciated if you can provide a few examples. Thank you very much.

    OK, there are plenty of ways to communicate, but who are these state machines in the same project? Same VI? All LabVIEW?

    I like functional global variables due to the functionality that can be included in the. If they are used wrongly, as most of the things with the coding, you will create the races and break your code.

    Work of local variable, but I try to clear them tsar when possible. If they are used wrongly, as most of the things with the coding, you will create the races and break your code.

    Queues are pretty popular to connect, but try to stay with fixed size data, if you think that the limits of memory could be a problem.

    If you speak through the eyes of network to published static Variables (do not use these unless you have a stable network) network, TCP/IP, UDP, or Web Services flow (you need experience in this field. It is not just together.

    LabVIEW is a good way to program, but this kind of key options.

  • Dictionary stats help?

    DBA dear friends,

    In my 11.1.0.7 database, I have an ID of SQL which contributes about 100 reads physical Mil a day in the database, he ran 85 times in the 24 hour period.

    Here is the SQL - it accesses the SYSTEM tables and EM monitors query type, and is not a request part of the application-

    Dictionary collection stats help reduced the physical reads? Or any other point of view that what must be considered?

    Is it still worth to try tuning the query?  Please share your entries...

    SELECT 'AQ_Messages_in_Expired' t. *
    Of
    (select q. owner | | '.' | | q . name , v. expired
    de v$aq v, dba_queues q

    v. QID = q. QID and q. owner not in ('SYS','SYSTEM','WMSYS') and q. QID not in (206397, 206398, 206325)) t

    I don't see a MERGE JOIN CARTESIAN, which is good.  I do not see a stage for fixed table and it MIGHT help generate fixed objects statistics:

    exec dbms_stats.gather_fixed_objects_stats (null)

    You can see if they have been already generated by querying the SYS. TAB_STATS$:

    Select count (*) in the sys.tab_stats$;

    If it is empty then stats fixed objects have not been met.  Stats of $ service must be collected by the work of database statistics 'standard '.  You can collect these stats and run the query again to see if the run time is improving.  You can also check when the last statistics, what are the sample sizes and how closely NUM_ROWS agrees with a count (*) current tables questioned.

    David Fitzjarrell

  • Hi theremy iphone 4S starts showing the percentage of false battery - does anyone know how to fix it help me please

    HI there I'm using iphone 4S with IOS 9.2.1 beginning indicating battery wrong percentage anybudy knows how to fix this help please me

    Please explain exactly what you see. If the phone stops simply by showing a relatively high load, then it's quite possible the battery is bad and must be replaced.

  • Confusion between OS &amp; JDE

    Hello

    I developed application in jde 4.7. The code is designed keeping backwards compatibility with 4.5. So, now I want to test the code in the Simulator with OS 4.5.

    My confussion is:

    1. I would like to download jde 4.5 and add build my project inside and test with the simulators available in jde
    2. I can download Simulator bundle 4.5. Wish will give me OS 4.5 Simulator. and test my application in this OS 4.5 Simulator.

    Earlier, I think my concept was to download jde 4.5 and test in it. But now, looking at the beams of Simulator, I'm confused.

    Kindly help me

    Thank you

    sonicboomboy is not correct.

    You can not run code developed in 4.7 4.5 Simulator (or other device).  In fact, it is not 100% reliable.  It can work.  But it is not supported.  If this does not work, it is not accident, because of the way that you coded.

    Always develop on an OS/JDE/component pack which is older than or at the same level as the simulator/device you are targeting.

    Then download JDE 4.5 and compile using that.

    Then download and test with 4.5 desired simulators.

  • I got an old macbook pro version osx.6.8 and that you want a version of photoshop that I can use on it, but after searching the Internet, I am completely confused. Can you help me?

    I got an old macbook pro version osx.6.8 and that you want a version of photoshop that I can use on it, but after searching the Internet, I am completely confused. Can you help me?

    It's so old, that I doubt you'll have something to work on it which currently does not work.

    PS must be prior to version 3.

    Configuration of Photoshop

  • After execution of the new update (2015.2), I can't read the imported video. Rendering seems to be a color chroma confused. I need help NOW please

    After execution of the new update (2015.2), I can't read the imported video. Rendering seems to be a color chroma confused. I need help NOW please

    FAQ: Why am I getting yellow and red lines running through my images on pause?

    Update of El Capitan.

  • Captivate 9 - trying to switch between the States of an object when a user clicks on this object?

    Try to switch between the States of an object when a user clicks on this object? I have successfully used the function of the State of the object to change the object to a different State, but I need it back to its Normal state when it is selected again in the State has changed and then continue to turn every State when you click on it. It is an interaction of flashcard. I can do this using several objects and hide/show, but I would do it with States and unique objects.

    You're talking about custom or InBuilt States. What kind of action do you use: a simple or advanced/shared action?  If you simply switch between two States, use the approach I described in this blog post:

    1 share = 5 buttons toggle - Captivate blog

    You will probably need a user variable to track the status, but you can use the shared conditional action described in this blog.

  • Difference between DELETE statements

    Hello

    What is the difference between these statements to delete

    a. DELETE TABLE_NAME WHERE COLUMN_NAME =: B1
    and
    b. DELETE FROM TABLE_NAME WHERE COLUMN_NAME =: B1

    Is there any problem with the performance?

    Thank you
    SK

    Welcome to the forum!

    Whenever you post, provide your Oracle version 4-digit.
    >
    What is the difference between these statements to delete

    a. DELETE TABLE_NAME WHERE COLUMN_NAME =: B1
    and
    b. DELETE FROM TABLE_NAME WHERE COLUMN_NAME =: B1

    Is there any problem with the performance?
    >
    No difference. They are a single statement.

    It is probably more common to use the delete FROM statement, but Oracle itself doesn't care that one you use.

    If you look at the diagram of the syntax in the SQL language Doc, you'll see that the word FROM is optional
    http://docs.Oracle.com/CD/E11882_01/server.112/e26088/statements_8005.htm#i2112830

  • Slide show of various speeds Transitions between each State

    Instead of having 1 speed of transition of say 10 seconds between each State. Is it possible to have a slideshow that say has a speed of transition of 10 senconds between the State 1 and 2 and say 5 seconds between State 2 and 3 etc etc?

    Thanks in advance.

    You could fool him by incorporation of a new ESM in State 2 and the value assignment

    automatic reading in 5 seconds.

    Bob

  • Question on FIX statements working

    Hi all

    I was under the impression that if a defined member function used to SET a certain set of accounts, returns not all accounts, FIX statement does not run the statements exclosed inside.

    Please look at the code to understand the question below:

    Fix (@UDA ("Account", "AvgRate"))

    Stmt1;
    stmt2;
    .
    .
    .


    ENDFIX

    In the code above, if no member of the dimension 'Account' no is marked by the UDA "AvgRate", if she doesn't know all the instructions defined in the block FIX, or it executes the instructions in the block for all members of the dimension.

    I have the same code in a calculation script, and it looks like it's running the calculation for all members of the dimension 'account '.

    Thanks in advance,
    Mounira

    You want a relating to the command "SET EMPTYMEMBERSETS" - http://download.oracle.com/docs/cd/E17236_01/epm.1112/esb_tech_ref/frameset.htm?set_emptymembersets.html

    See you soon

    John
    http://John-Goodwin.blogspot.com/

  • Confusion between help for Set-VMhostNetwork - DNSaddress-SearchDomain

    I wanted to create a script to check/update the various DNS and NTP settings for my entire collection of VMhosts through multiple data centers and clusters.  If I was experimenting with Set-VMHostNetwork and Get-VMHostNetwork.

    I was frustrated with the help text rather laconic for these cmdlets.   Using the Set-VMHostNetwork cmdlet specifies DNSaddress - and SearchDomain - values must be strings.   The help text fails to mention what form the parameter should be if providing multiple values.  Based on my experiences, if it is given as a string of text online, it can be given as a comma-separated list.   However, if providing an identical $variable, the variable must be of type with an element value table.   It would be extremely useful, if specified in the help text and examples.


    My interpretation is correct? I used PowerCLI 5.1

    When you look more closely at help:

    Game-VMHostNetwork [-network] [-ConsoleGateway ] [-VMKernelGateway ] [-VMKernelGatewayDevice ] [-ConsoleGatewayDevice ] [- domain name] [-HostName ] [-DnsFromDhcp []] [-DnsDhcpDevice ] [-DnsAddress ] [-SearchDomain ]

    [ ]    [-IPv6Enabled []] [-ConsoleV6Gateway ] [-ConsoleV6GatewayDevice ] [-VMKernelV6Gateway ] [-VMKernelV6GatewayDevice ] [-WhatIf] [-confirm] []

    He mentions which means, it could be a single string or an array with multiple channels.

    For example:

    Get-VMHostNetwork - VMHost (Get-VMHost-name "Your ESXi"). Game-VMHostNetwork - "10.10.1.1" DnsAddress - SearchDomain "test.com"

    This will set DNS address to 10.10.1.1 with custom suffix to be test.com.

    Get-VMHostNetwork - VMHost (Get-VMHost-name "Your ESXi"). Game-VMHostNetwork - @("10.10.1.1","10.10.1.2") DnsAddress - SearchDomain @("test.com","test.test.com")

    This will set DNS address 10.10.1.1 and 10.10.1.2 with the custom suffix test.com and test.test.com

    Not sure that I understand, but hope this helps.

    Steven.

  • Confusion between the theories of computation

    Hello

    I confused with the notion of computation Essbase as States of SER60 who, for scripts of calc optmtal DIFFICULTY on members in the order of (Dense in first and then scattered) hour glass model m... However, according to what I read in a blog, he states that FIX is supposed to be used on sparse and if its inevitable to fix on the dense members then dense are supposed to be in last place in the order...

    the given reason was that sparse setting first reduces the number of blocks in memory and then dense members would be filtered from these final calculation blocks...

    Can anyone help clear this confusion?

    Thanks in advance

    Could you give links to or cite references of SER60 that you mention?

    Anyway, dense fixation will not reduce the number of blocks processed, but he could still improve performance and make a script more readable in various situations. A big one, is that a FIX on dense can prevent dynamic Calc. Members assessment in your building. The order of the dimensions in the FIX should be irrelevant, because Essbase restocking. So ' last dense "shouldn't matter.

    There is a very interesting discussion here: http://www.network54.com/Forum/58296/thread/1208974485/Order+of+Fixes+-doneit + material. Edward gives a good example of a script that can be written more efficiently thanks to a CORRECTION on dense (that OBVIOUS).

    Incidentally, I think Ben White should be stored members setting won't always prevent the evaluation of dynamically calculated members (all depends what else stored reference formulas, see FRMLRTDYNAMIC also PUT in the Ref Tech documentation).

  • Get-stat, help to understand what he gives me!

    Hello

    I'm playing with get-stat so that I can make a series of simple tests to see how a host server to load changes when virtual machines are added (and load simulated on these virtual machines).

    I'm a little confused as to what I mean really get stat. basically, I want to make a sample of five minutes, then add more machines and make a five minute sample etc.

    I use the parameter intervalssecs the value 5 and get statistics for every 20 seconds. What I understand as the period nearest available range, so it's well and good, but the maxsamples confuses me.

    Here is an example of code that I use.

    Get stat - entity & lt; vmhost & gt; -Start (get-date).addhours(-1) - cpu.usage.average stat - intervalsecs 5 - maxsamples 2

    Now, I think this list 2 samples twenty seconds (when I make it work with a second 300 range it just 2 samples list) but what I get is indeed 10 samples as shown below:

    MetricId Timestamp value unit

    -


    -


    -


    -


    CPU.usage.Average 2009-08-19 09:19:54 3.61%

    CPU.usage.Average 2009-08-19 09:19:34 2.06%

    CPU.usage.Average 2009-08-19 09:19:54 8.5%

    CPU.usage.Average 2009-08-19 09:19:34 1.37%

    CPU.usage.Average 2009-08-19 09:19:54 1.08%

    CPU.usage.Average 2009-08-19 09:19:34 2.38%

    CPU.usage.Average 2009-08-19 09:19:54 2.71%

    CPU.usage.Average 2009-08-19 09:19:34 3.28%

    CPU.usage.Average 2009-08-19 09:19:54 2.14%

    CPU.usage.Average 2009-08-19 09:19:34 1.19%

    What I don't understand is:

    1. Why is the list 10 samples?

    2. why the samples with the same timestamp have different values?

    I'm obviously not or do not understand something here.

    Please could someone help me understand.

    Thank you

    Roger

    I sense that you have 4 cores of the processor on the ESX Server.

    More seriously, I'm not psychic, but returns the cpu.usage.average metric:

    -1 value by heart

    -1 overall value

    Up to 2 times 5 is 10 samples.

    If you include the Instance property on your exit, you will see this.

    Note that the overall value has an empty Instance property, while the other 4 have the kernel # in this property.

    get-stat -entity  -start (get-date).addhours(-1) -stat cpu.usage.average -intervalsecs 5 -maxsamples 2 | select *
    
  • If statement help needed

    I am an Oracle DBA being thrown in the java world, and I'm having some trouble with an if statement. I need produce a tag that looks like this:

    1 customer name
    3 address line 1
    4 address line 2
    5, Zip City State
    6 countries

    It is possible that the lines 4 and 6 have all the data. So in this case, I don't want to print these lines.

    My if statement is less. It works as long as there are data in 4. If 4 is null then I get no results at all. Any suggestions how to fix this code?

    Thank you!

    {
    If (4! = null) {}
    If (6! = null) {}
    var text = '1,3,4,5,6' ;}
    else if (6 is null) {}
    var text = '1,3,4,5' ;}
    ElseIf (6! = null) {}
    var text = "1,3,5,6." }
    else {}
    var text = "1,3,5" ;}
    }

    Hi sharonkovac,

    Since your outermost status is "if (4!" (= null)"all the logic is procesed only when 4 is different from null.
    Code indentation can help to better understand the logic.

    {if(6==null)}
    if(4!=null) {text = '1,3,4,5' ;}
    else {text = "1,3,5" ;}
    }
    if(4!=null) Else {text = '1,3,4,5,6' ;}
    else {text = "1,3,5" ;}

    Best reggards,

Maybe you are looking for