Create a percentage matrix

Please assist, from this query I need help creating a percentage matrix of distributions for 0, 2002, and 2005.
TO_CHAR(OH.CREATED_TS,'DD') 0 2002 2005
With this Code:
SELECT * FROM ain.IMPL_RESPONSE_HEADER irh
WHERE irh.created_TS BETWEEN to_date('01/01/2013 00:00:00','mm/dd/yyyy hh24:mi:ss')
AND to_date('03/14/2013 00:00:00','mm/dd/yyyy hh24:mi:ss')
AND Fiber_Response_Code ='2002'
OR Fiber_Response_Code ='2005'

Hi,
989618 wrote:
Can you please help me create this matrix, I need to convert the data into days: TO_CHAR(OH.CREATED_TS,'DD')I need some help from you.
Post CREATE TABLE and INSERT statements for a little sample data, and the exact results you want from that data. Explain, with specific examples, how you get those results from that data. Originally, it sounded like you wanted separate columns for separate years. Now it sounds like you want separate columns for separate days. Without a concrete example of what you want, we don;'t even know what the problem is, let alone the solution.
Simpfy the problem. If you really need something for all 31 days of the month, you don't have to post all that much data. Pretend there are only 3, or 4 days in the month, and post sample data and results for those 3 or 4 days. If you make it clear what you really need to do, we'll find a solution that works for the more complicated real data as well as for the simplified test data.
You need to say which version of Oracle you're using. Like all the things people demand of you in this forum, it's for your own good. For example, a new SELECT ... PIVOT feature was introduced in Oracle 11.1. If you're using Oracle 10.2, a beautiful solution using SELECT ... PIVOT won't help you. On the other hand, if you do have Oracle 11, you don't want a more complicated, slower solution just because it works in Oracle 10.
Read the forum FAQ {message:id=9360002} It can really help you.
Have you read the forum FAQ page regarding pivots? {message:id=9360005} What did you try friom that page? What problems did you have?

