Need help on Aggreation levels

Hi All,
I have a situation
The data in my table is
Period 1     Period 2     Denominator     Numerator
201201     201105     0     -50
201201     201106     0     -63
201201     201107     0     -74
201201     201108     0     -56
201201     201109     0     -23
201201     201110     0     -79
201201     201111     0     -104
201201     201112     0     -98
201201     201201     22019     18622
I have two ratios to calculate.
Ratio One: SUM(Numerator) / Sum(Denominator) = 18075 / 22019 = 82.08%
Ratio Two: sum(Numerator) / Sum(Denominator) when Period 1 = Period 2 = 18622/22019 = 85.57%
How can I implement this in the RPD? I have currently defined two metrics as
To derive Ratio One: I have two metric columns Dn. and Nr. set as aggregate = SUM()
Ratio 1 = Nr./Dr.
To derive Ratio Two: I have a case statement that sees if period 1 = period 2 then Nr. else 0
Ratio 2 = Derived Nr. Dr.
What is happening is since the ratios are getting calculated at the granular data level, since /0 is not considered. I am ending up both the ratios coming up with the same values.
What am I doing wrong here. Version 11.1.1.6.2 is used. Any help in aggregate functions, or how to set the levels etc., is appreciated. Thanks.

First, I made sure the settings on the preamp were right and that phantom
power was selected for the condenser mic. I also made sure the condenser
mic battery was good.
If you have Phantom power you don't need a battery (and vice versa)
I have it set to the external mic and not the internal one.
You mean you've selected the interface yes?
Did you select the interface I GarageBand's input preference?
--HangTime [Will Compute for Food] B-|>

