Show montly variation in percent

Hi all,
Im trying to create a report that shows an increase/decrease in percent pr. month
I got a cross-tab set up which shows the amount of Service Calls received pr. month, arranged in a row based on the Service they are registered on.
What i'm trying to do is to instead of showing the amount of calls, is to show the variation in percent between each month.
Cant seem to figure out how to set this up, anyone got any pointers?
Thanks,
Frode

Create a manual Crosstab report then you can use formula to calculate the change

Similar Messages

  • Pivot Table Chart - Show chart axis as "percent of"

    Hi all,
    I have a pivot table being generated, with the rows as year/month and the columns as web browser. However I'm only showing the top 5 browsers used, so the columns used are dynamic.
    I'd like to show the chart as "Percent of row". I know I can turn this on the table data, but this does not filter though into the chart. Does anyone know how to achieve this? Can you add the total for a row and use that in a formula?
    Thanks in advance

    Hi,
    Not sure about doing it in the pivot table, but we might be able to pull this back as a seperate column in the criteria tab which you can then use.
    Whats your metric name?
    Lets say you have Time.YearMonth, Browser, Count
    Include another column, edit the fx for that column and use sum(count by time.yearmonth) - this will give you the total for that year regardless of browser.
    Add another column and simply do count / sum(count by time.yearmonth) * 100 to get the percentage of the total for the year - play about with using that in the pivot or you might get away with a straight table view?
    Hope this helps, an alternative would be to set up a level based measure in the RPD.
    Edited by: Alastair_PeakIndicators on 31-Mar-2010 08:26

  • Show progress bar and percents when packaging a native installer with adt packager

    Hello,
    Below is a simple example using the AIR's NativeProcess for compiling an air application into a native installer... Everything works fine, so at the end of the NativeProcess, the native installer (*.exe) is created... In this case, the application which I'm trying to compile is small (approx. 600KB)... However, if I have to package into native installer a bigger file (several MBs), I would like also to monitor the progress by using a progress bar and percents... How?
    private var file:File
    private var nativeProcessStartupInfo:NativeProcessStartupInfo;
    private var nativeProcess:NativeProcess;
    private function compile():void{
      file = new File("C:\\Program Files\\Java\\jre7\\bin\\java.exe");
      nativeProcessStartupInfo = new NativeProcessStartupInfo();
      var args:Vector.<String> = new Vector.<String>();
      args.push("-jar");
      args.push(adtPath);
      args.push("-package");
      args.push("-storetype");
      args.push("pkcs12");
      args.push("-keystore");
      args.push(certPath);
      args.push("-storepass");
      args.push("mypass");
      args.push("-target");
      args.push("native");
      args.push(exePath);
      args.push(xmlPath);
      args.push("-C");
      args.push(swfPath);
      args.push("testApp.swf");
      args.push("icons");
      nativeProcessStartupInfo.arguments = args;
      nativeProcessStartupInfo.executable = file;
      nativeProcess = new NativeProcess();
      nativeProcess.addEventListener(ProgressEvent.STANDARD_OUTPUT_DATA, onOutputData);
      nativeProcess.addEventListener(ProgressEvent.STANDARD_ERROR_DATA, onErrorData);
      nativeProcess.start(nativeProcessStartupInfo);
    private function onOutputData(event:ProgressEvent):void{
       var op:String =  nativeProcess.standardOutput.readUTFBytes(nativeProcess.standardOutput.bytesAvailable);
       trace("output = " + op);
    private function onErrorData(event:ProgressEvent):void{
       var er:String = nativeProcess.standardError.readUTFBytes(nativeProcess.standardError.bytesAvailable);
       trace("error = " + er);
    Thanks in advance,
    Nikola

    Someone to offer a solution to this problem (if exists)?

  • Thermocouples with USB-6210 DAQ, readings show big variations from true temp.

    I have several type T and type K thermocouples connected to a USB-6210 DAQ.  In VI logger, I have set up a thermocouple task, selecting CJC source as constant.  Is it correct that software takes care of the CJC, as the connection diagram shows just the thermocouple connected directly into the device?  With the CJC value of 18 (room temp), the values start off OK, but over ten minutes they drift to about 40 degrees, and seem to increase and decrease randomly.  Do I need additional hardware, and/or what is going wrong?  Thank you.

    Hi DSharp,
    You are correct that the software will account for the CJC value which you set as constant when computing the returned temperature value from the voltage reading. One thing I would suggest trying would be to see if touching the thermocouple or otherwise providing a path to ground for the thermocouple makes the signal return back to a value within the valid range. When measuring a floating source such as a thermocouple in differential mode, it is necessary to provide a path from the instrumentation amplifier inputs to the instrumentation amplifier ground, which can be accomplished through the use of bias resistors being placed between the inputs and AIGND. For more information on bias resistors and properly connecting signals, please refer to the Field Wiring and Noise Considerations for Analog Signals tutorial. There is also more information about the problem you are seeing in "Appendix B: Troubleshooting" of the NI USB-621x User Manual (page B-1). On this page, you will see a topic titled "I am using my device in differential analog input ground-reference mode and I have connected a differential input signal, but my readings are random and drift rapidly. What is wrong?" which also discusses making proper connections. Hope this helps,
    Daniel S.
    National Instruments

  • Trying to display rows with sums and percents using filters

    Hello, I am working on a data sheet containing levels for students of 0, 1, 2, or 3 in different categories. I am trying to show totals and percents of these levels, while being able to filter out certain students based on gender, ethnicity, etc. Problem
    is when I filter, the rows showing my totals and percents disappear.
    For total number of level 3's in a column my formula looks like this: =SUMPRODUCT(SUBTOTAL(103,OFFSET(F6:F26,ROW(F6:F26)-ROW(F6),0,1)),--(F6:F26=3))
    For percent of level 3's I have: SUMPRODUCT(SUBTOTAL(103,OFFSET(F6:F26,ROW(F6:F26)-ROW(F6),0,1)),--(F6:F26=3))/SUM(F28:F31) 
    Percents and totals calculate fine. When I filter in the columns demonstrating demographics, which is columns B,C, D or E, the rows in which I calculate my totals and percents disappear. I also tried the number 3 instead of 103 after the SUBTOTAL function
    but same result. What am I doing wrong?

    Since you didn’t upload your excel file, I’m not quite sure what’s your source data looks like.
    I don’t think this issue is caused by your formula, but I guess you really need use number 3 instead of 103 in your SUBTOTAL formula.
    Anyway, please try below possible solutions for this issue.
    1. Set up your formula firstly, then filter data. Rather than the other way around.
    2. Select the filter range before filter. Or use advanced filter(except  the row which including your  formula)
    3. Copy the formula to the next row, then delete the pervious formula row.
    If it didn’t bring any joy. It’ll be better if you can share your workbook with us.

  • "Pie chart in pivot view  showing only the first column's results" in obiee

    Hi,
    In my pivot view(pie chart view+pivottable),i'm getting only the first column's result in pie chart..
    I have added a column named *'A*' in rows and '*moneyspent*' in measuresfield and the '*period*' in the columnsfield in the pivot view.I'm calculating the sum of
    the rows and columns..
    I'm not getting the sum valueof moneyspent in the pie chart..instead i'm getting only the first column of period in the pivot table in the pie chart.
    can anyone tell how can i get the sum value of pivot table in pie chart?
    Thanks in advance..

    Hi Prash,
    let me try to give you an example based on the paint sample:
    Use Markets.Region, Products.Brand, 'Sales Measures'.Units
    choose a pivot view to display the result: region goes into the rows-section, Brand goes into the columns-section and Units into the measures-section
    In the columns-section add a total using the 'add total' at 'Measure Labels' level
    the result is a total column on the right side of the pivot.
    looking like this:
    Units
    Brands
    Region Enterprise Magicolor Mccloskey Valspar Units Total
    Central 1032.....
    Eastern 1485......
    Southern 824.....
    Western 580
    What I am looking for is a new column 'Units Total pct'.
    If I duplicate the measure to show the values in percent, I'll get a second column per Brand (showing the absolute and percentage values) - that's what I don't want
    Regards
    Andy

  • Massive colour variation from Aperture to Photoshop

    Hi there
    I have experienced a startling colour variation when exporting an image form Aperture to Photoshop 3 (for a bit of tweaking).
    Please see this screen grab which shows the variation - particularly the desaturated reds in p/shop:
    http://www.white-adams.co.uk/white-adams.co.uk/ScreenGrab.tif
    (although the screen grab is less dramatic varied than the reality on screen here).
    Some background:
    File is a raw file with some basic adjustments made in Aperture
    I then right-clicked on the version made in Aperture and selected "edit with" Photoshop CS3
    Can anyone help me explain the variation?
    If I want to get this image printed and I export it from Aperture will it retain the lovely saturated reds - or look more like the photoshop version?!
    Help!
    Kind regards
    Robert

    have checked soft-proofing is off in Photoshop
    Configuring Photoshop for compatible assumptions is complex. The first ICC-enabled version was 6 and it introduced dialogues including Colour Settings, Proof Setup, Proof Colours, Print with Preview > Colour Management on top of the old PostScript colour management model and the even older PostScript level 1 model where transfer curves and frequency algorithms get programmed into Encapsulated PostScript and change the calibration of the raster image processor at runtime.
    The controls are here and there technically non-sensical. A couple of critical controls are Simulate > Paper White and Simulate > Ink Black. The English is non-sense, so the localisations are non-sense. If EU localisations are inverted back into English, they read Simulate > White Paper and Simulate > Black Ink - including the German localisation that one would suppose the good people at Heidelberg, FOGRA and Bundesverband Druck und Medien would have had their beady eyes on.
    Why is the English technical non-sense? Because in a colour test chart there is a null colourant patch where the spectrophotometer measures the colour of the paper itself (its L* lightness and its ab hue and chroma); a patch where the colourant combination is C100 M100 Y100 K100 which is where the spectrophometer measures maximum process black; and a patch where the colourant is K100 where the spectrophotometer measures black solid and solo.
    Process black in C100 M100 Y100 K100 is what Photoshop uses in Simulate > Ink Black and the colour of paper measured in the null colourant patch is used in Simulate > Paper White. There were discussions with Adobe in 2004 and again in the following, but I stopped trying to get them to change either their localisations or their source English - let alone the multiple modal dialogues for controlling rendering intent configurations.
    With regard to Aperture, the idea of allowing the enduser to apply a gamma correction on top of the colour management input-output is not a good idea. It helps the one person who doesn't have proper studio lighting for a display-print match, but it does not help the colour management process with other people in a workgroup.
    /hh

  • Camcorder Display shows smaller image area than FC Viewer

    The Camcorder Display (I use a Sony FX1 - but it is like that with every consumer camcorder) shows only about 90 percent !!! of the whole image, that I see, when I look at the video in Final Cut.
    Specially in HDV it is very bad. I make videos mainy with stuctures of nature and arcitecture - it is very disturbing, that I cannot get exactly the image area, that I need. Only professional cameras offer an overscanning for the display image, that shows really the whole image, that is recorded!
    One solution is to take my iBook with me - in iMovie I can see the live picture exactly as it is recorded.
    But that's a very bad workaround to me. I don't want to carry my iBook with me all the time!
    How do you solve this problem?
    What are doing?

    How do you solve this problem?<<</div>
    1. get a professional camcorder
    - or -
    2. use a pro monitor on location
    - or -
    3. learn to judge your actual image acquisition area - the part not displayed in the viewfinder.
    The same thing applies to many 35mm and digital still cameras - even the "pro" models often don't show the entire image area in their viewfinders. It takes some practice, but you should be able to learn how to "see" beyond the viewfinder's limits so you know what you're actually recording.
    -DH

  • LR RGB percents, how to find them?

    Hi, I am LR 2. I would like to check some shadows & highlights to see if they are blown out or hold enough info. In PS I look at the info pallet. LR does show me some values, but how do you convert them so they show up like PS percents? Right now I have to develope the image and take it into PS to see if it OK.
    Thanks

    duke blue wrote:
    Rich, Thanks for your help.I know there is soft proofing in PS. I could not find it in LR.
    here's a video: http://tv.adobe.com/watch/whats-new-in-lightroom-4/soft-proofing-images/
    [Edit: I notice "Lightroom 2" - is that LR4.2, something else, or the much older 2.x? No softproofing in 2.x - an upgrade to current version is strongly recommended, if only for this (grin).]
    It has been well implemented IMO, for the purpose intended. One limitation: no CMYK values are available on-the-fly as they can be in PS; LR reports in RGB only.
    In LR, if you see a % figure, that is a LR-internal value; if you see a simple number it is an 8-bit RGB value in the output space. However the LR-internal colourspace is at least identical across all images no matter what; so that may be a better basis for reliable comparison of tones etc between images. In PS you have to ask, percentage of what?
    regards, RP

  • My lenovo a3000 shows battery percantage incorrectl​y!

    Hello all! When My tablet displays about 20_25 percantage battery charge and i reboot the tablet, then it shows more than 50 percent and it really works for 3 or more hours after reboot! What can i do for solving this problem?

    Dear Jahanrads
    Welcome in lenovo community
    Please try to make system software update and then check the issue again ,
    Please let me know
    Thanks
    Alaa
    Did someone help you today? Press the star on the left to thank them with a Kudo!
    If you find a post helpful and it answers your question, please mark it as an "Accepted Solution"! This will help the rest of the Community with similar issues identify the verified solution and benefit from it.
    Follow @LenovoForums on Twitter!

  • Trying to Imitate the html POST  method with an applet

    I am trying to imitate the POST method with an applet, so that I can eventually send sound from a microphone to a PHP script which will store it in a file on a server. I am starting out by trying to post a simple line of text by making the PHP script think that it is receiving the text within a POST-ed file. The reason I am doing things this way is in part because I am, for the time being, limited to a shared server without any support for servlets or any other server side java.
    The code I am trying is based in part on an old thread found elsewhere in this forum, concerning sending data to a PHP file by imitating the POST method:
    link:
    http://forum.java.sun.com/thread.jspa?threadID=530399&messageID=2603608
    someone named "harmmeijer" provided most of the answers on that thread. If that person is still around hope they take a look at this,also I have some questions to clarify what they said on the other thread..
    My first attempt at code is below. The applet is in a signed jar file and is trying to pass a text line to the PHP script in the same directory and on the same server that the applet came from. It is doing this by sending header information that is supposed to be identical to what an html form would send if it was uploading a .txt file with the line of text within it. The applet displays one button. When you press it, it sucessfully starts up the postsim method (defined at the end), which is supposed to send the info to the PHP script at the server.
    I have two questions:
    1) I know that the PHP script is starting up, because it prints out a few messages depending on what happens. However, the script does not recognize any file coming down the line, so it does not save anyting on the server, and prints out a message saying the no file was uploaded.
    Any idea what might be going wrong? I'm not getting any error messages from the applet. I've tried a few different variations of the 'header' information contained in the line:
    osToServer.writeBytes("--****4353\r\nContent-Disposition: form-data; name=\"testfile\"; filename=\"C:testfile.txt\"\r\nContent-Type: text/plain\r\n");
    The commented out line below it shows one variation (which was given in the thread mentioned above).
    2) You'll notice that I've commented out the two lines having to do with the input line:
    //InputStream isFromServer;
    and
    //isFromServer = uc.getInputStream();
    The reason is that the program crahes whenever I put the latter line in - to the extent that Opera closes down the JVM and then crashes when I tried to exit it.. I must be doing something horribly wrong there! I first tried using isFromServer = new DataInputStream(uc.getInputStream());
    becuase it was consistent with the output stream, but that caused the same problem.
    Here's the code:
    public class AudioUptest1 extends Applet{
    //There are a few spurious things defined in this section, having to do with the fact the microphone data is evenuatly going to be sent. haven't yet insterted code to get input from a microphone.
    AudioFormat audioFormat;
    TargetDataLine targetDataLine;
    SourceDataLine sourceDataLine;
    DataOutputStream osToServer;
    //InputStream isFromServer;
    URLConnection uc;
    final JButton captureBtn = new JButton("Capture");
    final JPanel btnPanel = new JPanel();
    public void init(){
    System.out.println("Started the applet");
    try
    URL url = new URL( "http://www.mywebsite.com/handleapplet.php" );
    uc = url.openConnection();
    //Post multipart data
    uc.setDoOutput(true);
    uc.setDoInput(true);
    uc.setUseCaches(false);
    //set request headers
    uc.setRequestProperty("Connection", "Keep-Alive");
    uc.setRequestProperty("HTTP_REFERER", "http://applet.getcodebase");
    uc.setRequestProperty("Content-Type","multipart/form-data; boundary=****4353");
    osToServer = new DataOutputStream(uc.getOutputStream());
    //isFromServer = uc.getInputStream();
    catch(IOException e)
    System.out.println ("Error etc. etc.");
    return;
    //Start of GUI stuff
    captureBtn.setEnabled(true);
    //Register listeners
    captureBtn.addActionListener(
    new ActionListener(){
    public void actionPerformed(
    ActionEvent e){
    captureBtn.setEnabled(false);
    //Postsim method will send simulated POST to PHP script on server.
    postsim();
    }//end actionPerformed
    }//end ActionListener
    );//end addActionListener()
    add(captureBtn);
    add(btnPanel);
    // getContentPane().setLayout(new FlowLayout());
    // setDefaultCloseOperation(EXIT_ON_CLOSE);
    setSize(250,70);
    setVisible(true);
    }//end of GUI stuff, constructor.
    //These buffers might be made larger.
    byte tempOutBuffer[] = new byte[100];
    byte tempInBuffer[] = new byte[100];
    private void postsim(){
    System.out.println("Got to the postsim method");
    try{
    //******The next four lines are supposed to imitate a POST upload from a form******
    osToServer.writeBytes("--****4353\r\nContent-Disposition: form-data; name=\"testfile\"; filename=\"C:testfile.txt\"\r\nContent-Type: text/plain\r\n");
    //osToServer.writeBytes("Content-Disposition: form-data; name=\"testfile\"; filename=\"C:testfile.txt\"\r\nContent-Type: text/plain\r\n");
    //This is the text that's cupposed to be written into the file.
    osToServer.writeBytes("This is a test file");
    osToServer.writeBytes("--****4353--\r\n\r\n");
    osToServer.flush();
    osToServer.close();
    catch (Exception e) {
    System.out.println(e);
    System.out.println("did not sucessfully connect or write to server");
    System.exit(0);
    }//end catch
    }//end method postsim
    }//end AudioUp.java

    Hi All,
    I was trying to write a signed applet that helps the
    user of the applet to browse the local hard disk and
    select a file from the same. The JFileChooser class
    from Swing is what I used in my applet. The problem
    is with the policy file. I am not able to trace the
    exact way to write a policy file which gives a total
    access to read,write,delete,execute on all the drives
    of the local hard disk.
    I am successful in signing the applets and performing
    operations : read,write,delete & execute on a single
    file but failing to grant permission for the entire
    file.
    Any help would be highly appreciated.Which policy file are you using? there might be more than one policy file.
    also, u have to specify the alias of the signed certificate in the policy file to grant the necessary priviledges to the signed applet.

  • Problem with keyboard after upgrading to iOS 5.0.1

    I updated my iPad and iPhone 4 to iOS 5.0.1 and the Icelandic keyboard does not work any more. Is there a way to fix this?
    I have all settings right but still the letters I need don´t appear.

    What do you mean when you say it doesn't work any more? What characters do you expect to see when using this keyboard?
    You know that you can hold down a letter to show additional variations of that letter? e.g. If I hold down E it will show me other variations of E such as É, È, Ê etc...

  • Lightroom 4 custom crop boundary area display

    We post hundreds of sports photos at a time.  We set a custom crop 7.5x10 which most closely enables all our supported print aspect ratios (4x6, 5x7, 8x10, etc.).  We have to be careful that the important photo elements are NOT in the boundary area inside the crop.  I mean we need to keep space inside our standard crop so that regardless of which print size you pick that the trim (either top/bottom or sides depending on the print) will not cut of important photo elements.  It would be very helpful if we could have Lightroom 4 display this boundary area with some type of shading.  That way when we do the crop we can see if an important photo element is in the boundary area, and then we can increase the crop.  Our objective is as tight a crop as appropriate while preserving the boundary area.  A visual cue would be most helpful with this work. 
    I'd appreciate suggestions about how to accomplish this if it is already possible or have Adobe engineers add the visual cue for a configurable boundary area inside the crop.

    I understand what you are getting at. I went into PS and created a series of shape layers at the specified ratios and then centered them. I then expanded each proportionally so that there long side was 10 inches. On a portrait oriented photo there is a portion on the left and right that cropped on a 5x7 or 4x6. I tinted the shapes and then masked out the center area. I then save this as a .png file with the intent of using it as a watermark. This worked but is an after the fact confirmation.
    While in the crop tool you can press the "O" key and rotate through different crop guides. The last one is a grid. (works the same in LR3) When I had the crop aspect ratio set to 7.5 x 10 (which LR4 simplfied to 3x4) this shows for me as a 12 wide by 16 long grid. Coincidentally, the crop danger zone appears to be very close to exactly one grid in width.
    I don't know if this is a "close enough" solution for you.
    **** I'm glad I didn't hit send before going back and looking at LR4 again. This works on a full size image with a maximum size crop. But if you starting shrinking the crop the grid size changes. Now if Adobe could maintain the grid so it ALWAYS shows in say 10 percent increments, then your danger zone would always be the left most and right most 10 percent.

  • How to measure thermocouple in lab view and save the data..

    hi.. i am using my DAQ with 2 analog channels.. i need to acquire signal from thermo couple i have T type thermo couple with brown jacket.. i have connected the thermocoupe in ai0.. and i selected the thermocouple type... when i select the built in option.. it shows some error.. then if i use cjc value as constant 25 its working.. but the signal acquired is not matching well.. it show huge variation.. some times it goes for -20 and maximum of 60 which is not possible at all...just in air medium i checked it... when i used infrared thermometer it shows around 24 C... kindly help me.. i have attached the screen shot of the block diagram panel... and acquired signal..
    Attachments:
    Doc1.docx ‏425 KB

    Hi,
    You hooked up to the analog inputs on your device correctly. Thermocouples measure the difference in temperature between the DAQ and the location where the wires are welded together. They need to be insulated thermally and electrically in-between. Thermocouples have very low response compared to the normal 10 volt DAQ range. Type T is only 43 uV/C (thats 0.000043V compared to 10 volts). To see if the thermocouple is working, you need to heat up the welded end. They measure 0 V when the welded end is at room temperature. Type T only goes up to a few hundred C, so be careful, but you can probably wave a lighter under it to see if it's working. You might try the audio in on your device. You don't need a high sampling rate and it may have a better amplifier and dynamic range.
    To get absolute temperature you need to offset the thermocouple reading from the DAQ temperature (room temp usually). You could do this by measuring it with your IR thermometer. Check into the NI 9211 and simliar which are much better suited to thermocouple measurements.
    Good luck!

  • T.Code F.13

    Hi All
    What will the possible causes be when  entries per purchase order that match in value and quantity  remains in open items after F.13 (AUtomatic clearing) is executed
    Vishnu

    Hi Vishnu,
    Select right GL Code/s too while running above transaction code. System shows the variation if any and analyse respective line items (document wise)
    Hope this info will be useful.
    Bye,
    Muralidhara

Maybe you are looking for