Sum not working

In region definition have a SQL Query (Updateable Report) from a collection. Everything is working great even the radio buttons. I want to sum the regular hours column so under the report attributes tab, I checked the sum box for the REG_HOURS column, but it will not sum. Just shows zero all the time.
select
x.APPR_STATUS,
CASE WHEN NVL(x.APPR_STATUS,'1') = '1' THEN 'CHECKED ' ELSE '' END CHECKED_Y,
CASE WHEN NVL(x.APPR_STATUS,'2') = '2' THEN 'CHECKED ' ELSE '' END CHECKED_N,
CASE WHEN x.APPR_STATUS > 0 AND x.UPLOAD_ID > 0 THEN 'DISABLED ' ELSE '' END DISABLE_RADIO,
x.ID,
x.LINEITEM_DATE,
x.ATT_CODE,
x.LABOR_CATEGORY,
x.CC,
x.WO,
x.DESCRIPTION,
x.SQUAWK,
x.REG_HOURS,
x.COMMENTS,
x.BADGE,
x.PAY_CODE,
x.CHARGE_TYPE,
x.LAST_EDITED_BY,
x.APPR_STATUS APPR_STATUS_HIDDEN,
x.APPROVER,
x.UPLOAD_ID UPLOAD_ID_HIDDEN,
x.APPR_STATUS_SAVE,
decode(x.EDIT_FLAG, 'N', ' ',
'<a href="'
     || 'f?p=&APP_ID.:23:&SESSION.::&DEBUG.::'
     || 'P23_SELECTED_ID:'
     ||  ID
     || ">'
|| '<img src="#IMAGE_PREFIX#menu/pencil2_16x16.gif"></a>') Edit,
x.ID AS COPY,
decode(x.EDIT_FLAG, 'Y',
-- decode(x.last_edited_by, :A_USER_BADGE,
'<a href="'
    ||'f?p=&APP_ID.:23:&SESSION.::&DEBUG.::'
    ||'P23_DELETE_ID:'
    || ID
    ||">'
||'<img src="#IMAGE_PREFIX#delete.gif"></a>',
' ') DEL,
'#ROWNUM#' ITEM_NUMBER
from ( select ac.c003 ID,
ac.c004 LINEITEM_DATE,
ac.c005 ATT_CODE,
ac.c006 LABOR_CATEGORY,
ac.c007 CC,
ac.c008 WO,
ac.c009 DESCRIPTION,
ac.c010 SQUAWK,
ac.c011 REG_HOURS,
ac.c012 COMMENTS,
ac.c013 BADGE,
ac.c014 PAY_CODE,
ac.c015 CHARGE_TYPE,
ac.c016 LAST_EDITED_BY,
ac.c017 APPR_STATUS,
ac.c018 APPROVER,
ac.c019 UPLOAD_ID,
ac.c020 APPR_STATUS_SAVE,
ac.c021 EDIT_FLAG
from apex_collections ac
where ac.collection_name='APPRTIMECOLLECTION') x

Peter,
Thanks for responding. Since you did respond I am going to give you credit. Thank you. I did resolve my problem yesterday.
ANSWER:
When working with collections, everything is treated as a character unless you specify otherwise. So I changed the reg_hours field from ac.c011 to ac.n001 and the sum is working now.
select
x.APPR_STATUS,
CASE WHEN NVL(x.APPR_STATUS,'1') = '1' THEN 'CHECKED ' ELSE '' END CHECKED_Y,
CASE WHEN NVL(x.APPR_STATUS,'2') = '2' THEN 'CHECKED ' ELSE '' END CHECKED_N,
CASE WHEN x.APPR_STATUS > 0 AND x.UPLOAD_ID > 0 THEN 'DISABLED ' ELSE '' END DISABLE_RADIO,
x.ID,
x.LINEITEM_DATE,
x.ATT_CODE,
x.LABOR_CATEGORY,
x.CC,
x.WO,
x.DESCRIPTION,
x.SQUAWK,
x.REG_HOURS,
x.COMMENTS,
x.BADGE,
x.PAY_CODE,
x.CHARGE_TYPE,
x.LAST_EDITED_BY,
x.APPR_STATUS APPR_STATUS_HIDDEN,
x.APPROVER,
x.UPLOAD_ID UPLOAD_ID_HIDDEN,
x.APPR_STATUS_SAVE,
decode(x.EDIT_FLAG, 'N', ' ',
'<a href="'
     || 'f?p=&APP_ID.:23:&SESSION.::&DEBUG.::'
     || 'P23_SELECTED_ID:'
     ||  ID
     || ">'
|| '<img src="#IMAGE_PREFIX#menu/pencil2_16x16.gif"></a>') Edit,
x.ID AS COPY,
decode(x.EDIT_FLAG, 'Y',
-- decode(x.last_edited_by, :A_USER_BADGE,
'<a href="'
    ||'f?p=&APP_ID.:23:&SESSION.::&DEBUG.::'
    ||'P23_DELETE_ID:'
    || ID
    ||">'
||'<img src="#IMAGE_PREFIX#delete.gif"></a>',
' ') DEL,
'#ROWNUM#' ITEM_NUMBER
from ( select ac.c003 ID,
ac.c004 LINEITEM_DATE,
ac.c005 ATT_CODE,
ac.c006 LABOR_CATEGORY,
ac.c007 CC,
ac.c008 WO,
ac.c009 DESCRIPTION,
ac.c010 SQUAWK,
ac.n001     REG_HOURS,
ac.c012 COMMENTS,
ac.c013 BADGE,
ac.c014 PAY_CODE,
ac.c015 CHARGE_TYPE,
ac.c016 LAST_EDITED_BY,
ac.c017 APPR_STATUS,
ac.c018 APPROVER,
ac.c019 UPLOAD_ID,
ac.c020 APPR_STATUS_SAVE,
ac.c021 EDIT_FLAG
from apex_collections ac
where ac.collection_name='APPRTIMECOLLECTION') x

Similar Messages

  • MS Access 2013 Report - Sum not working on a calculated field that does work

    The following statement works in the detail part of the report:
    =([Qty]*[Install_Labor]*[Parent]![IntallLaborRate])*[Parent]![LaborMarkup]
    But the following statement does not work in the group footer:
    =Sum([Qty]*[Install_Labor]*[Parent]![IntallLaborRate])*[Parent]![LaborMarkup]
    Why the heck not ?

    I got it !!!
    this worked
    =Sum([Qty]*[Install_Labor])*[Parent]![IntallLaborRate]*[Parent]![LaborMarkup]
    It appears the parentheses have to separate the non parent fields

  • SUM not working in a report

    Hi All,
    In the following report in CALC5 column the SUM is not working. It is working for the other columns but not this one. I am not doing anything different to this column(CALC5) other than the same thing I am doing for other calculated columns. And the grand total for CALC5 column gives me $0.00, which is wrong. In the aggregation rule I am using Default, like I used for other CALC fields. Please help.
    Thank you.
    ACCOUNT     CALC1     CALC2     CALC3     CALC4     CALC5
    ABCDE     $20,000,000.00      $18,500,000.00      $13,412.15      $242,380.85      $1,244,207.00
    ABCDE     $0.00      $0.00      $0.00      $0.00      $0.00
    SUM     $20,000,000.00      $18,500,000.00      $13,412.15      $242,380.85      $0.00
    EFGHI     $0.00      $0.00      $0.00      $0.00      $0.00
    EFGHI     $32,416,000.00      $989,764.00      $19,168,596.76      $10,994,411.71      $1,263,227.53
    EFGHI     $25,448,000.00      $1,757,945.80      $10,845,244.75      $11,800,592.03      $1,044,217.42
    EFGHI     $19,700,000.00      $225,004.80      $13,663,214.90      $5,737,621.21      $74,159.09
    EFGHI     $38,436,000.00      $5,829,020.03      $21,925,378.70      $10,485,911.54      $195,689.73
    EFGHI     $100,000,000.00      $28,104,382.82      $38,981,570.31      $27,577,544.05      $5,336,502.82
    EFGHI     $108,537,000.00      $12,397,429.82      $68,200,991.52      $25,297,630.08      $2,640,948.58
    SUM     $324,537,000.00      $49,303,547.27      $172,784,996.94      $91,893,710.62      $2,640,948.58

    Thank you Kishore. That worked after changing the aggregation rule to SUM. But I have a question, why would it work for my other Calculated field as default and for this one I have to use SUM. Can you please explain.

  • SUM not working correctly

    I am having a frustrating issue with the SUM key not adding my numbers correctly (or at all).
    I double tapped the cell below the numbers I wish to add and went to = and then hit the sum key.  The formula is SUM C2:C19 but it's only inputting the C2 number in the SUM cell.
    I could go through one by one and add up each cell manually in the formula but it would be much easier to use the SUM key if I can.  I'm just wondering why it's not working like I think it should.  Any help would be appreciated.  Thanks!

    This usually has something to do with formatting. Are the cells C3:C19 formatted as text by chance? Or some other format that wont be recognized by the SUM function?
    Thanks
    Jason

  • Total using SUM not working on Account field on Lead History report

    Hi,
    I have a report based on Lead History on which I need to use the SUM of a field that is under the Account.Custom Number/Integer. This basically is a report of leads along with some fields from the account the lead is associated with. The SUM on that field works fine when I try it on another report off the Account History object but does not work when used on the report off the Lead History. It just shows the value of the field for that record instead of the total of the field for all the records displayed on the report. I am guessing that the issue has to do with the query going off the Lead-Account relationship because of which it treats each relationship as one resultset and totals the field values for just that relationship.
    Any ideas on how to accomplish this would help very much. Can a field on one report be referred from another to achieve this?
    Thanks in advance for your help!
    Regards,
    Madhukar

    Hi again
    Just checked a similar report test I did a while ago, and my query is:
    SELECT c001 MyText, TO_NUMBER(c002) MyNumber
    FROM HTMLDB_COLLECTIONS
    WHERE COLLECTION_NAME = 'ATD'
    So, you should use TO_NUMBER(c002)
    Andy

  • Report SUM not working (PL\SQL returning SQL query) using APEX_COLLECTION

    I have a simple query
    - select ename,sal from emp
    (In the Report attribute - SUM property is checked)
    I am getting the Report total SUM correctly...
    Now I am using the apex_collection object to display the same report.
    return select c001,c002 from apex_collections where collection_name = ''EMP'';
    c001 - ename
    c002 - sal (for this column - I am using Report total - SUM field is checked)
    ---- Issue is Report total SUM - is always displayed as 0. (actual sum is not coming).
    appreciate if I can get some input on this. I have tried a lot but no success..
    thanks,
    deepak

    Hi again
    Just checked a similar report test I did a while ago, and my query is:
    SELECT c001 MyText, TO_NUMBER(c002) MyNumber
    FROM HTMLDB_COLLECTIONS
    WHERE COLLECTION_NAME = 'ATD'
    So, you should use TO_NUMBER(c002)
    Andy

  • Pdf sumit not working

    My pdf forms will not sumit.  Chrome and Firefox tends to open it with default pdf readers.  I want to eliminate this issue for those using our site.  I think adding a Adobe 8 reader download opption may fix the issue but I do not know were to get the HTML for this can anyone help me.

    The latest version is Reader 11, and you can link to the following download site: http://get.adobe.com/reader/
    Here's info on using Adobe's logos on your site: http://www.adobe.com/legal/permissions/icons-web-logos.html

  • Cell sum not working

    Hi All
    I have the following fields
    contract-number,action_amount,work_order_amnt
    and i'm trying to create cell sum for change in contract number on both the amount fields, but for some reason its only giving the cell sum on only one of the two fields
    contract_number action_amount work_order_amount
    64066a $1200.00 $800.00
    cell sum :$1200 cell sum:
    64066b $1800.00 $2000.00
    cell sum:$1800.00 cell cum :
    Please any help is greatly appreciated.
    Thank You

    Hi
    It sounds like you either have NULL values somewhere in your data, repeating values or values that simply cannot be aggregated.
    Try changing the aggregation properties for the tool and see if this helps.
    If this doesn't work try setting AllowAggregationOverRepeatedValues to 1 in your system preferences.
    If all else fails, you may need to look at your data results one by one by including detail values to see where the issue is. You may find this thread to be useful: Why won't the Totals in Desktop work?
    Best wishes
    Michael

  • SUM not working today:  "Unknown protocol" message

    Today, I cannot use SUM on Solaris 10 u8 x86. I get a message "Unknown protocol: defaultUpdateSource". This happens every time I click Check for Updates.
    Are the update servers down?

    Please remove all sensitive data out of the output path. Then run the attached suc script and let us see the output or better still open a support case if possible. However, we are aware that two days ago, the update servers had some maintenance window

  • Sum() function not working properly. Instead of summing, its showing total count of the rows

    We have migrated one application from .net framework 1.0 to .net framework  2 (from Visual studio 2003 to Visual STUDIO 2005). Now after migration we are facing some problem related to the sum function in Crystal report 10. It is not working properly.
    So we migrated to Crystal report XI release 2 (though still using evaluation version for testing purpose), the problem is not yet resolved.
    The problem we are facing is while using the summary in the group field, it is showing the number of rows instead of the sum of the values.
    We have checked the same with min-max functions, and it is working properly with those.
    We have tried to make the sum by formula field. In such case, it is not showing any syntactical error but at execution time, it is throwing an error saying "A number field or currency amount field is required here".
    In the  the report the datatype of the field on which we are applying the sum function, is number, and in the table from where the data is fetched, the datatype is numeric(9,6).
    Any idea why sum function is not working ?
    I was browsing the net and saw running totals can be a work around for such summation issues in Crystal Report XI.
    Can you please provide insight of how to implement running totals for summation purpose in solving such issues.

    Hi,
    Running totals are more accurate than Summary Totals in Crystal.  Why? ...ask Crystal.  Anyway, just right click on Running Totals, create a new one, and enter you fields, etc. For group totals, it gives you a place to reset the totals for each group, etc.  Pretty self explainatory. 
    Jim

  • COUNT() and SUM() function it not working in XDO file.

    Hi ,
    I am getting one error. Count and sum function not working proper.
    For example :
    Department 10 have 3 employee and total salary is 8750. But my report returning total employee 1 and total salary 5000
    10
    Ename Sal
    KING 5000
    CLARK 2450
    MILLER 1300
    ==================
    total employee : 1
    total salary : 5000
    Kindly help me solve this problem.
    <dataTemplate name="TEXT">
    <properties>
    <property value="upper" name="xml_tag_case" />
    </properties>
    <lexicals>
    </lexicals>
    <dataQuery>
    <sqlstatement name="Q_TEMP">
    <![CDATA[SELECT DEPTNO,DNAME,LOC FROM DEPT]]>
    </sqlstatement>
    <sqlstatement name="Q_TEMP1">
    <![CDATA[SELECT ENAME,HIREDATE,SAL FROM EMP WHERE DEPTNO = :DEPTNO]]>
    </sqlstatement>
    </dataQuery>
    <datastructure>
    <GROUP name="G_1" source="Q_TEMP">
    <element value="DEPTNO" name="DEPTNO" />
    <element value="DNAME" name="DNAME" />
    <element value="LOC" name="LOC" />
    <GROUP name="G_2" source="Q_TEMP1">
    <element value="ENAME" name="ENAME" />
    <element value="SAL" name="SAL" />
    <element value="G_2.ENAME" name="TOTL_DETAILS" dataType="number" function="COUNT()" />
    <element value="G_2.SAL" name="TOTL_SAL" function="SUM()"/>
    </GROUP>
    </GROUP>
    </datastructure>
    </dataTemplate>
    Thanks
    Yudhi

    Please have the data structure as below:
    <datastructure>
    <GROUP name="G_1" source="Q_TEMP">
    <element value="DEPTNO" name="DEPTNO" />
    <element value="DNAME" name="DNAME" />
    <element value="LOC" name="LOC" />
    <GROUP name="G_2" source="Q_TEMP1">
    <element value="ENAME" name="ENAME" />
    <element value="SAL" name="SAL" />
    *</GROUP>*
    *<element value="G_2.ENAME" name="TOTL_DETAILS" dataType="number" function="COUNT()" />*
    *<element value="G_2.SAL" name="TOTL_SAL" function="SUM()"/>*
    *</GROUP>*
    </datastructure>
    Aggregate functions to be placed at the level you require it. Here you need at G_1, so place it there.

  • Sum function not working properly in Crystal XI. Its showing total count of the values

    We have migrated one application from .net framework 1.0 to .net framework  2 (from Visual studio 2003 to Visual STUDIO 2005). Now after migration we are facing some problem related to the sum function in Crystal report 10. It is not working properly.
    So we migrated to Crystal report XI release 2 (though still using evaluation version for testing purpose), the problem is not yet resolved.
    The problem we are facing is while using the summary in the group field, it is showing the number of rows instead of the sum of the values.
    We have checked the same with min-max functions, and it is working properly with those.
    We have tried to make the sum by formula field. In such case, it is not showing any syntactical error but at execution time, it is throwing an error saying "A number field or currency amount field is required here".
    In the  the report the datatype of the field on which we are applying the sum function, is number, and in the table from where the data is fetched, the datatype is numeric(9,6).
    Any idea why sum function is not working ?
    I was browsing the net and saw running totals can be a work around for such summation issues in Crystal Report XI.
    Can you please provide insight of how to implement running totals for summation purpose in solving such issues.

    Are you seeing this happen in the Crystal designer as well, outside of any .NET application?

  • Sum inside xdofx:Abs is not working

    I am trying this
    <?xdofx:abs(sum(OLD_EXT_PRICE) - sum(EXT_PRICE))?>
    but its not working.
    Any suggestions here.
    Thanks
    Mouly

    <?xml version="1.0" encoding="UTF-8"?>
    <p2>
    <p0>
    <p1>
    <d1>100</d1>
    <d2>200</d2>
    </p1>
    <p1>
    <d1>100</d1>
    <d2>200</d2>
    </p1>
    <p1>
    <d1>100</d1>
    <d2></d2>
    </p1>
    <p1>
    <d1>100</d1>
    <d2>200</d2>
    </p1>
    </p0>
    </p2>
    note: there is one null in the <d2>
    so i tried this,
    <?xdoxslt:abs( sum(nvl(d1,0)) - sum( nvl(d2,0)))?>
    but it doesnt work either.

  • 10bit (30Bit) Color & Liquify Filter (both not working at the Same Time)

    Hi,
    i've a Problem with Photoshop CS6 & CC (Actual)
    On CS6, 10 bit (30bit) Color is working, but if i want to use the Liquify filter Pucker & Bloat are not working correctly while 10 bit (30bit) enabled, they are reakting too fast, changing setting does not help.
    On CC with 10bit (30bit Color) enabled it's even worse, the whole Picture inside the Liquify tool is muddy only in Blue Pixels.
    I'm using a Amd FirePro W8100 with the Actual WHQL driver, the Certifyed driver is worse too.
    Any suggestion?
    Adobe Photoshop Version: 2014.2.2 20141204.r.310 2014/12/04:23:59:59 CL 994532  x64
    Betriebssystem: Windows 8.1 64-Bit
    Version: 6.3
    Systemarchitektur: Intel CPU-Familie:6, Modell:13, Stepping:7mit MMX, SSE (ganze Zahl), SSE FP, SSE2, SSE3, SSE4.1, SSE4.2, AVX, Hyper-Threading
    Physischer Prozessor: 6
    Logischer Prozessor: 12
    Prozessor-Taktfrequenz: 3192 MHz
    Eingebauter Speicher: 32708 MB
    Freier Speicher: 25824 MB
    Für Photoshop verfügbarer Arbeitsspeicher: 29581 MB
    Von Photoshop verwendeter Arbeitsspeicher: 86 %
    3D-Mehrton-Drucken: Deaktiviert.
    Windows 2x UI: Deaktiviert.
    Fernlicht: Aktiviert.
    Bildkachelgröße: 1024 KB
    Bildcache: 8
    Schriftvorschau: Mittel
    TextComposer: Lateinisch
    Anzeige: 1
    Anzeigebegrenzungen: oben= 0, links= 0, unten= 1200, rechts= 1920
    Mit OpenGL zeichnen: Aktiviert.
    OpenGL – alte GPUs zulassen: Nicht erkannt.
    OpenGL-Zeichnungsmodus: Erweitert
    OpenGL – normalen Modus zulassen: Wahr.
    OpenGL – erweiterten Modus zulassen: Wahr.
    AIFCoreInitialized=1
    AIFOGLInitialized=1
    OGLContextCreated=1
    NumGLGPUs=1
    NumCLGPUs=1
    glgpu[0].GLVersion="3.0"
    glgpu[0].GLMemoryMB=4095
    glgpu[0].GLName="AMD FirePro W8100 (FireGL V)"
    glgpu[0].GLVendor="ATI Technologies Inc."
    glgpu[0].GLVendorID=4098
    glgpu[0].GLDriverVersion="14.301.1019.0"
    glgpu[0].GLRectTextureSize=16384
    glgpu[0].GLRenderer="AMD FirePro W8100 (FireGL V)"
    glgpu[0].GLRendererID=26529
    glgpu[0].HasGLNPOTSupport=1
    glgpu[0].GLDriver="aticfx64.dll,aticfx64.dll,aticfx64.dll,aticfx32,aticfx32,aticfx32,atium d64.dll,atidxx64.dll,atidxx64.dll,atiumdag,atidxx32,atidxx32,atiumdva,atiumd6a.cap,atitmm6 4.dll"
    glgpu[0].GLDriverDate="20150124000000.000000-000"
    glgpu[0].CanCompileProgramGLSL=1
    glgpu[0].GLFrameBufferOK=1
    glgpu[0].glGetString[GL_SHADING_LANGUAGE_VERSION]="4.40"
    glgpu[0].glGetProgramivARB[GL_FRAGMENT_PROGRAM_ARB][GL_MAX_PROGRAM_INSTRUCTIONS_ARB]=[2147 483647]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_UNITS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_COMBINED_TEXTURE_IMAGE_UNITS]=[192]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_TEXTURE_IMAGE_UNITS]=[32]
    glgpu[0].glGetIntegerv[GL_MAX_DRAW_BUFFERS]=[8]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_UNIFORM_COMPONENTS]=[16384]
    glgpu[0].glGetIntegerv[GL_MAX_FRAGMENT_UNIFORM_COMPONENTS]=[16384]
    glgpu[0].glGetIntegerv[GL_MAX_VARYING_FLOATS]=[128]
    glgpu[0].glGetIntegerv[GL_MAX_VERTEX_ATTRIBS]=[16]
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_PROGRAM]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_FRAGMENT_SHADER]=1
    glgpu[0].extension[AIF::OGL::GL_EXT_FRAMEBUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_RECTANGLE]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_TEXTURE_FLOAT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_OCCLUSION_QUERY]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_VERTEX_BUFFER_OBJECT]=1
    glgpu[0].extension[AIF::OGL::GL_ARB_SHADER_TEXTURE_LOD]=1
    clgpu[0].CLPlatformVersion="1.2 AMD-APP (1573.4)"
    clgpu[0].CLDeviceVersion="1.2 AMD-APP (1573.4)"
    clgpu[0].CLMemoryMB=8192
    clgpu[0].CLName="Hawaii"
    clgpu[0].CLVendor="Advanced Micro Devices, Inc."
    clgpu[0].CLVendorID=4098
    clgpu[0].CLDriverVersion="1573.4 (VM)"
    clgpu[0].CUDASupported=0
    clgpu[0].CLBandwidth=2.58141e+011
    clgpu[0].CLCompute=1904.16
    Lizenztyp: Abonnement
    Seriennummer: 96040229042061122766
    Anwendungsordner: E:\Creative Cloud Adobe\Adobe Photoshop CC 2014\
    Pfad für temporäre Dateien: C:\Users\TP-02\AppData\Local\Temp\
    Der virtuelle Speicher von Photoshop hat asynchronen E/A aktiviert
    Arbeitsvolume(s):
    H:\, 214,6 GB, 119,8 GB frei
    F:\, 214,6 GB, 153,5 GB frei
    Ordner für erforderliche Zusatzmodule: E:\Creative Cloud Adobe\Adobe Photoshop CC 2014\Required\Plug-Ins\
    Primärer Zusatzmodul-Ordner: E:\Creative Cloud Adobe\Adobe Photoshop CC 2014\Plug-ins\
    Installierte Komponenten
       A3DLIBS.dll   A3DLIB Dynamic Link Library   9.2.0.112  
       ACE.dll   ACE 2014/08/12-23:42:09   79.557478   79.557478
       adbeape.dll   Adobe APE 2013/02/04-09:52:32   0.1160850   0.1160850
       AdbePM.dll   PatchMatch 2014/09/07-21:07:38   79.558079   79.558079
       AdobeLinguistic.dll   Adobe Linguisitc Library   8.0.0  
       AdobeOwl.dll   Adobe Owl   5.2.4  
       AdobePDFL.dll   PDFL 2014/08/18-15:13:12   79.512424   79.512424
       AdobePIP.dll   Adobe Product Improvement Program   7.2.1.3399  
       AdobeXMP.dll   Adobe XMP Core 2014/08/20-09:53:02   79.156797   79.156797
       AdobeXMPFiles.dll   Adobe XMP Files 2014/08/20-09:53:02   79.156797   79.156797
       AdobeXMPScript.dll   Adobe XMP Script 2014/08/20-09:53:02   79.156797   79.156797
       adobe_caps.dll   Adobe CAPS   8,0,0,13  
       AGM.dll   AGM 2014/08/12-23:42:09   79.557478   79.557478
       ahclient.dll    AdobeHelp Dynamic Link Library   1,8,0,31  
       amtlib.dll   AMTLib (64 Bit)   8.0.0.122212002 BuildVersion: 8.0; BuildDate: Wed Jul 30 2014 15:59:34)   1.000000
       ARE.dll   ARE 2014/08/12-23:42:09   79.557478   79.557478
       AXE8SharedExpat.dll   AXE8SharedExpat 2013/12/20-21:40:29   79.551013   79.551013
       AXEDOMCore.dll   AXEDOMCore 2013/12/20-21:40:29   79.551013   79.551013
       Bib.dll   BIB 2014/08/12-23:42:09   79.557478   79.557478
       BIBUtils.dll   BIBUtils 2014/08/12-23:42:09   79.557478   79.557478
       boost_date_time.dll   photoshopdva   8.0.0  
       boost_signals.dll   photoshopdva   8.0.0  
       boost_system.dll   photoshopdva   8.0.0  
       boost_threads.dll   photoshopdva   8.0.0  
       cg.dll   NVIDIA Cg Runtime   3.0.00007  
       cgGL.dll   NVIDIA Cg Runtime   3.0.00007  
       CIT.dll   Adobe CIT   2.2.6.32411   2.2.6.32411
       CITThreading.dll   Adobe CITThreading   2.2.6.32411   2.2.6.32411
       CoolType.dll   CoolType 2014/08/12-23:42:09   79.557478   79.557478
       dvaaudiodevice.dll   photoshopdva   8.0.0  
       dvacore.dll   photoshopdva   8.0.0  
       dvamarshal.dll   photoshopdva   8.0.0  
       dvamediatypes.dll   photoshopdva   8.0.0  
       dvametadata.dll   photoshopdva   8.0.0  
       dvametadataapi.dll   photoshopdva   8.0.0  
       dvametadataui.dll   photoshopdva   8.0.0  
       dvaplayer.dll   photoshopdva   8.0.0  
       dvatransport.dll   photoshopdva   8.0.0  
       dvaui.dll   photoshopdva   8.0.0  
       dvaunittesting.dll   photoshopdva   8.0.0  
       dynamiclink.dll   photoshopdva   8.0.0  
       ExtendScript.dll   ExtendScript 2014/01/21-23:58:55   79.551519   79.551519
       icucnv40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       icudt40.dll   International Components for Unicode 2013/02/25-15:59:15    Build gtlib_4.0.19090  
       igestep30.dll   IGES Reader   9.3.0.113  
       imslib.dll   IMSLib DLL   7.0.0.154  
       JP2KLib.dll   JP2KLib 2014/06/28-00:28:27   79.254012   79.254012
       libifcoremd.dll   Intel(r) Visual Fortran Compiler   10.0 (Update A)  
       libiomp5md.dll   Intel(R) OpenMP* Runtime Library   5.0  
       libmmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       LogSession.dll   LogSession   7.2.1.3399  
       mediacoreif.dll   photoshopdva   8.0.0  
       MPS.dll   MPS 2014/08/18-23:43:19   79.557676   79.557676
       pdfsettings.dll   Adobe PDFSettings   1.04  
       Photoshop.dll   Adobe Photoshop CC 2014   15.2.2  
       Plugin.dll   Adobe Photoshop CC 2014   15.2.2  
       PlugPlugExternalObject.dll   Adobe(R) CEP PlugPlugExternalObject Standard Dll (64 bit)   5.0.0  
       PlugPlugOwl.dll   Adobe(R) CSXS PlugPlugOwl Standard Dll (64 bit)   5.2.0.54  
       PSArt.dll   Adobe Photoshop CC 2014   15.2.2  
       PSViews.dll   Adobe Photoshop CC 2014   15.2.2  
       SCCore.dll   ScCore 2014/01/21-23:58:55   79.551519   79.551519
       ScriptUIFlex.dll   ScriptUIFlex 2014/01/20-22:42:05   79.550992   79.550992
       svml_dispmd.dll   Intel(r) C Compiler, Intel(r) C++ Compiler, Intel(r) Fortran Compiler   12.0  
       tbb.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       tbbmalloc.dll   Intel(R) Threading Building Blocks for Windows   4, 2, 2013, 1114  
       TfFontMgr.dll   FontMgr   9.3.0.113  
       TfKernel.dll   Kernel   9.3.0.113  
       TFKGEOM.dll   Kernel Geom   9.3.0.113  
       TFUGEOM.dll   Adobe, UGeom©   9.3.0.113  
       updaternotifications.dll   Adobe Updater Notifications Library   8.0.0.14 (BuildVersion: 1.0; BuildDate: BUILDDATETIME)   8.0.0.14
       VulcanControl.dll   Vulcan Application Control Library   5.0.0.82  
       VulcanMessage5.dll   Vulcan Message Library   5.0.0.82  
       WRServices.dll   WRServices Fri Mar 07 2014 15:33:10   Build 0.20204   0.20204
       wu3d.dll   U3D Writer   9.3.0.113  
    Erforderliche Zusatzmodule:
       3D Studio 15.2.2 (2014.2.2 x001 x003)
       Adaptive Weitwinkelkorrektur 15.2.2
       Aquarell 15.2.2
       Arithmetisches Mittel 15.2.2 (2014.2.2 x001 x003)
       Basrelief 15.2.2
       Bereich 15.2.2 (2014.2.2 x001 x003)
       Bildpaket-Filter 15.2.2 (2014.2.2 x001 x003)
       Blendenflecke 15.2.2
       BMP 15.2.2
       Buntglas-Mosaik 15.2.2
       Buntstiftschraffur 15.2.2
       Chrom 15.2.2
       Cineon 15.2.2 (2014.2.2 x001 x003)
       Collada 15.2.2 (2014.2.2 x001 x003)
       Color Lookup-Raster rendern NO VERSION
       Color Lookup-Tabellen exportieren NO VERSION
       CompuServe GIF 15.2.2
       Conté-Stifte 15.2.2
       De-Interlace 15.2.2
       Diagonal verwischen 15.2.2
       Dicom 15.2.2
       Differenz-Wolken 15.2.2 (2014.2.2 x001 x003)
       Distorsion 15.2.2
       Dunkle Malstriche 15.2.2
       Durchschnitt berechnen 15.2.2 (2014.2.2 x001 x003)
       Eazel Acquire 15.2.2 (2014.2.2 x001 x003)
       Entropie 15.2.2 (2014.2.2 x001 x003)
       Erfassungsbereich 15.2.2 (2014.2.2 x001 x003)
       Extrudieren 15.2.2
       Farbpapier-Collage 15.2.2
       Farbraster 15.2.2
       Fasern 15.2.2
       FastCore-Routinen 15.2.2 (2014.2.2 x001 x003)
       Feuchtes Papier 15.2.2
       Filtergalerie 15.2.2
       Flash 3D 15.2.2 (2014.2.2 x001 x003)
       Fluchtpunkt 15.2.2
       Fotokopie 15.2.2
       Fotos freistellen und gerade ausrichten (Filter) 15.2.2
       Fotos freistellen und gerade ausrichten 15.2.2 (2014.2.2 x001 x003)
       Fresko 15.2.2
       Für Web speichern 15.2.2
       Gekreuzte Malstriche 15.2.2
       Gerissene Kanten 15.2.2
       Glas 15.2.2
       Google Earth 4 15.2.2 (2014.2.2 x001 x003)
       Grobe Malerei 15.2.2
       Grobes Pastell 15.2.2
       HDRMergeUI 15.2.2
       HSB/HSL 15.2.2
       IFF-Format 15.2.2
       IGES 15.2.2 (2014.2.2 x001 x003)
       JPEG 2000 15.2.2
       Kacheleffekt 15.2.2
       Kacheln 15.2.2
       Kanten betonen 15.2.2
       Kohleumsetzung 15.2.2
       Konturen mit Tinte nachzeichnen 15.2.2
       Körnung & Aufhellung 15.2.2
       Körnung 15.2.2
       Kräuseln 15.2.2
       Kreide & Kohle 15.2.2
       Kreuzschraffur 15.2.2
       Kristallisieren 15.2.2
       Kunststofffolie 15.2.2
       Kurtosis 15.2.2 (2014.2.2 x001 x003)
       LAGE 15.2.2 (2014.2.2 x001 x003)
       Leuchtende Konturen 15.2.2
       Malgrund 15.2.2
       Malmesser 15.2.2
       Matlab-Vorgang 15.2.2 (2014.2.2 x001 x003)
       Maximum 15.2.2 (2014.2.2 x001 x003)
       Median 15.2.2 (2014.2.2 x001 x003)
       Mehrprozessorunterstützung 15.2.2 (2014.2.2 x001 x003)
       Mezzotint 15.2.2
       Minimum 15.2.2 (2014.2.2 x001 x003)
       Mit Struktur versehen 15.2.2
       Mit Wasserzeichen versehen 4.0
       MMXCore-Routinen 15.2.2 (2014.2.2 x001 x003)
       Neigung 15.2.2 (2014.2.2 x001 x003)
       Neonschein 15.2.2
       NTSC-Farben 15.2.2 (2014.2.2 x001 x003)
       Objektivkorrektur 15.2.2
       Objektivunschärfe 15.2.2
       Ölfarbe getupft 15.2.2
       OpenEXR 15.2.2
       Ozeanwellen 15.2.2
       Patchwork 15.2.2
       PCX 15.2.2 (2014.2.2 x001 x003)
       Pfade -> Illustrator 15.2.2
       Photoshop 3D-Modul 15.2.2 (2014.2.2 x001 x003)
       Photoshop Touch 14.0
       Pixar 15.2.2 (2014.2.2 x001 x003)
       PNG 15.2.2
       Polarkoordinaten 15.2.2
       Portable Bit Map 15.2.2 (2014.2.2 x001 x003)
       Prägepapier 15.2.2
       PRC 15.2.2 (2014.2.2 x001 x003)
       Punktieren 15.2.2
       Punktierstich 15.2.2
       Radialer Weichzeichner 15.2.2
       Radiance 15.2.2 (2014.2.2 x001 x003)
       Rasterungseffekt 15.2.2
       Risse 15.2.2
       Schwamm 15.2.2
       Schwingungen 15.2.2
       Selektiver Weichzeichner 15.2.2
       Solarisation 15.2.2 (2014.2.2 x001 x003)
       Spritzer 15.2.2
       Standardabweichung 15.2.2 (2014.2.2 x001 x003)
       Stempel 15.2.2
       STL 15.2.2 (2014.2.2 x001 x003)
       Strichumsetzung 15.2.2
       Strudel 15.2.2
       Stuck 15.2.2
       Sumi-e 15.2.2
       Summe 15.2.2 (2014.2.2 x001 x003)
       Targa 15.2.2
       Tontrennung & Kantenbetonung 15.2.2
       U3D 15.2.2 (2014.2.2 x001 x003)
       Unterstützung für Skripten 15.2.2
       Varianz 15.2.2 (2014.2.2 x001 x003)
       Verbiegen 15.2.2
       Verflüssigen 15.2.2
       Versetzen 15.2.2
       Verwackelte Striche 15.2.2
       Verwacklung reduzieren 15.2.2
       Virtual Reality Modeling Language | VRML 15.2.2 (2014.2.2 x001 x003)
       Wasserzeichen anzeigen 4.0
       Wavefront|OBJ 15.2.2 (2014.2.2 x001 x003)
       Weiches Licht 15.2.2
       Wellen 15.2.2
       WIA-Unterstützung 15.2.2 (2014.2.2 x001 x003)
       Windeffekt 15.2.2
       Wireless Bitmap 15.2.2 (2014.2.2 x001 x003)
       Wölben 15.2.2
       Wolken 15.2.2 (2014.2.2 x001 x003)
    Optionale Zusatzmodule und Zusatzmodule von Drittanbietern:
       Camera Raw 8.8
       Camera Raw-Filter 8.8
    Nicht geladene Plug-Ins: KEINE
    Blitz: OHNE
    Installierte TWAIN-Geräte: OHNE

    I've been having the same problem since CS6. I'm hoping for a solution soon. this is really frustrating!

  • Order by clause not working

    Hi, everyone,
    I am trying to use the following insert statement to insert records in asc order. if i use the select statement alone the order by clause works fine, but when i use the same sql and add a insert into table statment the order by clause does not work. I am not getting the records in ascending order. could anybody help me in this regard?
    INSERT INTO cat_sales_stg
    select      b.SSC,                
         ltrim(rtrim(a.CAT_DESC)) cat_desc,                
         SUM(a.AMOUNT) AMOUNT               
    FROM Trans a, SSC b                     
    WHERE a.ACCOUNT_NUMBER = TO_CHAR(b.ACCOUNT_NUMBER)                    
         AND a.TMONTH >= 200905 AND a.TMONTH <= 200910                
         AND a.FORMAT_NAME = 'ABC'                
         AND b.BMONTH = 200910                
         AND b.SAMPLE = 3                
         AND b.BANNER_NAME = 'ABC'               
         AND b.MODEL_NAME = 'XYZ'               
    group by b.SSC, ltrim(rtrim(a.CAT_DESC))
    order by ssc,cat_desc
    Thanks in advance

    user10636796 wrote:
    Hi, everyone,
    I am trying to use the following insert statement to insert records in asc orderWhat Toon, William, and others have said is that you DON'T insert rows in a specific order. That is completely outside the way relational databases are designed. You insert rows as unordered and use an ORDER BY clause in a SELECT when reading them. ORDER BY is for SELECT statements, not INSERT.
    In particular Toon poined out that we can't control where individual rows get stored.
    There is a databas object called a varray that can store data in sorted order. I have never seen them used because selecting the data back out again is more work; using an ordinary table and an ORDER BY clause is much easier.

Maybe you are looking for

  • Jabber for windows crashing

    Jabber for windows - crashes on start up CUCM 7.1.3 Windows 7 32 bit Cisco Presence   8.0.2.10000-30 - these are in the application event log Log Name:      Application Source:        MsiInstaller Date:          6/27/2012 10:43:19 PM Event ID:      1

  • I have a problem with xajax javascript in Mozilla just how to fix it

    <blockquote>Locking duplicate thread.<br> Please continue here: [/questions/835757]</blockquote> I have a problem with xajax javascript in Mozilla just how to fix it

  • A font package is required

    I am trying to open a form on the sac county court website, but I am unable to.  I have confirmed that I have the latest version of Reader.   It gives me an error.  It says "a font package is required to correctly display this page".  And continues o

  • Character conversion error when installing Java Portlet Container Preview

    I'm trying to tets out JSR 168 portlets on our Oracle 10g server. I'm following the instructions at http://portalstandards.oracle.com/ I download and try to install the "Java Portlet Container Preview Release 2", and I get the following error: [oracl

  • Tool for building a java application's installer

    I'm searching for a tool for creating an installer for a java application. Just found InstallAnywhere... It looks very attractive, but it costs... was wondering if is there anything free.