Similar Messages

  • Need help on Multi level menu implementation

    Hi All,
    Need help on Multi level menu implementation
    Thanks,
    Anu

    Hi Anu,
    Please go through this link Implement Multilevelmenu navigation
    Thanks,

  • Need help with folder level javascript to automate "save button" on a fillable form

    I have been racking my brain for the past 6 hours trying to get a simple save button to work.
    Background: I am using Acrobat Pro 11 to create a save button on a fillable form. My intent is for the end users (my team of 3, whos computers I have access to) to be able to fill out the form, click save, and have the filename appended with date and other info and saved to a local folder on their machine.
    I am attempting to take the default form name i.e. Support Call Log.pdf and have three of the feilds within the form generate a new file name. --> Support Call Log_Brad_121_2015
    End users will fill out the form using adobe viwer X.
    Instead of putting the code that I have tried, modified, and tried again and again. I would like to ask for a fresh start and then see if I can locate my error after. I need to know what to put in my folder level script, line for line.
    I also need to know the correct syntax and format to establish a new file name with the extracted feild data, saved to the same exact file path as the original document.
    Any and all help will be greatly appreciated, I am about to go crazy!!!

    Didn't let me do it, invalid. So, here is what I have now changed my button code to:
    //get field value
    var fv1 = getField("Technician:").value;
    var fv2 = getField("Date Received:").value;
    var fv3 = getField("Unit Number:").value;
    // Split Path into an array so it is easy to work with
    var aMyPath = this.path.split("/");
    // Remove old file name
    aMyPath.pop();
    var NewFileName = "Support Call Log" + "_" + fv1 + "_" + fv2 + "_" + fv3 + ".pdf";
    NewFileName = NewFileName.replace(/[\s\!\?\<\>\'\"\*\/\\\=\?\^\`\{\}\|\~]+/g, "_");
    aMyPath.push(NewFileName);
    //save
    mySaveAs(this,aMyPath.join("/"));
    Im still getting the error dialogue box, and nothing shows in my javascript debugger window when I click the button. Seems to be something goofy with my Folder level script:
    var mySaveAs = app.trustedFunction(
         function(oDoc, cPath, cFlName)
              cPath = cPath.replace(/([^/})$/, "$1/");
              try{
                   oDoc.saveas(cPath + cFlName);
                   catch(e){
                                  app.alert("Error During Save");

  • Need help with recording level!

    Hi,
    I am writing a tune on Garage Band. I have recorded several tracks. A few with hardware, a few with soft synths. I find I cannot adjust the recording level with the slider now (soft synth parts only). It seriously needs to be reduced, otherwise it sounds terrible. The slider simply wont move. Something must be wrong. Any ideas?
    HELP!

    Ratty, at some point you must have set a point on the volume curve by accident, that and/or setting a pan curve point are the only two things that will disable the volume (and pan) controls)
    Good to hear the issue is no longer a problem. Have Fun --Hang B-)>

  • Need help in Statement level triggers.

    Hi All,
    I would like to clarify few things about statement level triggers. here are my doubts,
    1. does a statement level trigger have access to the column values of each row that the trigger affects? if so provide me with some examples.
    Thanks,
    james.

    Not by default. If you need to see the column values in an after-statement trigger, you need to use a row-level trigger to accumulate the values in a package variable. This approach would use a before-statement trigger to clear the variable (a table of records based on the rowtype of the table, usually), the after-row trigger to add a row's column values, and then the after-statement trigger to loop through the PL/SQL table (array, collection, etc.) and do whatever is needed.

  • Need help with audio levels

    What is the best way to level out the audio throughout my entire project. I want all my clips audio levels to fall within the same range.

    Take it into STPro and 'normalize' it, or boost all levels, then put a compressor filter on it.
    I use the following settings on the compressor filter...30/3/10/500. You may need to tweak those for optimum sound.
    K
    EDIT - my bad...that's -30 on the threshold
    Message was edited by: Kevan D. Holdsworth

  • Need help with multi-level categorization

    Hi,
    We have the following scenario:
    A complaint has a subject profile with two catalogs:
    1. Problem - 60 problem codes
    2. Solution - 30 solution codes
    Each catalog has code groups and codes assigned as above.
    In GUI we can address this using the catalogs, code groups and codes under "Analysis" tab at complaint header / item level. However, we want to switch over to categorization schema in CRM 7.0 Webclient UI.
    I tried creating a categorization schema in Web UI. However, if I understand correct, for each of the 90 codes (60 + 30 mentioned above) I need to a add category id under the root schema id and assign a subject code under the general data of the category (while maintaining the category hierarchy). Is this true? I really cannot do it since I have already created the catalogs with the mentioned number of codes under the relevant code groups. Isn't it a duplication of effort? Whats the whole point of creating subject profiles / catalogs / code groups / codes if it has to be redone in webclient's categorization schema? Moreover, every time I add a problem code (say number of codes become 61 from 60), do I need to change the schema and release it again?
    I believe there would be a simpler way to do it.
    My exact requirement is:
    1. I want to use only the first two drop downs of the categorization view in complaints component
    2. First drop down to have all the problem codes (60 of them)
    3. The second drop down to have all solution codes (30 of them).
    Request the gurus to provide the exact steps to achieve this (_details in terms of exact steps will be appreciated and suitably rewarded_). Please note that the customizing in terms subjects, catalogs, code groups, codes etc is already in place.
    Regards,
    DP

    Hello DP,
    we have in sum 4 categorie-fields in the service request.
    And we did it like you explained it. First customizing of code / codegroups, etc.
    Afterwards you have to create the categorization schema in WebUI.
    And yes, everytime we add a code we need to change the categorization schema as well.
    We maintain categorization schema in WebUI only in TCR and we use the RFC-Import for the QCR and PCR system.
    You are right this is a duplication of effort. In our case it is needed because we use the SLA determintation based on catogorization and we have multilevel categories, which means depend from catagory A we have different entries in category B.
    If you just need two dropdown boxes idependently from each other i would suggest to create to customer own fields with z-table behind. That´s much less effort if you often add or delete codes.
    Best regards
    Manfred

  • Needed help in high level design approach of this service

    I have a two Proxy services proxy service A and Proxy Service B
    Proxyservice A takes the XML request from the consumer and puts the message in JMS queue(queueA) and gives an immediate acknowldgment. Proxyservice B(Async) picks that message from queue and invokes the provides, if we get any binding fault or remote fault 5 retries are made (Proxy service XA enabled and if proxy service gets errored out then message remains in same queue) and message is put into error queue( if we get any business fault the message is put into undelivered queue no retries needs to be made). So whenever the message is put into the errorqueue an email notification must be sent to the sustain team. And then the ,message needs to be moved back to the queueAso that the message gets processed again
    Your help is appreciated. Need urgent help on this.
    Thanks,

    I have a two Proxy services proxy service A and Proxy Service B
    Proxyservice A takes the XML request from the consumer and puts the message in JMS queue(queueA) and gives an immediate acknowldgment. Proxyservice B(Async) picks that message from queue and invokes the provides, if we get any binding fault or remote fault 5 retries are made (Proxy service XA enabled and if proxy service gets errored out then message remains in same queue) and message is put into error queue( if we get any business fault the message is put into undelivered queue no retries needs to be made). So whenever the message is put into the errorqueue an email notification must be sent to the sustain team. And then the ,message needs to be moved back to the queueAso that the message gets processed again
    Your help is appreciated. Need urgent help on this.
    Thanks,

  • Need help on Data level security in OBIEE

    Hi All,
    Currently there are for few users who are accessing OBIEE dashboard. Here each user is responsible for 2 or 3 regions.
    Requirement:
    User wants there should be 2 dashboards First and Second. When a user login he should see the data for only those regions to whom he belongs in first dashboard. If user want to see data for all regions then he want to click on second dashboard which contains all regions data. Default dashboard for the user should be first dashboard to whom he is responible for the regions when he login.
    I have created users and groups in the security and am able to restrict the data in the first dashboard as per the filters applied on the user. Is this possible to show all regions data in second dashboard for the same user?
    Any Suggestions/help would be appreciated.
    Regards,
    Rajkumar.

    Hi,
    It looks like your problem is not the security, but the displaying.
    You can use repository variables (in this case session type). This variable gets filled when the user logon. You then store his 'own' regions (the 3 regions) in this variable. On the report(s) shown on the dashboard you add a filter on the region and base it on the repository variable. Of course you have to remove the security filter otherwise the user will never see more than his own regions.
    Regards

  • Need Help :: Perform Attribute Level Validation

    Hi Frds,
    In oaf How to perform Attribute level Validation ?
    How to compare the two attribute values ?
    My requirement is , I have Amountfrom and Amountto items in Table region having 10 records.......
    here the validation is Amount to should be greater than Amount From, so for this I have to perform validation in EOImpl class..........
    For this  i have to read AmountFrom value and compare with AmountTo.....
    here my issue is, how to  read the AmountFrom value....
    Its urgent..........
    Plz...Give ur valuable suggestions......
    Thanks ,
    Jaya

    Hi,
    You can write this logic in validateEntity() method of EOImpl.
    In EOImpl, there should be methods to get those values like getAmountFrom() and getAmountto().
    --Sushant

  • Need help in creating a 16gray levels 4 bit IndexColorModel.

    Hi ppl,
    Really need help with the above mentioned. I have reduced a 256 gray level .PGM image to 16 gray level (not using JAI). However, I'm having lots of trouble trying to create the image. It always comes out too dark. Does anyone know what the problem may be? Could it be that I'm using the wrong ColorModel?
    Am currently using the follow code
    static {
    grayPallete1=new byte[16] ;
    for(int i=0; i<16; i++) grayPallete1=(byte)i ;
    public ImageData(byte[] pmap, int r, int c){
    bpels = pmap ; irow=r; icol=c;
         int i = 0;
         clrmdl= new IndexColorModel(4,16,grayPallete1,grayPallete1,grayPallete1) ;
    Any help is greatly appreciated!
    Rgds,
    Dam
    Message was edited by:
    Damy
    Message was edited by:
    Damy

    Hi Suman Sarkar,
    I am a little confused about the layout of your waterfall chart, could you please post some dummy chart here, with a clear
    understanding with the issue, we could give some solution or workarounds, the steps of uploading the picture are following:
    1.      
    Upload the picture to a website
    http://skydriver.live.com 
    2.      
    View the picture in the website.
    3.      
    Right-click the picture, and then select “Copy”
    4.      
    In reply window, select “Paste” to paste the picture into a post.
    If you have any question about the steps, please feel free to ask.
    Regards,
    Challen Fu

  • Sometimes my iphone 5S produces low sound even on full volume level. Then i do restart it. But i am not sure where exactly the problem is? Need help.

    Sometimes my iphone 5S produces low sound even on full volume level. Then i do restart it. But i am not sure where exactly the problem is? Need help.

    Hi saiyed adil, 
    Thank you for contributing to the Apple Support Communities. 
    It appears that your iPhone 5s sometimes produces low sound, but a restart corrects it. 
    It can take some time to isolate and resolve intermittent issues like this one, and I'd recommend going through the steps in this guide the next time it occurs:
    If you hear no sound or distorted sound from your iPhone, iPad, or iPod touch speaker - Apple Support
    All the best,
    Jeremy 

  • I need help in getting my software options in CS5 Photoshop Student version. We have registered the product but don't have print preview or Adjust Auto Levels for example?

    I need help in getting my software options in CS5 Photoshop Student version. We have registered the product but don't have print preview or Adjust Auto Levels for example?

    <moved from Downloading, Installing, Setting Up to Photoshop General Discussion>

  • Need Help for Page Design Technique: Level 0 Record and Level 1 Record

    Folks,
    Hello. I am developing HR system for a client. I design a page for "Position Information" as follows:
    Level 0 record fields:
    Position Number: 01
    Status: Open
    Because many people are in this position, level 1 record is a scroll area containing many rows belong to this Position Number as follows:
    Level 1 record fields:
    Profile ID: 001 effective date: xx/xx/xxxx
    Profile ID: 002 effective date: xx/xx/xxxx
    After save the page into Database, the data in Level 1 record table doesn't match the data in Level 0 record table.
    No way to identify the rows of data in Level 1 record table belong to a specific row of data in Level 0 record table.
    I need help to design the Database, that is 2 tables: many rows in second table belong to one row in first table.
    Can any folks give some idea to design such a Database so that save the Page correctly ?

    Table 2 should have all the key fields from Table 1, followed by atleast one more key of its own.
    Subhash

  • Guys need help is regarding games. I want to install games like commandos, gta vice city, counter strike etc I mean action games in which we do levels, like games in playsatation and xbox ?

    Guys need help is regarding games. I want to install games like commandos, gta vice city, counter strike etc I mean action games in which we do levels, like games in playsatation and xbox ?

    You can only install games that are in the iTunes app store on your computer and the App Store app directly on the iPad - if there are games like those that you mention in your country's store then you can buy and install them. Have you had a look in your country's store ?

Maybe you are looking for

  • Error Message: "There was an error processing a page.  A file I/O error has occurred"

    Hi I am running Windows XP on a lab top for a while. Just recently, every time I opened PDF files, I was getting an empty page. So, I installed the latest Adobe Reader. After that I started getting the error message "There was an error processing a p

  • Can't create free PO with the material which material type is UNBW

    When I create a free PO with the material which material type is UNBW , error happens as below: Account assignment mandatory for material *** (enter acc. ***. cat.) There is no provision for value-based inventory management for this material type in

  • Will Not Boot From Install Disc

    Upon a Verify Disk check I received a "Volume Header needs minor repair" notice. Because it is necessary to boot from another disc to repair the header, I attempted to boot from the install disc. I tried restarts holding down the "C" or by selecting

  • Photos are blurred/fuzzy after transferring them from iPhoneto my computer

    I was wondering if anyone else is having the same problem.  I have the new iPhone 4s and when I transferred my photos from the iPhone to my PC the picture quality was worse once I transferred them.  They are bright and clear on my iphone, but once I

  • IMovie 8.0.6 keeps crashing on startup

    Hello.  So here are the problem details that come up after iMovie crashes.  It also won't send this report to Apple for some reason.  Appreciate any help. Process:         iMovie [223] Path:            /Applications/iMovie.app/Contents/MacOS/iMovie I