Similar Messages

  • Need to create a percentage formula

    OK I am trying to create a percentage formula for the following.
    B8 is 638.00 and C8 is 731.00  I want the result to tell me what the % is -/+
    I am not getting how to create this formula.  I am new to this.

    Hi kat,
    "In 2012 the town added a postion and the cost was 1500.00 (b7) This position did not exist in 2011 (c7).  This resulted in a 100% increase to the budget."
    Wrong.
    An increase from zero budget to a budget of any amount cannot be expressed as a percent increase.
    Any increase expressed as a percentage is expressed as a percentage of the starting amount.
    Suppose the budget for this position for 2011 was 750.00.
    100% of that amount is 750.00.
    A 100% increase from the 2011 budget would then be the original budget (750.00) plus 100% of the original budget (750.00), and the new budget would be 1500.00.
    But the 2011 budget for this position was 0.00.
    100% of nothing is nothing.
    A 100% increase is nothing plus nothing.
    A 200% increase is nothing plus (nothing x 2).
    A 1000% increase is nothing plus (nothing x 10)
    "HMMM I am not sure I understand what you mean by "describe what you got"?"
    I think a clearer expression would be "show how you got this result (235%). Copy the formula and paste it into your message. show the values that were in each of the cells referenced in the formula." Like Wayne, I'm mystified by this result.
    "now that I know that 0 is not a defined value and is illegal."
    0 is defined, and has been for centuries. 0 is not illegal. But division by 0 IS 'illegal' in the sense that it is not permitted in mathematics because its result is undefined. Simple example:
    I have three halloween treats left in the bowl. Zero ( 0 ) children come to my door calling 'trick or treat.' If I share the treats equally among the children, how many must I give to each child so that I have no treats left over?
    "I will just put in 100% in the cell and move on to other things."
    Ummm... 'I don't understand this, so I'll just pull a number that 'looks right to me' out of the air, plug it in, and move on." How does putting a wrong value into your budget make the budget turn out right?
    To your next topic/question:
    " I am going to want this set up like so
    b15-c15 goes into cell d15
    b16-c16 goes into cell d16"
    This works pretty much exactly as you've written it.
    In D15, enter: =B15-C15
    Grab the Fill control handle (small circle) and drag down two rows to fill the formula into D16 and D17.
    Results will appear in each cell as the formula is filled into that cell.
    Regards,
    Barry

  • Can I create a BCG Matrix in Numbers?

    I'd like to create a graph/matrix, which includes not only positional information (x,y axis), but also shows relative size. Ideally, it would be a BCG matrix much like Hans Rosling uses on www.gapminder.org.
    Is it possible to create this with Numbers '09? Or, perhaps in Keynote?

    If it is for a small number of data points, not like the graphic on the page in the link that has many points, you could get the look by plotting each data point as a separate series on the chart, choose a circular data point symbol for each series (you can do them all in one step by clicking on the chart but not clicking on a series, then choosing the round data symbol), set the size of the symbols to correspond with your relative size data (one at a time), then use a color fill for each to fill in center of the circular symbols (also one at a time). I wouldn't recommend this for more than a handful of points.

  • What is the best way to create a dot matrix effect

    Hi. I want to print something with a single solid (pantone) colour (not process), but I also want to give my simple graphic some shading. I have added some transparency to see the effect, but as far a printing the final product I need a solid single colour.
    Aside from creating an array of dots and shaping them manually, is there an easier way? I think this would require a lot of trial and error of density to get the required shade correct.
    Is there any way I can directly convert a transparant object into a dot matrix pattern, approximating the same effect? This would be a good addition to the effects panal.
    Any help please?

    I want to print something with a single solid (pantone) colour (not process), but I also want to give my simple graphic some shading.
    Even though you are using a single ink (your spot color), you can still use various tints of that ink in the document. You can even create grad fills and blends involving the tints. So long as all the grad stops and key objects in the blends are colored only with the spot color or tints thereof, it will all print to the same color separation.
    JET

  • Creating a percentage form field?

    I have an element called SOACTIVITY_STATUS, the value of the element is part of a group by.
    I want to display three columns on my report. The first column is the total count of SOACTIVITY_STATUS rows. The second column is the total count of rows where the value is 'MIS' and the third column is the percentage of column2 / column1.
    I have defined column 1 as: <?count(current-group()/SOACTIVITY_STATUS)?>
    I have defined column 2 as: <?count(current-group()/SOACTIVITY_STATUS[.='MIS'])?>
    When I run the report I get a count of "7" for column 1 and "5" for column 2. How do I define column 3 so my result will be "71%" ?

    Hi
    <?( ( count(current-group()/SOACTIVITY_STATUS[.='MIS']) ) div ( count(current-group()/SOACTIVITY_STATUS) )  )* 100 ?> Will get you the 71, if you want the template to format the number with a % sig. then leave out the * 100 and assign the field numeric and set the format appropriately.
    Yep, you have to do the calulations over again - expensive. You could create a couple of variables to hold the values and divide those.
    So rather than your columns totals being as you have, you would have:
    <?variable: cnt1,'count(current-group()/SOACTIVITY_STATUS)'?>
    <?variable: cnt2,'count(current-group()/SOACTIVITY_STATUS[.='MIS'])'?>Then for your column values you would use
    1st Count     2nd count     Percentage
    <?$cnt1?>   <?$cnt2?>     <?$cnt2 div $cnt1?>     that will save some resources.
    Regards
    tim

  • Creating a percentage data point

    Hi,
    I am trying to create a data point at the universe level that computes the achievement percentage of sales vs target. At the most granular level, the value is correct, but rolling up, it simply sums up the percentage instead of calculating the value. I am able to get the correct percentage if I define at the report level, but I am wondering if I can do this at the universe level so that it can be a re-usable data point for users.
    Sample data:
    Achievement  =  Sales/Target
    Year     Quarter     Target     Sales     Achievement
    2010     Q1             100        50          0.5
    2010     Q2             200        175        0.875
    If Achievement is defined at Universe-level, I get the below values:
    Year     Target     Sales     Achievement
    2010     300        225         1.375
    When the correct value should be as below:
    Year     Target     Sales     Achievement
    2010     300        225         0.75

    Hi Ednalynn,
    You must have defined 'Achievement' object as a measure in the universe.
    The measure is this scenario is non-additive; however, it seems like the default projection of this measure is set to Sum and therefore, the values are getting aggregating automatically when the grain is increasing.
    Can you try using the projection as 'None' and check if it helps?
    Regards,
    Yuvraj

  • How can I create a clickable matrix that each cell leads to a different view?

    Hi everybody,
    I want to create a matrix in my Sharepoint homepage that each of its cells will be clickable and lead to different filtered results. I use Sharepoint 2010.
    Currently I am thinking of creating the filtered results using views and then  inserting the links of the views in a two dimensional matrix. I want this matrix to be present in my homepage and those who click on its sells will be directed to the aforementioned
    views. 
    First I would like to know if it's possible to do this, whether there is a better way and finally how I can create this matrix. Any help is welcome! 
    Cheers,
    Sakis

    Depending on which version of SharePoint you're using, this (InfoPath) may not be the best way.  Otherwise, here's how I'd do it:
    Create buttons with custom look and feel...  make them look like your matrix... then, use rules to "switch views" to whatever view you want them to go to based on which button they click.  Buttons can be used to run rules and switch views, really
    easily.  Then (depending on what version of SharePoint you have... MOSS vs WSS, 2007 vs 2010 vs 2013) you could put a "Form webpart" on the home page to display your form when people visit the page. 

  • Creating the Authorization Matrix?

    How requirement gathering should be done?
    What is procedure to Create Authorization Matrix in SAP Secuirty Project?

    Hi Ajit,
    If you are starting new to security, then you can go through books like authorizations made easy, and can also enroll for the SAP ADM courses. There are also good books for authorizations and the procedures for implementing it on SAP-PRESS. You can buy them too.
    You can search this forum for certification too:
    SAP Security Certification
    To answer your question on job and process based roles:
    Process roles are roles that contain at least one tcode, but are usually a set of tcodes, reports and programs.  They represent a defined granular business process with specific functions within the R/3 environments. Set of these roles make up a job for a user.
    Job roles are roles containing multiple tcodes, reports and programs which make up specific Job Functions .These may also be referenced as Position-Based Roles. In most cases, users are only assigned one Job Role
    Hope this helps
    Abhishek

  • What is the easiest way to create a grid/matrix of images?

    We want to create a 'graduation plaque' with a number of students in a grid - like this
    http://50.asc.upenn.edu/drupal/sites/default/files/50th%20Anniversary/Students%20and%20Cla sses/1990's/Class%20of%201993.JPG
    The source photos are all different sizes. Is there a faster/easier method of producing something like this rather than resizing every image to fit a predefined size and then manually placing them on separate layers?

    Contact Sheet II is a Photoshop Plug-in Script writen by xbytor.  He is a much better Photoshop Script writer then me I'm just a hacker.  Contact Sheet is a much more complicate script then mine for is a Photoshop Plug-in with Photoshop action support.  It is also not designed to size all image to the exact same size and aspect ratio if images sizes and aspect ratio differ there will be some variation in images sizes on the contact sheets.  The only labeling it will do is place the file names on the contact sheet.
    My script is simpler therefor easier to change then Contact Sheet II and my Script is designed to make all image unform in size.  My script does not do any labeling but it would be easy to add to a point. My script is also only set up the do spacing the same vertically and horizontally but adding a couple of field to its dialog you could easily separate them but this might not be needed.  The hard part would be the labeling for you may want to rotate the roll paper print so it a wide image rather then tall. In which case the labeling would need be set up up rotated and moved the the side of the image which would be rotated because of the tile aspect ratio set up  you would make tile have a landscape aspect ratio. Portraits would automatically be rotate for best fit, when you rotate the print they will be orientated portrait.  The labeling would need to have at least two options in the dialog,  One to do labeling and one for which way you want the labeling done to the side or below. All image processed must have the same orientation otherwise some will be rotated not all or none. Image can vary in size and aspect ratio.  But all should be landscape or portrait for the script is designed to rotate image for best fit into tile size.

  • Creating a percentage value radar graph

    I'm building a report in Adobe InDesign CS6 and I need to include a couple of Percentage Based Radar Chart (see attached).  One will be divided into 10 segments and the other in 9.
    I've found a Pie Chart by Percentage in MS Excel but the formula is very, very complicated.
    I am not at all familiar with Adobe Illustrator (CS6) so any help would be greatly appreciated.

    Millennium, Thank you for your unhelpful and opinionated response. Of course I can build triangles and that is what I've done as shown. What I'm looking for is a graph template or builder to generate the graph from the numbers being input same as you would with a Radar Chart or Pie Chart.
    Not quite sure how you got to the level of MVP like that.

  • Creating a percentage of marked objects from a bag help

    Hey guys, i've had good feedback and help from these forums before so thought i'd pick your brains again...
    I'm looking at making a sim/game based around random results.
    The experiment im supporting has (for example) 100 rubber ducks in a bag, you pick out 30 and mark them with a cross and place them back in the bag. Then you pick another 30 and note how many of the marked ducks you have found again.
    I have some knowledge of Flash and have managed to make a random dice simulator and a few others.
    I figure the best way is to forget about manually marking the ducks but instead have a drop down box where you can sellect how many of the 100 will be marked.Then have an action button which produces the results (in numbers?) underneath each corresponding duck (1 normal yellow, one marked).
    Anybody able to help?
    Thanks very much!!
    Ollie

    Yes, it makes sense, and the simulation I gave you does that and a bit more.  It actually let's you pick ducks more than just twice.
    I do want to make sure I understand the concept clearly, so I'll write things in "my words" just to be clear.
    When you say you wish to simulate the picking the ducks, you mean that when the user clicks the bag, the computer will pick the ducks randomly for him, the user will not actually see 100 ducks and start picking each one.  Correct?
    If the answer to that is YES, then the button that says "Draw", that's your bag.
    Now I separated the part that does the reporting, from the part that does the drawing to let it be more flexible and so that you could slice it better to suit your needs.
    My simulation does pick random ducks every time.  Basically what it does, takes 30 ducks out of the bag, marks them and puts them back it.  You click again and it picks 30 ducks out of the bag, marks them, and puts them back in.  So a duck can have more than one x.  Technically speaking, those are very special rubber ducks because they can have 2,147,483,648 'X's on them.
    Let's look at the code that actually does this in more detail
    function drawFromBucket(event:MouseEvent):void      // could be called drawFromBag
        var ducksPickedList:Array = new Array();       // this is how I keep track of which ducks have been taken OUT of the bag in each draw
        var amountOfDucksToPick:int = 30;               // How many ducks to take out, easily changed to suit your needs
        howManyDraws++;                                      // Keeping count of how many times have we taken ducks out of the bag
                                  // Here is where we pick the ducks  This is a loop that will go 30 times or how many you choose above
        for (var index:int = 0; index < amountOfDucksToPick; index++)
             // Pick a duck at random and check to see if we already picked it
             // if we did, pick another.
             var luckyDuckIndex:int;
             do
                  luckyDuckIndex  = Math.random() * howManyDucks;     // Pick a duck by it's number
              } while (ducksPickedList.indexOf(luckyDuckIndex) >= 0);  // Check to see if it's out of the bag, if it is out already pick anotherone.
              trace("Lucks duck #" + luckyDuckIndex.toString());   // So you can see in your Console which ducks have been picked.
                                                                    // put it in the list that stores the ducks that out of the bag.  This gets reset on every draw from the bag
             ducksPickedList.push(luckyDuckIndex);
            //  Mark that duck
            var luckyDuck:Object = bunchOfDucks[luckyDuckIndex];     // We just had a number this is how we grab the duck that belongs to that number
            luckyDuck.timesSelected++;                                           // We write an X on that duck.
      The reporting function basically tells you how many ducks are there than have more than x amount of 'X's on them, although interesting, not exactly what you needed.  What you need is not that complicated to get, there is multiple ways of doing this, but I'll just edit the function above.
    I got rid of the button that showed the results, and just show the results on each draw.
    Here is the final code:
    stop();
    var bunchOfDucks:Array = new Array();
    var howManyDucks:int = 100;
    var howManyDraws:int = 0;
    drawDucksButton.addEventListener(MouseEvent.CLICK,drawFromBucket);
    // Create the ducks
    for (var duckIndex:int=0; duckIndex < howManyDucks; duckIndex++)
        var oneDuck:Object = new Object();
        oneDuck.timesSelected = 0;
        bunchOfDucks.push(oneDuck);
    function drawFromBucket(event:MouseEvent):void
        var ducksPickedList:Array = new Array();
        var amountOfDucksToPick:int = 30;
        var amountOfFirstTimePicks:int = 0;
        var amountThatHaveAtLeastOneX:int = 0;
        howManyDraws++;
        for (var index:int = 0; index < amountOfDucksToPick; index++)
             // Pick a duck at random and check to see if we already picked it
             // if we did, pick another.
             var luckyDuckIndex:int;
             do
                  luckyDuckIndex  = Math.random() * howManyDucks;
              } while (ducksPickedList.indexOf(luckyDuckIndex) >= 0);
              trace("Lucks duck #" + luckyDuckIndex.toString());
             // put it in the list
             ducksPickedList.push(luckyDuckIndex);
            //  Find the duck that belongs to the number pulled
            var luckyDuck:Object = bunchOfDucks[luckyDuckIndex];
            // We check to see if the duck had a X previously and
            // count accordingly
            if (luckyDuck.timesSelected == 0)
                amountOfFirstTimePicks++;
            else
                amountThatHaveAtLeastOneX++;
                // Write an X on that duck.
            luckyDuck.timesSelected++;            
         showResultsBox.labelNotMarkedBefore.text = amountOfFirstTimePicks.toString();
         showResultsBox.labelHasPreviousX.text = amountThatHaveAtLeastOneX.toString();
         showResultsBox.labelAmountOfDraws.text = howManyDraws.toString();
         getStats();
    // Find out how many ducks where picked more than the amount
    // specified in the moreThanAmount parameter
    function howManyDucksPickedMoreThan(moreThanAmount:int):int
        var count:int = 0;
        for (var duckIndex:int=0; duckIndex < howManyDucks; duckIndex++)
            var oneDuck:Object = bunchOfDucks[duckIndex];
            if ( oneDuck.timesSelected > moreThanAmount)
                count++;
        return count;
    function getStats():void
        var pickAmount = 2;
        var resultAmount:int = howManyDucksPickedMoreThan(pickAmount);
        showResultsBox.resultText.text = "There were " +resultAmount.toString() + " ducks picked more than " + pickAmount.toString() + " times in a total of " + howManyDraws.toString() + " draws.";    
    Here is the screenshot.  Do not pay to much attention to my ducks. 
    What you could use is a reset button that sets everything back to 0 to start over again, also you could easily let the user choose the amount of ducks to pick from the bag, and to select the value that they want to use for the report,  Would probably need that report button again if you choose to add that.  I'll leave those to you.
    -Art

  • Creating SOD matrix with the help of Access control default ruleset

    I am creating the SOD matrix for the existing roles of CRM and HR modules.  As I am the security consultant therefore does not have the functional knowledge about the conflicts for CRM and HR transactions. My question is can I use the function/actions/risks conflicts provided with the Access control 5.3 default ruleset.  We are not using Access control for these systems, so I want to know whether I can take the help of AC 5.3 default risks to create the SOD matrix based on it.
    For e.g, like H001 default HR risk, I would make sure not to assign PA30(maintain HR data) with the PA03/PA04(maintain personal control record) as this will result in the providing conflict "Modify payroll master data and then process payroll". 
    Once I have the SOD list based upon AC 5.3, I can consult the Business approver/auditor to verify and modify as per the business requirement.
    Maybe I am thinking the wrong way, please provide your inputs so I can work on it.  Any help appreciated.
    Thanks,
    Sanjay Desai

    The most important thing to keep in mind is that you need to build a rule set that reflects the customers real business risk!
    What you build there will influence the way the customer will be able to continue work, assign access and perform control activities. The input HAS to come from the business!
    You can use the SAP standard risk definitions as a starting point for discussions, and the HR functions are an excellent building block to identify the transactions and necessary authorization objects that allow users to perform the actions.
    But the real challenge is to identify the risks as perceived/accepted by the business!
    Frank.

  • How to create calculation as a percentage of a row value

    How do I create this calculation in OBIEE? It seems simple but I can't get the right results.
    Let's say I have a field called Account with the following values:
    Sales - 1000
    Product Cost - 300
    Operating Supplies - 100
    Returns - 100
    Fixed Costs - 300
    I need to create a column that would be percentage of Sales. So my report would now show:
    Sales - 100%
    Product Cost - 30%
    Operating Supplies - 10%
    Returns - 10%
    Fixed Costs - 30%
    How do I do this? It's very easy for me to create a percentage of total calculation, but I can't create a percentage of a specific row.

    Hi,
    Sales, Product Cost, etc are row values for Accountthis is where your complexity come in.
    if those are individual measure labels then it would've been easy to achieve.
    But, still can do one thing.
    report split into two views: one will show normal values, other will be % side by side in compound layout.
    1. create those many columns in criteria using filter() function, and name it as Sales, Product Cost
    ex: for Product Cost heading column fx will b: 100*filter(Amount using Account = 'Product Cost')/filter(Amount using Account = 'Product Cost')
    2. now, in pivot 2-> use each column as measures and add those many into measures part of pivot.
    3. Drag Measure Labels to Rows part.
    4. Add both the views to compound layout side by side.
    (i'm assuming that we need to show actual and % values in report, if not you need not to go for pivot1, simply one pivot with above logic)
    but it has got limitation like: if Account column is populated with one more value tomorrow.. it'll be a problem..

  • U261B An Issue due to 3 Decimal Places in Percentage - Help Required

    I've an Issue in BEX report output, which is like when I try to create a 'Percentage' computation on a Key Figure Value, I'm getting 3 decimal places as 'default' output.
    The 'Calculations' settings I made for this KF is
    > Calculate Result as ... Nothing Defined
    > Calculate Single Values as .... Normalize According to Next Group Level Result
    > [✔] Apply to results
    > Calculation Direction - Along Rows
    ☹  I ran SAP_RSADMIN_MAINTAIN and set object 'IGNORE_T006_ANDEC' to the value 'X' - Not woking! Should I choose Update/Insert/Delete??
    ☹  T006-ANDEC & T006-DECAN for '%' has 0 decimal places only. Am I checking the correct stuff?
    ☹  OSS note 866505 not helpful for my issue. BW 7.0 Stack
    I'm getting my output as expected, but the only worrying factor is 3 decimal places due to the 'Calculations'. I'm unable to resolve using existing methods. Should I raise an OSS Note for this?
    Please help...

    Hi, I posted a message to SAP on this topic and got an explanation - it is a behaviour that cannot be changed in certain cases:
    it is the known design that it is always displayed with three decimal
    places for normalized values and the setting in Query Designer for
    decimal place doesn't take effect. This is because that normalization
    changes the number dimension of this structure element.
    You may refer to below notes about more details.
    > 869135 Decimal places and scaling for "Calculate Single Values As"
    You cannot set the number of decimal places or the scaling for some
    columns or structural components.
    For 2: Some "Calculate As" functions change the number dimension of a
    KID. In this case, the scaling and the number of decimal places set for
    the KID are no longer relevant. In this case, the system ignores the
    original setting and selects a setting that corresponds to the new
    number dimension. This cannot be overwritten. The following functions
    are affected:
    Calculate Single Values as Scale to Result, Overall Result or Query
    Result: Scaling 1 and three decimal places.
    > 501930 Number of decimal places setting is not applied
    As a result, normalized values resulting from the list calculation are
    displayed with three decimal places and without scaling by default.
    best regards, thom

  • How to use the transformation matrix in Placed Suite.

    I am in trouble how to use the transformation matrix Placed Art (PlacedSuite ). 
           AIRealMatrix rasterMatrix;
    AIRealMatrix placedMatrix;
    if (artType == kRasterArt {
         error = sAIRaster-> GetRasterMatrix (art, & rasterMatrix);
    } else if ((artType == kPlacedArt) {
         error = sAIPlaced-> GetPlacedMatrix (art, & placedMatrix);
    When I converted to using the transformation matrix of PlacedArt, the target art could not be converted to expect.
    I could convert in case of the RasterArt. (The reference point of the transformation matrix of RasterArt is (0,0).) 
    In the PlacedArt, preference point is not (0,0)?
    The tx/ty of the transformation matrix of PlacedArt is not correct? 
    In the transformation matrix of RasterArt and Placed Art, how are those two different?

    The short answer is "no", (0, 0) is not the origin of placed art (unlike kRasterArt). Off the top of my head, I believe when you place art, its original state is upside-down and flipped horizontally in the upper-right of the artboard. If you want to see where it starts, simply create an identity matrix and apply that as the matrix for the kPlacedArt and you'll see how it starts. Yes, its pretty crazy.
    minimum99 posted some code that might help. I haven't tried it (I rolled my own years ago) but I'd give it a whirl:
    http://forums.adobe.com/message/3195790#3195790

Maybe you are looking for

  • How do I use the color picker in Photoshop CC it will not pull in my swatches and how do I change swatches to another pallet from pantone?

    How do I make the color picker work in Photoshop CC? It will not pull in my new swatch colors it just uses old pantone swatches?

  • OCFS2 Free space issue

    Hello, I have an Oracle 11gR2 RAC on two Oracle Linux 5 nodes. For storage I use a couple of OCFS2 partitions. I have deleted a database using dbca and also have deleted the remaining files from shared partitions. When I consulted the free space with

  • Firewire and DVSD

    hi, i can't get my dv camera to work with the jmf. the dv camera is connected via firewire to the pc. jmfstudio correctly identifies an AVI formatted video with DVSD encoding, but it can't capture the video source. apparently the DVSD encoding is not

  • Where can find a simple BPEL example using Jdeveloper

    Hi, I'm a beginner of BPEL. I searched about BPEL developing documents on OTN, but I cannot find an example for Jdeveloper. Who can tell me how Jdeveloper create a BPEL project, then call the BPEL in JSP/JSF. Thanks. Stone

  • My brainstorming;)

    Spoiler (Highlight to read) hi good work skype, i have couple suggestions too, like post above would love to use skype from phone history or from phone book integrated to be able to choose to call that nummber from skype or send mesege from skype or