Help group above report

Hello guys,.

What I have to do, is to modify an existing report that is in the table style to the group above data model.

First, I changed the data model to extract the existing data model group and I got no problem with that.

Secondly, I added grouping framework for my new recordings of grouping (master) and put inside the previous image of grouping (details).

The problem is when I generate the report that each record is separated by a huge empty line:

This photo shows this blank line between records:

[IMG] http://I59.Tinypic.com/bdl46p.jpg [line]

I think I tried everything, I even deleted all the fields of the report and left only my two group executives, but problem still exist.

This is my body of report:

[IMG] http://i62.Tinypic.com/28a3u5l.jpg [line]

If you have ideas, what can be wrong or what to do, please help

You mean, there's already detailed report, now you want to change to master detail (group above).

At the level of the model:

You divided the existing group into two bases on simple request, haven't you? means there are now two group master and detail.

means, group existing, becoming a master and detail created a new group. Let's say that G1 is the master (existing) and G2 (new) group retail.

If above understanding is correct then proceed as follows

Place the new extensible framework (say RG2) within the existing extensible framework (let say RG1 and assign the name of the new group G2 to RG2. framework and place all the Group detail fields in extensible framework newly established RG2.

Hopefully, you will get the expected changes in this way.

Tags: Oracle Development

Similar Questions

  • How to display different text for the labels in group above report Oracle report

    Hello

    Is there a way to change the text that is displayed in the labels in a report over the Group? For example, I have a report above group with my columns of data and above the columns, I have my column labels, but I would like to be able to display various text, i.e. different labels according to requirement. In other words, Column1 label could say column 1 or it's Column1, based on a condition. This is Oracle Report Builder 10.1.2.0.2.
    Thank you.

    If you use the wizard the column headers are created as fixed text elements. No way to change that.
    So, you have to delete text and replace by fields that use some of the columns in your data as the source model. This is how I create reports all the time. There is never any fixed text, all the text is retrieved in the data model.

    You can also use the format trigger. Simply place the elements of different text on top of the other and return TRUE or FALSE to display the correct label.

  • Above-report of the Group-new page for every group value.

    Hello

    In schema Scott, I created a simple report with group above.  The taskforce is Deptno.

    Query is - Select * from emp.

    More-> Deptno field group.

    Created deposit of the total salary for deptno.

    report is running. Now, my need is.  for each new deptno - need to create the new page. A Department can have a page or several pages as well.

    If empno repeating frame, "Page break Apres-oui...--> the employees of the Department list is ok, but the total field is printing on the next page.

    But I want to employees of the Department and total salary should appear on the same page.

    How to do this, please

    No it's not true.

    Framework repeting DEPTNO value (for example. R_G_DEPTNO) property of the print Direction through'.

    I hope this works...

    Hamid

  • I need help on creating reports on the intranet.

    I need help on creating reports on the intranet.
    My level: Beginner cf.
    Y at - it a book for report design? And structures for reports?
    ------------------------------------------------requirements
    my form needs one

    · Date of the box you want. (from and to).
    · Option button to choose the csv and html
    · Run and throw out the results in a tabular format. (grids, cell)


    How many cfm pages do need me for this? E.g. display, action.
    What called what?
    What else do I need?

    I suggest that you put your project on hold for a little everything and get and read the chapters appropriate Web Application Construction Kit of Ben Forta. You can learn more about it here - http://www.forta.com/books/0321223675/. Once you have the concepts down, you will have a much more concentrated idea on what to do.

  • help group

    Hello

    I have a table of PRODUCTS like this:

    ID COD_PROD CAT STATUS PRICE DT

    1 P1 C1 SOLD 10 10/7 / 2015 12:23

    P1 C1 CANCELLED 10 10/7 2 / 2015 12:24

    3 P1 C1 SOLD 10 10/7 / 2015 12:25

    4 P2 SOLD C1 12 10/7 / 2015 12:26

    5 P2 C1 CANCELLED 10/7 12 / 2015 12:27

    P3 C2 SOLD 13 10/7 6 / 2015 12:28


    I need to group them by category (CAT) and the PRICE of the sum in order to show how much of each category.

    The problem is on the STATUS column, because I have to examine all documents having the status of last '' SOLD '' =

    In the table above, the query must obtain P1 and P3


    Any help?

    Thank you

    PM



    This part:

    WITH DATA (ID, COD_PROD, CAT, LOCATION, PRICE, DT)

    AS (SELECT 1, 'P1', 'C1', 'SOLD', 10, to_date (October 7, 2015 12:23 ',' dd/mm/yyyy hh24:mi:ss') FROM dual UNION ALL)

    SELECT 2, 'P1', 'C1', 'CANCELLED', 10, to_date (October 7, 2015 12:24 ',' dd/mm/yyyy hh24:mi:ss') FROM dual UNION ALL

    SELECT 3, 'P1', 'C1', 'SOLD', 10, to_date (October 7, 2015 12:25 ',' dd/mm/yyyy hh24:mi:ss') FROM dual UNION ALL

    SELECT 4, 'P2', 'C1', 'SOLD', 12, to_date (October 7, 2015 12:26 ',' dd/mm/yyyy hh24:mi:ss') FROM dual UNION ALL

    SELECT 5, 'P2', 'C1', 'CANCELLED', 12, to_date (October 7, 2015 12:27 ',' dd/mm/yyyy hh24:mi:ss') FROM dual UNION ALL

    6. SELECT "P3", "C2", "SOLD", 13, to_date (October 7, 2015 12:28 ',' dd/mm/yyyy hh24:mi:ss') FROM dual)

    is simply because I do not have the table, so you'll not need just uses your name to the table here:

    WITH getlaststatus (SELECT ID, cod_prod, chat, location, price, dt

    first_value (status) OVER (PARTITION BY cat, cod_prod dt to ORDER BY DESC) AS last_status,

    row_number() (PARTITION BY cat, cod_prod dt to ORDER BY DESC) AS last_action

    Of your_table_name)

    SOME cats, Sum (Price)

    OF getlaststatus

    WHERE last_status = 'SOLD '.

    AND last_action = 1

    Chat group

    /

    If this solution uses only the last record of a combination of cat/cod_prod if it is a status of SOLD.

    HTH

  • Need help with powercli report - thin disk

    Hello

    As always, the forums here have given me what I need, and I learned a lot. However my knowledge of script is still not at the level where I can combine all I learned. I would appreciate help.

    Basically, I want to write a report that shows the configuration of each computer drive virtual MORE stocked the size of the disc if the disc is thin.

    Currently, I have the following two pieces of code that run completely separately.

    1 - show me the size committed

    $report = @)
    #$allvms = get - VM
    {foreach ($vm to $allvms)
    $vmview = $vm | Get-View
    foreach ($disk in $vmview. Storage.PerDatastoreUsage) {}
    $dsview = (get-view $disk. Data store)
    $dsview. RefreshDatastoreStorageInfo()

    $row = "" | Select VMNAME DATASTORE, VMSIZE_GB, VMUSED_GB %
    $row. VMNAME = $vmview. Config.Name
    $row. DATA store is $dsview. Name
    $row. VMSIZE_GB = (($disk.Committed+$disk.Uncommitted)/1024/1024/1024)
    $row. VMUSED_GB = (($disk.Committed)/1024/1024/1024)
    $row. P = [int] (($row.)) VMUSED_GB / $row. (VMSIZE_GB) * 100)
    $report += $row
    }
    }
    $report | Out-GridView

    2nd - produces the majority of the report

    $report = @)
    $report = {foreach ($vm to $ALLVMs)
    Get-disk hard $vm | Select @{N = 'The virtual computer name'; E = {$vm. Name}},
    @{N = "RDM Name"; E = {($_ | where {"RawPhysical", "RawVirtual"-contient $_.)} DiskType}). File name}}.
    @{N = 'Data store name'; E = {($_ | where {"RawPhysical", "RawVirtual"-notcontains $_.)} DiskType}). Filename.Split(']') [0]. TrimStart('[')}},
    @{N = 'Name of the HD'; E={$_. Name}},
    @{N = 'Size of HD GiB'; E={$_. CapacityKB/1 MB}},
    @{N = "Format"; E={$_. StorageFormat}},
    @{N = "Clerk disk"; {E = {$_.Committed}}.
    @{N = 'Memory'; E={ }},
    Get - VM $vm | Select @{N = 'Memory'; E = {$vm. MemoryMB}}

    }

    $report | Out-GridView

    Thanks to those who submitted the code above, I changed a bit!

    Ideally, the 2nd report would contain a "Committed disk" column which shows the < committed > according to code 1.

    Any help or pointers gladly accepted.

    Unless you have a 1 vdisk in line with the strategy of the data (as already mentioned Conrad) store, I'm afraid, it's impossible

  • Slow Mac works. Need help for EtreCheck report.

    EtreCheck version: 2.9.12 (265)

    Report generated 2016-05-25 08:56:29

    Download EtreCheck from https://etrecheck.com

    Duration 08:37

    Performance: Below average

    Click the [Support] links to help with non-Apple products.

    Click [details] for more information on this line.

    Click [delete] to remove the adware.

    Problem: Computer is too slow

    Hardware Information:

    MacBook Pro (13 inch, late 2011)

    [Data sheet] - [User Guide] - [warranty & Service]

    MacBook Pro - model: MacBookPro8, 1

    1 2.4 GHz Intel Core i5 processor: 2 strands

    4 GB of RAM expandable - [Instructions]

    BANK 0/DIMM0

    OK 2 GB DDR3 1333 MHz

    BANK 1/DIMM0

    OK 2 GB DDR3 1333 MHz

    Bluetooth: Old - transfer/Airdrop2 not supported

    Wireless: en1: 802.11 a/b/g/n

    Battery: Health = battery check - Cycle count = 597

    Video information:

    Intel HD Graphics 3000

    Color LCD 1280 x 800

    Software:

    OS X El Capitan 10.11.5 (15F34) - since the start-up time: 15 hours

    Disc information:

    ST9500325ASG disk0: (500,11 GB) (rotation)

    EFI (disk0s1) < not mounted >: 210 MB

    Recovery HD (disk0s3) < not mounted > [recovery]: 650 MB

    Macintosh HD (disk 1) /: 498,88 (Go 303,46 free)

    Storage of carrots: disk0s2 499.25 GB Online

    MATSHITADVD-R UJ - 8À8)

    USB information:

    Computer, Inc. Apple IR receiver.

    Apple Inc. FaceTime HD camera (built-in)

    Apple Inc. Apple keyboard / Trackpad

    MOSART Semi. 2. 4 G wireless mouse

    Apple Inc. BRCM2070 hub.

    Apple Inc. Bluetooth USB host controller.

    Lightning information:

    Apple Inc. Thunderbolt_bus.

    Guardian:

    Mac App Store and identified developers

    Adware:

    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client

    An adware file found. [Remove]

    Startup items:

    ChmodBPF: Path: / Library/StartupItems/ChmodBPF

    Startup items are obsolete in OS X Yosemite

    Launch system officers:

    [loaded] 8 tasks Apple

    [loading] 158 tasks Apple

    [operation] 72 tasks Apple

    Launch system demons:

    [loaded] 44 tasks Apple

    [loading] 157 tasks Apple

    [operation] 90 tasks Apple

    Launch officers:

    [failure] com.adobe.ARMDCHelper.cc24aef4a1b90ed56a... plist (2016-05-11) [Support]

    [operation] com.canon.MFManager.plist (2012-05-22) [Support]

    [loading] com.google.keystone.agent.plist (2016-03-02) [Support]

    com.netgear.NETGEARGenie.plist [no charge] (2012-04-01) [Support]

    [loading] com.oracle.java.Java - Updater.plist (2013-04-15) [Support]

    Launch demons:

    [loading] com.adobe.ARMDC.Communicator.plist (2016-05-11) [Support]

    [loading] com.adobe.ARMDC.SMJobBlessHelper.plist (2016-05-11) [Support]

    [failure] com.adobe.fpsaud.plist (2016-05-09) [Support]

    [operation] com.fitbit.galileod.plist (2013-10-22) [Support]

    [loading] com.google.keystone.daemon.plist (2016-03-02) [Support]

    [loading] com.oracle.java.Helper - Tool.plist (2013-04-15) [Support]

    [loading] com.skype.skypeinstaller.plist (2013-12-31) [Support]

    User launch officers:

    [failure] com.adobe.ARM. [...]. plist (2011-12-25) [Support]

    com.apple.CSConfigDotMacCert [fail]-[...] @me.com - SharedServices.Agent.plist

    [failure] com.facebook.videochat. [entrenched passage] .plist (2014-08-11) [Support]

    Items in user login:

    iTunesHelper hidden Application (/ Applications/iTunes.app/Contents/MacOS/iTunesHelper.app)

    Application of Dropbox (~ / Dropbox.app)

    ImageTransferUtility Application (/ Applications/Canon Utilities/ImageTransferUtility/ImageTransferUtility.app)

    WirelessCameraService Application (/ Applications/Canon Utilities/CameraWindow/Wireless/WirelessCameraService.app)

    TimehopSync application (/ Applications/TimehopSync.app)

    Amazon Cloud Drive App Application (/ Applications/Amazon Cloud Drive App.app)

    Other applications:

    [ongoing] com.Amazon.clouddrive

    [ongoing] com.Amazon.clouddrive.Mac.40352

    [ongoing] com.canon.SLRuntimeLoader.91232

    [ongoing] com.canon.WirelessCameraService.107872

    [ongoing] com.getdropbox.dropbox.98592

    [ongoing] com.HP.devicemonitor

    [ongoing] com.timehop.TimehopSync.72352

    [loading] 407 tasks Apple

    [operation] 191 tasks Apple

    Plug-ins Internet:

    FlashPlayer - 10.6: 21.0.0.242 - SDK 10.6 (2016-05-20) [Support]

    QuickTime Plugin: 7.7.3 (2016-05-20)

    AdobePDFViewerNPAPI: 15.016.20039 - SDK 10.11 (2016-05-14) [Support]

    CouponPrinter-FireFox_v2: 1.1.10 - SDK 10.5 (2013-05-13) [Support]

    AdobePDFViewer: 15.016.20039 - SDK 10.11 (2016-05-14) [Support]

    Flash Player: 21.0.0.242 - SDK 10.6 (2016-05-20) [Support]

    Default browser: 601 - SDK 10.11 (2016-05-20)

    LogMeIn: 1.0.961 - SDK 10.7 (2013-10-25) [Support]

    LogMeInSafari32: 1.0.961 - SDK 10.7 (2013-10-25) [Support]

    Silverlight: 5.1.30514.0 - SDK 10.6 (2014-08-07) [Support]

    JavaAppletPlugin: Java 8 update 91 build 14 (2016-04-24) check the version of

    3rd party preference panes:

    Flash Player (2016-05-09) [Support]

    Java (2016-04-24), [Support]

    Time Machine:

    Time Machine not configured!

    Top of page process CPU:

    6% kernel_task

    4% hidd

    4% coreaudiod

    3% Timehop Sync

    3% com.apple.WebKit.WebContent (3)

    Top of page process of memory:

    872 MB com.apple.WebKit.WebContent (3)

    Kernel_task 401 MB

    Mdworker (10) 139 MB

    115 MB Amazon Cloud Drive App

    Dropbox 106 MB

    Virtual memory information:

    72 MB free RAM

    used 3.93 GB RAM (966 MB cache)

    Used Swap 0 B

    Diagnostic information:

    24 may 2016, 17:43:17 test - passed

    May 23, 2016, 16:27:16 /Library/Logs/DiagnosticReports/com.apple.WebKit.Plugin.64_2016-05-23-162716_[r edacted].cpu_resource.diag [details]

    System/Library/Frameworks/WebKit.Framework/versions/A/XPCServices/com. Apple.We bKit.Plugin.64.xpc/Contents/MacOS/com.apple.WebKit.Plugin.64

    May 23, 2016, 15:43:57 /Library/Logs/DiagnosticReports/softwareupdated_2016-05-23-154357_[redacted].cp u_resource.diag [details]

    / System/Library/CoreServices/Software Update.app/Contents/Resources/softwareupdated

    May 22, 2016, 15:49:29 /Library/Logs/DiagnosticReports/com.apple.photos.ImageConversionService_2016-05-22 - 154929_ [redacted].cpu_resource.diag [details]

    /System/Library/PrivateFrameworks/PhotoLibraryPrivate.Framework/versions/A/fram eworks/MediaConversionService.framework/Versions/A/XPCServices/com.apple.photos. E ImageConversionService.xpc/Contents/MacOS/com.apple.photos.ImageConversionServic

    You have adware.

    http://www.thesafemac.com/arg-Genieo/

  • Help with crash report

    NNever seen elsewhere! Help, please:

    {'name': 'duetexpertd', "app_version": app_name '',' ': 'duetexpertd', "os_version": "iP hone OS 9.2.1 (13 D 15) ', 'slice_uuid': '1c76732c-bf2b-384e-968f-f5debce3788d', 'is_first_party': Street t, 'build_version': '',' bug_type':"109","timestamp":"2016-02-24 16:35:12.12-0600","share_with_app_devs": false}

    The identifier for the incident: FD3D1FC7-77A6-4EFD-A3EA-783ACE5A9C2B

    CrashReporter key: 78b7c91daaecdc4fa81b1a519e69c8558acc610b

    Model: iPhone7, 2

    Process: duetexpertd [4011]

    Path: / usr/libexec/duetexpertd

    ID: duetexpertd

    Version:?

    Code type: ARM-64 (Native)

    Parent process: launchd [1]

    Date/time: 2016-02-24-0600 16:35:12.12

    Launch time: 2016-02-20 18:34:08.08-0600

    OS version: iOS 9.2.1 (13D 15)

    Report Version: 105

    Exception type: EXC_BAD_ACCESS (SIGSEGV)

    Subtype of exception: KERN_INVALID_ADDRESS at 0 x 0000000000000010

    Triggered by wire: 6

    Filtered syslog:

    None found

    Name of the thread 0: send queue: com.apple.main - wire

    Thread 0:

    0 libsystem_kernel.dylib 0x00000001816dd4bc 0x1816dc000 + 5308

    1 libsystem_kernel.dylib 0x00000001816dd338 0x1816dc000 + 4920

    2 CoreFoundation 0x0000000181b0cac0 0x181a30000 + 903872

    3 CoreFoundation 0x0000000181b0a7c4 0x181a30000 + 894916

    4 CoreFoundation 0x0000000181a39680 0x181a30000 + 38528

    5 Foundation 0x000000018243121c 0 x 182424000 + 53788

    6 duetexpertd 0x000000010006b448 0 x 100068000 + 13384

    7 libdyld.dylib 0x00000001815da8b8 0x1815d8000 + 10424

    Thread 1 name: send queue: com.apple.libdispatch - Manager

    Thread 1:

    0 libsystem_kernel.dylib 0x00000001816f94fc 0x1816dc000 + 120060

    1 libdispatch.dylib 0x00000001815bc94c 0x1815a8000 + 84300

    2 libdispatch.dylib 0x00000001815ab7bc 0x1815a8000 + 14268

    Screw the 2 name: queue of the expedition: _DECServer

    Thread 2:

    0 libsystem_kernel.dylib 0x00000001816f7f90 0x1816dc000 + 114576

    1 libsystem_pthread.dylib 0x00000001817c239c 0x1817bc000 + 25500

    2 libsystem_pthread.dylib 0x00000001817c257c 0x1817bc000 + 25980

    libobjc 3. A.dylib 0x00000001811cf7bc 0x1811bc000 + 79804

    libobjc 4. A.dylib 0x00000001811d214c 0x1811bc000 + 90444

    5 DuetExpertCenter 0x000000018f20c920 0x18f204000 + 35104

    6 DuetExpertCenter 0x000000018f215ce0 0x18f204000 + 72928

    7 libdispatch.dylib 0x00000001815a9630 0x1815a8000 + 5680

    8 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    libdispatch.dylib 9 0x00000001815b5634 0x1815a8000 + 54836

    10 libdispatch.dylib 0x00000001815ad0f4 0x1815a8000 + 20724

    11 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    12 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    13 libsystem_pthread.dylib 0x00000001817bd470 0x1817bc000 + 5232

    14 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 3 name: queue of the expedition: com.apple.coreduet.contextstore.waitForeverOperationQ

    3 wire:

    0 libsystem_kernel.dylib 0x00000001816dd510 0x1816dc000 + 5392

    1 libdispatch.dylib 0x00000001815ba508 0x1815a8000 + 75016

    2 CoreDuet 0x0000000187c4b3e8 0x187c04000 + 291816

    3 libdispatch.dylib 0x00000001815a9630 0x1815a8000 + 5680

    4 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    5 libdispatch.dylib 0x00000001815b5634 0x1815a8000 + 54836

    6 libdispatch.dylib 0x00000001815ad0f4 0x1815a8000 + 20724

    7 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    8 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    libsystem_pthread.dylib 9 0x00000001817bd470 0x1817bc000 + 5232

    10 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 4 name: queue of the expedition: _DECServerResponder

    Thread 4:

    0 libsystem_malloc.dylib 0x0000000181722bd8 0 x 181720000 + 11224

    1 libsystem_malloc.dylib 0x00000001817215bc 181720000 + 5564 x 0

    2 libsystem_malloc.dylib 0x00000001817215bc 181720000 + 5564 x 0

    3 libsystem_malloc.dylib 0 x 0000000181721468 0 x 181720000 + 5224

    4 libsystem_malloc.dylib 0x00000001817259ec 0 x 181720000 + 23020

    5 CoreFoundation 0x0000000181a3eea8 0x181a30000 + 61096

    6 CoreFoundation 0x0000000181a94348 0x181a30000 + 410440

    7 DuetExpertCenter 0x000000018f2217e8 0x18f204000 + 120808

    8 CoreFoundation 0x0000000181a416d8 0x181a30000 + 71384

    CoreFoundation 9 0x0000000181a415b0 0x181a30000 + 71088

    10 DuetExpertCenter 0x000000018f221084 0x18f204000 + 118916

    11 DuetExpertCenter 0x000000018f213b20 0x18f204000 + 64288

    12 libdispatch.dylib 0x00000001815a9630 0x1815a8000 + 5680

    13 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    14 libdispatch.dylib 0x00000001815b5634 0x1815a8000 + 54836

    15 libdispatch.dylib 0x00000001815ad0f4 0x1815a8000 + 20724

    16 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    17 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    18 libsystem_pthread.dylib 0x00000001817bd470 0x1817bc000 + 5232

    19 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Wire 5:

    0 libsystem_kernel.dylib 0x00000001816f8b6c 0x1816dc000 + 117612

    1 libsystem_pthread.dylib 0x00000001817bd530 0x1817bc000 + 5424

    2 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 6 name: queue of the expedition: _DECPredictionCache

    Thread 6 crashed:

    libobjc 0. A.dylib 0x00000001811d5bd0 0x1811bc000 + 105424

    1 Foundation 0x000000018248f014 0 x 182424000 + 438292

    2 Foundation 0x00000001824908a4 0 x 182424000 + 444580

    3 Foundation 0 x 0000000182490474 0 x 182424000 + 443508

    4 Foundation 0x000000018248f3f0 0 x 182424000 + 439280

    5 Foundation 0x00000001824908a4 0 x 182424000 + 444580

    Foundation 0x00000001824904c4 6 0 x 182424000 + 443588

    7 Foundation 0x000000018248f3f0 0 x 182424000 + 439280

    8 DuetExpertCenter 0x000000018f221dc0 0x18f204000 + 122304

    DuetExpertCenter 9 0x000000018f2229b8 0x18f204000 + 125368

    Foundation 0x000000018248f3f0 10 0 x 182424000 + 439280

    11 DuetExpertCenter 0x000000018f2295a0 0x18f204000 + 152992

    Foundation 0x000000018248f3f0 12 0 x 182424000 + 439280

    Foundation 0x00000001824908a4 13 0 x 182424000 + 444580

    The Foundation 14 0x000000018248f3f0 0 x 182424000 + 439280

    15 DuetExpertCenter 0x000000018f228f38 0x18f204000 + 151352

    Foundation of 16 0x000000018248f3f0 0 x 182424000 + 439280

    The Foundation 17 0x00000001824908a4 0 x 182424000 + 444580

    Foundation 0x00000001824904c4 18 0 x 182424000 + 443588

    The Foundation 19 0x000000018248f3f0 0 x 182424000 + 439280

    Foundation 0x00000001824908a4 20 0 x 182424000 + 444580

    Foundation of 21 0x00000001824904c4 0 x 182424000 + 443588

    Foundation 0x000000018248f3f0 22 0 x 182424000 + 439280

    The Foundation 23 0 x 0000000182496258 0 x 182424000 + 467544

    24 DuetExpertCenter 0x000000018f20cd78 0x18f204000 + 36216

    25 libdispatch.dylib 0x00000001815a9630 0x1815a8000 + 5680

    26 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    27 libdispatch.dylib 0x00000001815b5634 0x1815a8000 + 54836

    28 libdispatch.dylib 0x00000001815ad0f4 0x1815a8000 + 20724

    29 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    30 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    31 libsystem_pthread.dylib 0x00000001817bd470 0x1817bc000 + 5232

    32 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 7 name: queue of the expedition: com.apple.NSXPCConnection.user.4011

    Line 7:

    0 libsystem_kernel.dylib 0x00000001816dd5b8 0x1816dc000 + 5560

    1 libsystem_platform.dylib 0x00000001817b9534 0x1817b4000 + 21812

    2 libsystem_malloc.dylib 0 x 0000000181724920 0 x 181720000 + 18720

    3 CoreFoundation 0x0000000181a3d3a8 0x181a30000 + 54184

    libobjc 4. A.dylib 0x00000001811ddae8 0x1811bc000 + 137960

    5 Foundation 0x00000001825ffca4 0 x 182424000 + 1948836

    6 libxpc.dylib 0x00000001817f0c28 0x1817ec000 + 19496

    7 libxpc.dylib 0x00000001817f0bcc 0x1817ec000 + 19404

    8 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    libdispatch.dylib 9 0x00000001815b5634 0x1815a8000 + 54836

    10 libdispatch.dylib 0x00000001815ad0f4 0x1815a8000 + 20724

    11 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    12 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    13 libsystem_pthread.dylib 0x00000001817bd470 0x1817bc000 + 5232

    14 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 8 name: queue of the expedition: _DECPredictionCache

    Thread 8:

    0 libsystem_kernel.dylib 0x00000001816df014 0x1816dc000 + 12308

    1 Foundation 0x00000001824492f0 0 x 182424000 + 152304

    2 Foundation 0x0000000182501a8c 0 x 182424000 + 907916

    3 Foundation 0x00000001824491f8 0 x 182424000 + 152056

    4 Foundation 0x0000000182447a1c 0 x 182424000 + 145948

    5 DuetExpertCenter 0x000000018f20ce10 0x18f204000 + 36368

    6 libdispatch.dylib 0x00000001815a9630 0x1815a8000 + 5680

    7 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    8 libdispatch.dylib 0x00000001815b5634 0x1815a8000 + 54836

    libdispatch.dylib 9 0x00000001815ad0f4 0x1815a8000 + 20724

    10 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    11 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    12 libsystem_pthread.dylib 0x00000001817bd470 0x1817bc000 + 5232

    13 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Wire 9 name: queue of the expedition: _DECServer

    Wire 9:

    0 libsystem_kernel.dylib 0x00000001816f7f90 0x1816dc000 + 114576

    1 libsystem_pthread.dylib 0x00000001817c239c 0x1817bc000 + 25500

    2 libsystem_pthread.dylib 0x00000001817c257c 0x1817bc000 + 25980

    libobjc 3. A.dylib 0x00000001811cf7bc 0x1811bc000 + 79804

    libobjc 4. A.dylib 0x00000001811d214c 0x1811bc000 + 90444

    5 DuetExpertCenter 0x000000018f20c920 0x18f204000 + 35104

    6 DuetExpertCenter 0x000000018f215ce0 0x18f204000 + 72928

    7 libdispatch.dylib 0x00000001815a9630 0x1815a8000 + 5680

    8 libdispatch.dylib 0x00000001815a95f0 0x1815a8000 + 5616

    libdispatch.dylib 9 0x00000001815b5634 0x1815a8000 + 54836

    10 libdispatch.dylib 0x00000001815ad0f4 0x1815a8000 + 20724

    11 libdispatch.dylib 0x00000001815b7504 0x1815a8000 + 62724

    12 libdispatch.dylib 0x00000001815b7224 0x1815a8000 + 61988

    13 libsystem_pthread.dylib 0x00000001817bd470 0x1817bc000 + 5232

    14 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 10:

    0 libsystem_kernel.dylib 0x00000001816f8b6c 0x1816dc000 + 117612

    1 libsystem_pthread.dylib 0x00000001817bd530 0x1817bc000 + 5424

    2 libsystem_pthread.dylib 0x00000001817bd020 0x1817bc000 + 4128

    Thread 6 crashed with ARM State of Thread (64-bit):

    x 0: 0 x 9000000000000000 x 1: 0x000000018262b8a1 x 2: x 3: 0 x 0000000000000000 0x000000013458eb40

    X 4: 0 x 0000000000000010 5: 0 x 0000000000000001 x 6: 0 x 0000000000000000 x 7: 0 x 0000000000000000

    x 8: 0x000000019e37e000 9: 0 x 0000000000000000 x 10 x: 11: 0 x 0000000000000009 x 0x000000019f2b0330

    X 12: 0x000000013501d840 x 13: 0x000001a19f2b6f71 x 14: 0x00000000ffffffff x 15: 0x00000000fffffff4

    X 16: 0x0000000187224c64 x 17: 0x0000000181a3f2f0 x 0000000000000000 x 19 x 18: 0: 0x000000013458eb40

    X 20: 0 x 9000000000000000 x 0000000000000000 22 x 21: 0: x 23 0x000000019e385000: 0x000000019ab6d480

    X 24: 0 x 0000000000000001 0000000000000000 x 26 x 25: 0: x 27 0x000000019e385000: 0x000000019e385000

    x 28: 0 x 0000000000000001 fp: 0x000000016e2d19a0 lr: 0x000000018248f014

    SP: 0x000000016e2d1900 pc: 0x00000001811d5bd0 cpsr: 0xa0000000

    Binary images:

    0 x 100068000 - 0x10006bfff duetexpertd arm64/usr/libexec/duetexpertd < 1c76732cbf2b384e968ff5debce3788d >

    0x1002e4000 - 0x1002e7fff AppPrediction arm64 /System/Library/DuetExpertCenter/Experts/AppPrediction.bundle/AppPrediction < de777fa8f1e734f6ba49abae6d16123d >

    0x101e98000 - 0x101ea3fff DeeplinkPrediction arm64 < de47c500e3883295a90f5cf36449b611 > /System/Library/DuetExpertCenter/Experts/DeeplinkPrediction.bundle/DeeplinkPred friction

    0x101f18000 - 0x101f1ffff MagicalMoments arm64 /System/Library/DuetExpertCenter/Experts/MagicalMoments.bundle/MagicalMoments < b3eac757d3c334568b4cc5950c54776d >

    0x101f70000 - 0x101f7ffff PeopleSuggester arm64 /System/Library/DuetExpertCenter/Experts/PeopleSuggester.bundle/PeopleSuggester < 3ae6ad15cfe936009d37aef2130face3 >

    0x101fa0000 - 0x101fa3fff SystemFilter arm64 /System/Library/DuetExpertCenter/Filters/SystemFilter.bundle/SystemFilter < da234727dca5376f8e1e4bcc11ad05bb >

    0x1025f0000 - 0x1025f3fff SystemLogger arm64 /System/Library/DuetExpertCenter/Loggers/SystemLogger.bundle/SystemLogger < 51f9124ad25834619bdab1aaab523327 >

    0x1200c0000 - 0x1200effff dyld/usr/lib/dyld < 9e98992ceed735e2ac4784cb28efe7c1 > arm64

    0 x 181144000 - 0x181145fff libSystem.B.dylib /usr/lib/libSystem.B.dylib < c4cd04b37e5f34698856a9384aefff40 > arm64

    0 x 181148000 - 0x18119bfff libc ++.1.dylib arm64 /usr/lib/libc++.1.dylib < d430d0ad16893b76bbc52468f65d5906 >

    0x18119c000 - 0x1811bbfff libc ++ abi.dylib arm64 /usr/lib/libc++abi.dylib < 1c0a8ef87e8c37b2a577dc1a44e2b16e >

    0x1811bc000 - 0x181528fff libobjc. A.dylib/usr/lib/libobjc < da8e482b3e7d3c40a798a0c86a3d6890 > arm64. A.dylib

    0x18152c000 - 0x181530fff libcache.dylib arm64 /usr/lib/system/libcache.dylib < 242f50f854a1301fa6f76b4531101238 >

    0 x 181534000 - 0x18153ffff libcommonCrypto.dylib arm64 /usr/lib/system/libcommonCrypto.dylib < 962b6da2f76d3b22afb83adeb2b030ef >

    0 x 181540000 - 0x181543fff libcompiler_rt.dylib arm64 /usr/lib/system/libcompiler_rt.dylib < 516b8400a98f3a4fb8f82780faca4b31 >

    0 x 181544000 - 0x18154bfff libcopyfile.dylib arm64 /usr/lib/system/libcopyfile.dylib < c027b29d770e3a5e83aa48463916d3ed >

    0x18154c000 - 0x1815a7fff libcorecrypto.dylib arm64 /usr/lib/system/libcorecrypto.dylib < f3daba6e74753ddc9d7a3df953621d46 >

    0x1815a8000 - 0x1815d6fff libdispatch.dylib arm64 /usr/lib/system/libdispatch.dylib < aa5aa53cebb13e23a840ac24e4380c81 >

    0x1815d8000 - 0x1815dafff libdyld.dylib arm64 /usr/lib/system/libdyld.dylib < 217f387a9d803ad1b8543fbcae5c8ec0 >

    0x1815dc000 - 0x1815dcfff liblaunch.dylib arm64 /usr/lib/system/liblaunch.dylib < aec3e1f1241e33a888763b2b3d54fc16 >

    0x1815e0000 - 0x1815e4fff libmacho.dylib arm64 /usr/lib/system/libmacho.dylib < c0a027eb0fdf34c4948a7a579754bb94 >

    0x1815e8000 - 0x1815e9fff libremovefile.dylib arm64 /usr/lib/system/libremovefile.dylib < 2fb2b791a3453c019640b22cee6a0c00 >

    0x1815ec000 - 0x181602fff libsystem_asl.dylib arm64 /usr/lib/system/libsystem_asl.dylib < c0b57534f20e3488a77be968b06665d7 >

    0 x 181604000 - 0x181605fff libsystem_blocks.dylib arm64 /usr/lib/system/libsystem_blocks.dylib < 294794ae7146331c8fd65a1ba652e7a4 >

    0 x 181608000 - 0x181687fff libsystem_c.dylib arm64 /usr/lib/system/libsystem_c.dylib < 880a61b1eb96367f9bd7af9ec768c89b >

    0 x 181688000 - 0x18168bfff libsystem_configuration.dylib arm64 /usr/lib/system/libsystem_configuration.dylib < 03109db3910b3d1db039296a8dcf3a6f >

    0x18168c000 - 0x18168efff libsystem_containermanager.dylib arm64 /usr/lib/system/libsystem_containermanager.dylib < fe2c6b6a57b6325887f02a3c867d36bf >

    0 x 181690000 - 0x181691fff libsystem_coreservices.dylib arm64 /usr/lib/system/libsystem_coreservices.dylib < 4bfbf0b2029f31299048d8aa82f50cf4 >

    0 x 181694000 - 0x1816aafff libsystem_coretls.dylib arm64 /usr/lib/system/libsystem_coretls.dylib < a920142634313a95ad276a8e7ce041fc >

    0x1816ac000 - 0x1816b4fff libsystem_dnssd.dylib arm64 /usr/lib/system/libsystem_dnssd.dylib < aad8313dc34138e58674de8b37c8f823 >

    0x1816b8000 - 0x1816d9fff libsystem_info.dylib arm64 /usr/lib/system/libsystem_info.dylib < c38ce7aacdf33d4081b7a526c8c3034e >

    0x1816dc000 - 0x1816fdfff libsystem_kernel.dylib arm64 /usr/lib/system/libsystem_kernel.dylib < 13195140aba33e139925c949e4ec1e14 >

    0 x 181700000 - 0x18171cfff libsystem_m.dylib arm64 /usr/lib/system/libsystem_m.dylib < 784c81a596ec3863bbb18d2c6d57d1ce >

    0 x 181720000 - 0x181739fff libsystem_malloc.dylib arm64 /usr/lib/system/libsystem_malloc.dylib < d540cfed29133811b05483d34c1d1b12 >

    0x18173c000 - 0x18179bfff libsystem_network.dylib arm64 /usr/lib/system/libsystem_network.dylib < 8668f3c7d2583a858e982e431ff0029b >

    0x18179c000 - 0x1817a4fff libsystem_networkextension.dylib arm64 /usr/lib/system/libsystem_networkextension.dylib < 9294202d3e963025b416a89d70a0a9f9 >

    0x1817a8000 - 0x1817b2fff libsystem_notify.dylib arm64 /usr/lib/system/libsystem_notify.dylib < dd38cc9e177a31f1820c306f9a5cdb90 >

    0x1817b4000 - 0x1817b9fff libsystem_platform.dylib arm64 /usr/lib/system/libsystem_platform.dylib < 7ad36a3f683830338c1023238ee36e2d >

    0x1817bc000 - 0x1817c4fff libsystem_pthread.dylib arm64 /usr/lib/system/libsystem_pthread.dylib < 699f755441ea3a8da43569da86269469 >

    0x1817c8000 - 0x1817cafff libsystem_sandbox.dylib arm64 /usr/lib/system/libsystem_sandbox.dylib < fe96a44b2ade3550a73fbec1d1766da4 >

    0x1817cc000 - 0x1817dcfff libsystem_trace.dylib arm64 /usr/lib/system/libsystem_trace.dylib < 6168fd469cbd3f4494d9a17c2128acb1 >

    0x1817e0000 - 0x1817e5fff libunwind.dylib arm64 /usr/lib/system/libunwind.dylib < 667befcaf5f339fb885e77ce99512fca >

    0x1817e8000 - 0x1817e8fff libvminterpose.dylib arm64 /usr/lib/system/libvminterpose.dylib < 0735d1ebbd123718a8f17eb113615d6d >

    0x1817ec000 - 0x181811fff libxpc.dylib arm64 /usr/lib/system/libxpc.dylib < b4614a68d1cb32a99ff638ddb1181ff4 >

    0 x 181814000 - 0x181a19fff libicucore. A.dylib/usr/lib/libicucore < 5c1540546de5350ab314c1d4c8a46d1b > arm64. A.dylib

    0x181a1c000 - 0x181a2dfff libz.1.dylib arm64 /usr/lib/libz.1.dylib < c46172ce833d398a8f1b54d22a4aaeaf >

    0x181a30000 - 0x181da8fff CoreFoundation arm64 /System/Library/Frameworks/CoreFoundation.framework/CoreFoundation < 121118a9a44d3518b99f3ebfd8806f69 >

    0x181dac000 - 0x181dbcfff libbsm.0.dylib arm64 /usr/lib/libbsm.0.dylib < bfee5e310ce439f0912635ac0bdbcaef >

    0x181dc0000 - 0x181dc0fff libenergytrace.dylib arm64 /usr/lib/libenergytrace.dylib < 913105a7ca583fed80e6b6329387bd34 >

    0x181dc4000 - 0x181e34fff IOKit arm64 /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit < 3183206b8f683af29d373817ca5ce34d >

    0x181e38000 - 0x181e57fff libMobileGestalt.dylib arm64 /usr/lib/libMobileGestalt.dylib < c9c425b7cc243ecfbb96c6b98a6737f9 >

    0x181e58000 - 0x181f42fff libxml2.2.dylib arm64 /usr/lib/libxml2.2.dylib < 83e0d7a7234a3d93b70b33c650cce1c5 >

    0x181f44000 - 0x181fb1fff security arm64 /System/Library/Frameworks/Security.framework/Security < 74474ceb538f35bdac96f3a9b7c9c2fa >

    0x181fb4000 - 0x18200dfff arm64 /System/Library/Frameworks/SystemConfiguration.framework/SystemConfiguration < ede85de1bd2830518ea2caac42bad651 > SystemConfiguration

    0 x 182010000 - 0x1820f8fff libsqlite3.dylib arm64 /usr/lib/libsqlite3.dylib < ac049ebda5c534d7a81fff7ff8924192 >

    0x1820fc000 - 0x182388fff CFNetwork arm64 /System/Library/Frameworks/CFNetwork.framework/CFNetwork < 479946ecd173383d803077b338576727 >

    0x18238c000 - 0x182399fff libbz2.1.0.dylib arm64 /usr/lib/libbz2.1.0.dylib < 736f0f9f7b003dcbb91351472cedfd49 >

    0x18239c000 - 0x1823b5fff liblzma.5.dylib arm64 /usr/lib/liblzma.5.dylib < 6a0f886fe05d3250a030dd9256b14c08 >

    0x1823b8000 - 0x1823d2fff libCRFSuite.dylib arm64 /usr/lib/libCRFSuite.dylib < 8315a6fa429b3bc58da2a8d1cd259d61 >

    0x1823d4000 - 0x1823fefff libarchive.2.dylib arm64 /usr/lib/libarchive.2.dylib < 2558513a9240332998aa09cdbf49f3ec >

    0 x 182400000 - 0x18241efff libextension.dylib arm64 /usr/lib/libextension.dylib < b59c905587a63c9da06bfc8594ad8ae8 >

    0 x 182420000 - 0x182421fff liblangid.dylib arm64 /usr/lib/liblangid.dylib < 49ce8afa64a033328e76f25af85ff4c4 >

    0 x 182424000 - 0x182691fff Foundation arm64 /System/Library/Frameworks/Foundation.framework/Foundation < 9c53ce054a5630c98001ecd8fd71080a >

    0 x 182694000 - 0x18273ffff libBLAS.dylib arm64 < c534306ddf9e3b90b25e1b66695b0dd1 > /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib BLAS.dylib

    0 x 182740000 - 0x182aa5fff libLAPACK.dylib arm64 < ca2b7c7ec1bb30b98c037998b26e01f2 > /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LAPACK.dylib

    0x182aa8000 - 0x182d04fff vImage arm64 < a3390b9bac5135369964865d050a9b95 > /System/Library/Frameworks/Accelerate.framework/Frameworks/vImage.framework/vIm age

    0x182d08000 - 0x182d2afff libvMisc.dylib arm64 vMisc.dylib /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib < 1dee62445ded325a93cfca54303bd378 >

    0x182d2c000 - 0x182d40fff libLinearAlgebra.dylib arm64 < 0623251016ad33349829e232f4624c7b > /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib LinearAlgebra.dylib

    0x182d44000 - 0x182d53fff libSparseBLAS.dylib arm64 < 5d1851c74bd63cb1a1b6e4dfe8dc59cc > /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib SparseBLAS.dylib

    0x182d54000 - 0x182dc0fff libvDSP.dylib arm64 vDSP.dylib /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/lib < 7a83ca773be63bbbb33a8e8d1c2da9b7 >

    0x182dc4000 - 0x182dc4fff arm64 /System/Library/Frameworks/Accelerate.framework/Frameworks/vecLib.framework/vec < 9008c7ee8a703d6faa091456a8990715 > Lib vecLib

    0x182dc8000 - 0x182dc8fff acceleration arm64 /System/Library/Frameworks/Accelerate.framework/Accelerate < 234dafe4fb09333a8bd23b74dff5670e >

    0x182dcc000 - 0x182f39fff arm64 /System/Library/Frameworks/CoreGraphics.framework/CoreGraphics < b225beb40caf3521ad8af13986c9e25e > CoreGraphics

    0x182f3c000 - 0x182f50fff GraphicsServices arm64 /System/Library/PrivateFrameworks/GraphicsServices.framework/GraphicsServices < 9c0d8d96ee9a3abaa9ca2c1c83291ccd >

    0x182f54000 - 0x182f9cfff AppSupport arm64 /System/Library/PrivateFrameworks/AppSupport.framework/AppSupport < 02b59c1c8da334a9852a3aa9bab98c07 >

    0x182fa0000 - 0x183061fff MobileCoreServices arm64 /System/Library/Frameworks/MobileCoreServices.framework/MobileCoreServices < afb0867c27e237b08d6fb64e1c44db59 >

    0 x 183064000 - 0x1830acfff baseboard arm64 /System/Library/PrivateFrameworks/BaseBoard.framework/BaseBoard < c5af56c0a45f3308932ffa68e609ccd8 >

    0x1830b0000 - 0x1830bbfff AssertionServices arm64 /System/Library/PrivateFrameworks/AssertionServices.framework/AssertionServices < 6be337b9a4ad3c72b1a9f5e48ac329db >

    0x1830bc000 - 0x1830ddfff BackBoardServices arm64 /System/Library/PrivateFrameworks/BackBoardServices.framework/BackBoardServices < 1098f9a35be63f4798089c25d613565c >

    0x1830e0000 - 0x1830e3fff MobileSystemServices arm64 < 7eb26bea09f53c1c9e8d732f9f8ba026 > /System/Library/PrivateFrameworks/MobileSystemServices.framework/MobileSystemSe services

    0x1830e4000 - 0x183119fff FrontBoardServices arm64're /System/Library/PrivateFrameworks/FrontBoardServices.framework/FrontBoardServic < c1c5ada9ceb03917892e043fee80857f >

    0x18311c000 - 0x183126fff UserNotificationServices arm64 cationServices /System/Library/PrivateFrameworks/UserNotificationServices.framework/UserNotifi < e8dcb070485f38b699ef6b5decf244d0 >

    0 x 183128000 - 0x18314dfff SpringBoardServices arm64 < eda15d90c5b4335299934d2c5fbcbede > /System/Library/PrivateFrameworks/SpringBoardServices.framework/SpringBoardServ ices

    0 x 183150000 - 0x18315ffff MobileKeyBag arm64 /System/Library/PrivateFrameworks/MobileKeyBag.framework/MobileKeyBag < ed676cb30f5b38c8a4b00b84e66f216d >

    0 x 183160000 - 0x183166fff IOSurface arm64 /System/Library/PrivateFrameworks/IOSurface.framework/IOSurface < 5cb861f068073646a7e4f594baeb3dac >

    0 x 183168000 - 0x183174fff liblockdown.dylib arm64 /usr/lib/liblockdown.dylib < 80c801d17a24305a9f55a53ba66d1e1a >

    0 x 183178000 - 0x183187fff CrashReporterSupport arm64 < c01e9de574133fdf90a9526fc10457be > /System/Library/PrivateFrameworks/CrashReporterSupport.framework/CrashReporterS upport

    0 x 183188000 - 0x18318afff IOSurfaceAccelerator arm64 < 799c7fc9ad973988a2d974d16a1a8618 > /System/Library/PrivateFrameworks/IOSurfaceAccelerator.framework/IOSurfaceAccel erator

    0x18318c000 - 0x1831cdfff AppleJPEG arm64 /System/Library/PrivateFrameworks/AppleJPEG.framework/AppleJPEG < 244899ffb13030d09097bcb67d1c0f0b >

    0x1831d0000 - 0x1834f1fff ImageIO arm64 /System/Library/Frameworks/ImageIO.framework/ImageIO < 1dcba4911a183ca38528d0b4db7338a8 >

    0x1834f4000 - 0x1834f8fff STC arm64 /System/Library/PrivateFrameworks/TCC.framework/TCC < 785cd2d136fd3300a63f0c9b65a69b8f >

    0x1834fc000 - 0x183501fff AggregateDictionary arm64 /System/Library/PrivateFrameworks/AggregateDictionary.framework/AggregateDictio < df37471257ac3732924711a6cc7aba99 > partner

    0 x 183504000 - 0x183511fff PowerLog arm64 /System/Library/PrivateFrameworks/PowerLog.framework/PowerLog < af9c5f3d9b3e3a02ab7c00bf83a3b0c3 >

    0 x 183514000 - 0x183571fff libTelephonyUtilDynamic.dylib arm64 /usr/lib/libTelephonyUtilDynamic.dylib < ec797d85e16f343a9b5d39ee63204090 >

    0 x 183574000 - 0x183586fff CommonUtilities arm64 /System/Library/PrivateFrameworks/CommonUtilities.framework/CommonUtilities < 8f96b3d9ea333d20985ec6f5d77a5946 >

    0 x 183588000 - 0x18359ffff libcompression.dylib arm64 /usr/lib/libcompression.dylib < fecdce66a127392f968b6b0fe72b819c >

    0x1835a0000 - 0x1837eafff CoreData arm64 /System/Library/Frameworks/CoreData.framework/CoreData < 5d453eca9d25369fbe1152ec7aa44b1d >

    0x1837ec000 - 0x1837f0fff libCoreVMClient.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreVMClient.dylib < 05aad56f45e13172ad7a5d9fc156ccd1 >

    0x1837f4000 - 0x1837f8fff IOAccelerator arm64 /System/Library/PrivateFrameworks/IOAccelerator.framework/IOAccelerator < 7889e7b1f9ad30f19539dacc3a4e1a48 >

    0x1837fc000 - 0x1837fdfff libCVMSPluginSupport.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCVMSPluginSupport.dylib < a1731d84b8ec3cc78b140153b1f97694 >

    0 x 183800000 - 0x183803fff libCoreFSCache.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libCoreFSCache.dylib < f67161256ed732219f5599270648e012 >

    0 x 183804000 - 0x18384afff libGLImage.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGLImage.dylib < d533fa1b7b5f3f1b9a38a8aa0d4b80c4 >

    0x18384c000 - 0x183856fff libGFXShared.dylib arm64 /System/Library/Frameworks/OpenGLES.framework/libGFXShared.dylib < 102edb9f54593c12b761398991a2878f >

    0 x 183858000 - 0x18385efff IOMobileFramebuffer arm64 < 33cde30cbca83a60957157185c6fbe45 > /System/Library/PrivateFrameworks/IOMobileFramebuffer.framework/IOMobileFramebu new

    0 x 183860000 - 0x183860fff libmetal_timestamp.dylib arm64 < 56af01754111343da708ce2963dc993c > /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dyli b

    0 x 183864000 - 0x1838aafff arm64 metal /System/Library/Frameworks/Metal.framework/Metal < 2c6f99dd5edb3b4b9bb8233c120dd370 >

    0x1838ac000 - 0x1838b6fff OpenGLES arm64 /System/Library/Frameworks/OpenGLES.framework/OpenGLES < cfb6dabfaa5c32bb84bfbb8c31fb2e06 >

    0x1838b8000 - 0x1838d8fff CoreVideo arm64 /System/Library/Frameworks/CoreVideo.framework/CoreVideo < 653d4a02c4443e79b9dedc88fec89b4d >

    0x1838dc000 - 0x1838defff arm64 /System/Library/PrivateFrameworks/OAuth.framework/OAuth < ea5d8026af173483918a09c303104746 > OAuth

    0x1838e0000 - 0x183917fff accounts arm64 /System/Library/Frameworks/Accounts.framework/Accounts < 70308607c9873d7d827735c98303ef29 >

    0 x 183918000 - 0x183a0afff libiconv.2.dylib arm64 /usr/lib/libiconv.2.dylib < fadcb98c1c1b356c84f83a0405014023 >

    0x183a0c000 - 0x183ac8fff CoreAudio arm64 /System/Library/Frameworks/CoreAudio.framework/CoreAudio < 7cc6066c806039bca940716231637628 >

    0x183acc000 - 0x183acffff UserFS arm64 /System/Library/PrivateFrameworks/UserFS.framework/UserFS < 8e3c32ed612f310f8253a9fc3ef365f4 >

    0x183ad0000 - 0x183bbdfff CoreMedia arm64 /System/Library/Frameworks/CoreMedia.framework/CoreMedia < 6ad8fea7e3033ea8ae61060f5e19f6b6 >

    0x183bc0000 - 0x183bc8fff libcupolicy.dylib arm64 /usr/lib/libcupolicy.dylib < 86ae97c485ea3d27880d4075a0378a12 >

    0x183bcc000 - 0x183c3efff CoreTelephony arm64 /System/Library/Frameworks/CoreTelephony.framework/CoreTelephony < 9d5c070b5f1536399d8dc4583ef8240e >

    0x183c40000 - 0x183d20fff libFontParser.dylib arm64 /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib < fc643a21296736b5b2b61481d61a306e >

    0x183d24000 - 0x183da4fff VideoToolbox arm64 /System/Library/Frameworks/VideoToolbox.framework/VideoToolbox < be617809dd93333ab50db1e22fec1c11 >

    0x183da8000 - 0x183da8fff FontServices arm64 /System/Library/PrivateFrameworks/FontServices.framework/FontServices < bbec62921db432008ff91dbecc9f5f63 >

    0x183dac000 - 0x183ed7fff CoreText arm64 /System/Library/Frameworks/CoreText.framework/CoreText < d116fec0cc2136cb9ccff9f0b77c0427 >

    0x183ed8000 - 0x183ee9fff ProtocolBuffer arm64 /System/Library/PrivateFrameworks/ProtocolBuffer.framework/ProtocolBuffer < ae731c8324143bd0b1fa42c083cd1bb1 >

    0x183eec000 - 0x183f13fff PersistentConnection arm64 < f891b056a74d3aecbc515a5dd93a182a > /System/Library/PrivateFrameworks/PersistentConnection.framework/PersistentConn ection

    0x183f14000 - 0x183f1bfff DataMigration arm64 /System/Library/PrivateFrameworks/DataMigration.framework/DataMigration < 4d957c76b4a535349f065e4e26e32a75 >

    0x183f1c000 - 0x184242fff AudioToolbox arm64 /System/Library/Frameworks/AudioToolbox.framework/AudioToolbox < 732b31e0907438e38393c1401a2326b8 >

    0 x 184244000 - 0x1843e6fff QuartzCore arm64 /System/Library/Frameworks/QuartzCore.framework/QuartzCore < b18fd2d29c78340581fc516141c52a36 >

    0x1843e8000 - 0x1843eefff Netrb arm64 /System/Library/PrivateFrameworks/Netrb.framework/Netrb < 89a82d19bfa832c3be2b4d8bcdaf04c7 >

    0x1843f0000 - 0x184401fff libcmph.dylib arm64 /usr/lib/libcmph.dylib < 788e21990d61308cb3a8eeac6f28cda9 >

    0 x 184404000 - 0x18441ffff libmis.dylib arm64 /usr/lib/libmis.dylib < 75c4bd30d45838a7a276a4c687d9676c >

    0 x 184420000 - 0x1844a1fff LanguageModeling arm64 /System/Library/PrivateFrameworks/LanguageModeling.framework/LanguageModeling < 8f0afc836b7c31a4ba004f9ba495159c >

    0x1844a4000 - 0x184564fff ManagedConfiguration arm64 < 14f012126fcc31b985744406ffabdc4c > /System/Library/PrivateFrameworks/ManagedConfiguration.framework/ManagedConfigu ration

    0 x 184568000 - 0x18457ffff libmarisa.dylib arm64 /usr/lib/libmarisa.dylib < 5a00674979ab31b1a216a56c1f60458e >

    0 x 184580000 - corrector 0x184647fff arm64 /System/Library/PrivateFrameworks/ProofReader.framework/ProofReader < 1128b6d743133c6b80b762645c0a9e54 >

    0 x 184648000 - 0x18464efff MediaAccessibility arm64 /System/Library/Frameworks/MediaAccessibility.framework/MediaAccessibility < 1ad85ca5a76f3e6692df4fbb1b7d1019 >

    0 x 184650000 - 0x18465ffff MobileAsset arm64 /System/Library/PrivateFrameworks/MobileAsset.framework/MobileAsset < 10c161389d7039a0a01a8a338f349fae >

    0 x 184660000 - 0x1846b8fff arm64 /System/Library/PrivateFrameworks/ColorSync.framework/ColorSync < 9e5c88dec3743290b78e9df8ec74492c > ColorSync

    0x1846bc000 - 0x184707fff MetalPerformanceShaders arm64 < 5b5f3ef3b3503289aad9b60b08268721 > /System/Library/Frameworks/MetalPerformanceShaders.framework/MetalPerformanceSh aders

    0 x 184708000 - 0x184b34fff FaceCore arm64 /System/Library/PrivateFrameworks/FaceCore.framework/FaceCore < c081228025fe3e6bb800430051181fb4 >

    0x184b38000 - 0x184bb3fff arm64 /System/Library/PrivateFrameworks/Quagga.framework/Quagga < 668639b359dd35b99fd432f187422807 > quagga

    0x184bb4000 - 0x184d56fff arm64 /System/Library/Frameworks/CoreImage.framework/CoreImage < b9d5db7c62583ce5aa67a929c32ecbdd > CoreImage

    0x184d58000 - 0x184d89fff arm64 /System/Library/PrivateFrameworks/TextInput.framework/TextInput < 99990781f4e23fa4a7603033c12e7880 > TextInput

    0x184d8c000 - 0x184d96fff libAccessibility.dylib arm64 /usr/lib/libAccessibility.dylib < 925fa2dd49eb3ae9b2457f3bb3a56dc9 >

    0x184da4000 - 0x185388fff arm64 /System/Library/Frameworks/JavaScriptCore.framework/JavaScriptCore < 8734a54ac2923d9b9957c1a4b2cbc9eb > JavaScriptCore

    0 x 185574000 - 0x18651bfff WebCore arm64 /System/Library/PrivateFrameworks/WebCore.framework/WebCore < 31d224ffb1b03ef3aef621656fa6eb83 >

    0x18651c000 - 0x186545fff libxslt.1.dylib arm64 /usr/lib/libxslt.1.dylib < e6a0f1496d6d33a2b64339fa29c76daa >

    0 x 186548000 - 0x186625fff WebKitLegacy arm64 /System/Library/PrivateFrameworks/WebKitLegacy.framework/WebKitLegacy < c3ad1cf573fc37f79202166b2a8e4de2 >

    0 x 186628000 - 0x1866dffff CoreUI arm64 /System/Library/PrivateFrameworks/CoreUI.framework/CoreUI < 29d544d0b53e394aabcfc44fa72488ce >

    0x1866e0000 - 0x186705fff DictionaryServices arm64're /System/Library/PrivateFrameworks/DictionaryServices.framework/DictionaryServic < f39018d31eeb3d35b820df074d18f54b >

    0 x 186708000 - 0x186708fff HangTracer arm64 /System/Library/PrivateFrameworks/HangTracer.framework/HangTracer < 231afe8a1d2e31339c291c80e7c00bb6 >

    0x18670c000 - 0x18675afff PhysicsKit arm64 /System/Library/PrivateFrameworks/PhysicsKit.framework/PhysicsKit < 9ba1d2dbac4d34b2a984036875c03449 >

    0x18675c000 - 0x186832fff UIFoundation arm64 /System/Library/PrivateFrameworks/UIFoundation.framework/UIFoundation < 9f36816edf3139ecbced1102ad25421f >

    0 x 186834000 - 0x18742cfff UIKit arm64 /System/Library/Frameworks/UIKit.framework/UIKit < 1ed8c851528d340980eaf65410c76c18 >

    0 x 187430000 - 0x187451fff CoreBluetooth arm64 /System/Library/Frameworks/CoreBluetooth.framework/CoreBluetooth < 7db7b40d76183ecdb7347f3c71a5a2ef >

    0 x 187454000 - 0x187479fff DataAccessExpress arm64 /System/Library/PrivateFrameworks/DataAccessExpress.framework/DataAccessExpress < 4a4b7cfe1bff3250a33935a7cf001f77 >

    0x18747c000 - 0x187495fff NetworkStatistics arm64 /System/Library/PrivateFrameworks/NetworkStatistics.framework/NetworkStatistics < e09050a83e2c34eb9fcaa4b53c8a0173 >

    0 x 187498000 - 0x187513fff arm64 /System/Library/Frameworks/AddressBook.framework/AddressBook < 2e4c3e893ece3d15bd32d883df32bdc7 > AddressBook

    0 x 187514000 - 0x18761efff coreMotion arm64 /System/Library/Frameworks/CoreMotion.framework/CoreMotion < d3400d1bc1a731b982b98726473872d1 >

    0 x 187620000 - 0x187630fff CacheDelete arm64 /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete < d3f9211ea40c37808233dd2f078d52a5 >

    0 x 187634000 - 0x18763bfff CoreAUC arm64 /System/Library/PrivateFrameworks/CoreAUC.framework/CoreAUC < d61137796acf39239063a10e7571d567 >

    0x18763c000 - 0x187a55fff MediaToolbox arm64 /System/Library/Frameworks/MediaToolbox.framework/MediaToolbox < fcec681f386c32ffbf9cbf87c51dfcec >

    0x187a58000 - 0x187bd7fff arm64 heavenly /System/Library/PrivateFrameworks/Celestial.framework/Celestial < 76d04f7ae8bf319b91d4c7db0106a360 >

    0x187bd8000 - 0x187be4fff IntlPreferences arm64 /System/Library/PrivateFrameworks/IntlPreferences.framework/IntlPreferences < eef450a1e9833df1b3e778709e327ccb >

    0x187be8000 - 0x187beafff CoreDuetDebugLogging arm64 ogging /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/CoreDuetDebugL < fe78d54424e2376b98969aaa614b2114 >

    0x187bec000 - 0x187c01fff CoreDuetDaemonProtocol arm64 onProtocol /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/CoreDuetDaem < 562565236850366a963da45710fbdebe >

    0x187c04000 - 0x187cb6fff CoreDuet arm64 /System/Library/PrivateFrameworks/CoreDuet.framework/CoreDuet < 17647cadc2d23f65b482ff3fcb0546f1 >

    0x187cb8000 - 0x187cb9fff BTLEAudioController arm64 < 142ecb401dca36c0b2fe630969f4aea6 > /System/Library/PrivateFrameworks/BTLEAudioController.framework/BTLEAudioContro ller

    0x187cbc000 - 0x187d34fff libAVFAudio.dylib arm64 /System/Library/Frameworks/AVFoundation.framework/libAVFAudio.dylib < f3034400d6e43f9a9464a67430e4eab9 >

    0x187d38000 - 0x187eb2fff AVFoundation arm64 /System/Library/Frameworks/AVFoundation.framework/AVFoundation < 0540460d4dae33caa1e7448265f8dbe5 >

    0x187eb4000 - 0x187ee5fff libtidy. A.dylib/usr/lib/libtidy < abbb7a67e2e0322a8dba1d78c7d13a20 > arm64. A.dylib

    0x187ee8000 - 0x187f57fff IMFoundation arm64 /System/Library/PrivateFrameworks/IMFoundation.framework/IMFoundation < 7a74488d40e7355782185ed0d28eaea3 >

    0x187f58000 - 0x1883b8fff arm64 /System/Library/PrivateFrameworks/GeoServices.framework/GeoServices < 5c25909ea0c831d497d4a5bd63dec7d8 > GeoServices

    0x1883bc000 - 0x1883bdfff DiagnosticLogCollection arm64 ogCollection /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/DiagnosticL < 30e6a7c0c5813ec6b7112fa8971c2f83 >

    0x1883c0000 - 0x1883c1fff Marco arm64 /System/Library/PrivateFrameworks/Marco.framework/Marco < 840159538b7f37189f0302127b5d1deb >

    0x1883c4000 - 0x18842bfff coreLocation arm64 /System/Library/Frameworks/CoreLocation.framework/CoreLocation < 110f2fe0782f391fa60ed9145e471dd4 >

    0x18842c000 - 0x188431fff ConstantClasses arm64 /System/Library/PrivateFrameworks/ConstantClasses.framework/ConstantClasses < 0ff28778ae7835688d319a72fa16c64d >

    0 x 188434000 - 0x18843ffff libChineseTokenizer.dylib arm64 /usr/lib/libChineseTokenizer.dylib < 78c59c2e77013628a670dc0b21847bd1 >

    0 x 188440000 - 0x1886bdfff libmecabra.dylib arm64 /usr/lib/libmecabra.dylib < 2ec0770c42e33fb8bcebf93eca6cd406 >

    0x1886c0000 - 0x1886f3fff IDSFoundation arm64 /System/Library/PrivateFrameworks/IDSFoundation.framework/IDSFoundation < 0d02d68e2e5f3568b3fc9256966f961b >

    0x1886f4000 - 0x188763fff ID arm64 /System/Library/PrivateFrameworks/IDS.framework/IDS < dfee47a372d836daabc1d814d6e6c2f5 >

    0 x 188764000 - 0x18877efff MediaServices arm64 /System/Library/PrivateFrameworks/MediaServices.framework/MediaServices < ac4e2bbf525d31aeb75dff3662228b89 >

    0 x 188780000 - AuthKit arm64 /System/Library/PrivateFrameworks/AuthKit.framework/AuthKit < c803b167ed3131d08eab36490e73b834 > 0x1887a3fff

    0x1887ac000 - 0x1887cafff MediaRemote arm64 /System/Library/PrivateFrameworks/MediaRemote.framework/MediaRemote < ea4d0b6e6a2d311cb6fef2b37b0c15eb >

    0x1887cc000 - 0x1888f9fff MobileSpotlightIndex arm64 < 3b10039f2bce30b195c6d55ac84e7e06 > /System/Library/PrivateFrameworks/MobileSpotlightIndex.framework/MobileSpotligh tIndex

    0x1888fc000 - 0x188917fff PlugInKit arm64 /System/Library/PrivateFrameworks/PlugInKit.framework/PlugInKit < cde56da1bfbd312ea9ba248b790f8829 >

    0 x 188944000 - 0x18895ffff libresolv.9.dylib arm64 /usr/lib/libresolv.9.dylib < ba423e5275d5330593a7165fc6c581a5 >

    0 x 188978000 - 0x1889a0fff ContactsFoundation arm64 /System/Library/PrivateFrameworks/ContactsFoundation.framework/ContactsFoundati < 1f04f9109c403f28bacfacc409ae4fb5 > on

    0x1889a4000 - 0x1889a8fff ParsecSubscriptionServiceSupport arm64 rsecSubscriptionServiceSupport /System/Library/PrivateFrameworks/ParsecSubscriptionServiceSupport.framework/Pa < 93e2a4e0a61230c79f3df68b46910648 >

    0x1889ac000 - 0x188a33fff arm64 /System/Library/Frameworks/Contacts.framework/Contacts < 097c5169112d352cbe5155a6de1409e7 > contacts

    0x188a34000 - 0x188a6ffff CoreSpotlight arm64 /System/Library/Frameworks/CoreSpotlight.framework/CoreSpotlight < a5c849ca93973d05be0f10ae8c581aa3 >

    0x188a70000 - 0x188a8ffff vCard arm64 /System/Library/PrivateFrameworks/vCard.framework/vCard < 62dd5070a2d13de28732634ca7a4750e >

    0x188bf8000 - 0x188c00fff FMCoreLite arm64 /System/Library/PrivateFrameworks/FMCoreLite.framework/FMCoreLite < 22ce5a480dc134c78aa6f7b25424412e >

    0x188d48000 - 0x188d4cfff CommunicationsFilter arm64 /System/Library/PrivateFrameworks/CommunicationsFilter.framework/Communications < 502c17a7d644355d944e63e7f0aa5119 > filter

    0x188e90000 - 0x188e9bfff MobileBluetooth arm64 /System/Library/PrivateFrameworks/MobileBluetooth.framework/MobileBluetooth < bcf9b2d1c26837458259807db707dec4 >

    0x188ec0000 - 0x188ef0fff Bom arm64 /System/Library/PrivateFrameworks/Bom.framework/Bom < 4f5013bdfad73eb5bd8f7729969989bf >

    0x188efc000 - 0x188f30fff FTServices arm64 /System/Library/PrivateFrameworks/FTServices.framework/FTServices < 51a3e8b849143e5d8d2805c47fc5125f >

    0x188f34000 - 0x188f8ffff CoreDAV arm64 /System/Library/PrivateFrameworks/CoreDAV.framework/CoreDAV < 2bb6185fdcb632728e0efb912db4b9ef >

    0 x 189044000 - 0x189075fff iCalendar arm64 /System/Library/PrivateFrameworks/iCalendar.framework/iCalendar < ecacc7da396831239df1a1853edfcc8f >

    0 x 189084000 - 0x1890d0fff CalendarFoundation arm64 /System/Library/PrivateFrameworks/CalendarFoundation.framework/CalendarFoundati < 9ea9daa746eb34e7b3a5c8373d064347 > on

    0x1890d4000 - 0x1890dafff IncomingCallFilter arm64 /System/Library/PrivateFrameworks/IncomingCallFilter.framework/IncomingCallFilt < 39387dd4fc7b31feaa09c2c9842f222d > er

    0x1891c8000 - 0x189249fff CalendarDatabase arm64 /System/Library/PrivateFrameworks/CalendarDatabase.framework/CalendarDatabase < 018e15690c6c34d8b2ab0c70f8514230 >

    0x18924c000 - 0x18927efff CalendarDaemon arm64 /System/Library/PrivateFrameworks/CalendarDaemon.framework/CalendarDaemon < 31850ade68653f8e9944fe9763a39ff7 >

    0 x 189280000 - 0x189311fff EventKit arm64 /System/Library/Frameworks/EventKit.framework/EventKit < 44c62470afe53e80843ad77b8280768f >

    0 x 189634000 - 0x189735fff ContactsUI arm64 /System/Library/Frameworks/ContactsUI.framework/ContactsUI < 7221c5ed434b3690b5d07f304a08db19 >

    0x189ec4000 - 0x189f9afff AddressBookUI arm64 /System/Library/Frameworks/AddressBookUI.framework/AddressBookUI < 8c3b71382bca37e7a0b1e2893fd30b0a >

    0x18aadc000 - 0x18ab50fff libprotobuf.dylib arm64 /usr/lib/libprotobuf.dylib < f0f1f752fe763ce6b10623feb46e4549 >

    0x18ae8c000 - 0x18aebafff libAWDSupportConfig.dylib arm64 /usr/lib/libAWDSupportConfig.dylib < dfa3d2f60d733a07bbfa440e0c44e113 >

    0x18af18000 - 0x18b13efff libAWDSupportFramework.dylib arm64 /usr/lib/libAWDSupportFramework.dylib < 39dbce77a36a37d5a2d55494d72c23ce >

    0x18b140000 - 0x18b144fff libAWDSupportInfo.dylib arm64 /usr/lib/libAWDSupportInfo.dylib < 7f4f497c619f3ebf976add5222de1dae >

    0x18b170000 - 0x18b1a3fff WirelessDiagnostics arm64 TIC /System/Library/PrivateFrameworks/WirelessDiagnostics.framework/WirelessDiagnos < d65ed7824c713f979c853641c629de26 >

    0x18b320000 - 0x18b32afff CoreRecents arm64 /System/Library/PrivateFrameworks/CoreRecents.framework/CoreRecents < e7ad756169703d489ee15873850ce992 >

    0x18b3cc000 - 0x18ba20fff VectorKit arm64 /System/Library/PrivateFrameworks/VectorKit.framework/VectorKit < f1505be719c138e1b1f00e43b004d5a8 >

    0x18ba24000 - 0x18bba5fff arm64 /System/Library/Frameworks/MapKit.framework/MapKit < 97a1db8315a43dbf8d82112180a8b39f > MapKit

    0x18c03c000 - 0x18c051fff FTAWD arm64 /System/Library/PrivateFrameworks/FTAWD.framework/FTAWD < 25baac1a9bea376c9c592f468a2315ff >

    0x18c0bc000 - 0x18c179fff arm64 /System/Library/PrivateFrameworks/IMCore.framework/IMCore < 1b17a5ffc103301e95c2e6ce0d9a8987 > IMCore

    0x18c7c0000 - 0x18c7ccfff FindMyDevice arm64 /System/Library/PrivateFrameworks/FindMyDevice.framework/FindMyDevice < ad7822a4344636d8a3719fd67f1a4e3e >

    0x18cd44000 - 0x18cdaefff IMAVCore arm64 /System/Library/PrivateFrameworks/IMAVCore.framework/IMAVCore < 55042d860dda307d85010e6f7231d4eb >

    0x18f1b0000 - 0x18f1c5fff CoreRoutine arm64 /System/Library/PrivateFrameworks/CoreRoutine.framework/CoreRoutine < f85565c7e0573999b04366c909d7d86a >

    0x18f204000 - 0x18f235fff DuetExpertCenter arm64 /System/Library/PrivateFrameworks/DuetExpertCenter.framework/DuetExpertCenter < 2fc1c5f5c9443c3dbf44715b5f2819a8 >

    0 x 190114000 - 0x19014afff arm64 /System/Library/PrivateFrameworks/CallHistory.framework/CallHistory < c452f45eff4f3b2b8e6dcb1bcb7854da > CallHistory

    0 194670000 x - 0x194691fff AppPredictionInternal arm64 /System/Library/PrivateFrameworks/AppPredictionInternal.framework/AppPrediction < 3286fe9a87873e7c8c16e5a0fedf11d7 > internal

    0x194dfc000 - 0x194e21fff CoreServicesInternal arm64 /System/Library/PrivateFrameworks/CoreServicesInternal.framework/CoreServicesIn < a6363c946f4b3341bbbe85ff3eb74932 > Pro

    0x19859c000 - 0x1985a5fff libMobileGestaltExtensions.dylib arm64 /usr/lib/libMobileGestaltExtensions.dylib < 22ae77b3e0093fb48b5981c64b9abf2e >

    Tell us about the history of the unit and the problem

  • Help create the report

    I put it in my table:

    SQ_NOCUST_IDYEAR1YEAR2
    101002835419962002

    SELECT 10 SQ_NO, 10028354 CUST_ID, 1996 BY AN1 AN2 2002

    FROM DUAL;

    On a line I need to generate the number of lines between an1 and an2 and I need to generate only even numbers in the column of the year2. The result should be like this:

    10 10028354 1996 1996

    10 10028354 1996 1998

    10 10028354 1996 2000

    10 10028354 1996 2002

    I tried a lot of things, but nothing has worked for me. I'd appreciate the support.

    Kind regards

    skas

    Hello

    skas wrote:

    My bad I find it hard to understand this function correctly at the moment.

    There is no function affected by the query you posted.

    May be I pressure to quickly generate this report this is why I am not able to focus on learning patiently rather more interested in the realization of the goal.

    When you're ready to learn how works the CONNECT BY clause, see

    http://www.adp-GmbH.ch/ora/SQL/connect_by.html and/or

    http://www.oradev.com/connect_by.jsp

    I used Oracle for years before I learned how to CONNECT BY works.  I'm glad that I finally took the time to learn; It is very useful.

    I added a line in addition in the request, but now I'm getting duplicates.  I tried to use the group by clause, but both options still holding separate, when I run the query against the current table that has rows of 50 K.

    If the table has more than 1 line, then you need a condition in addition to LEVEL<= x   ="" in="" the="" connect="" by="" clause;="" some="" condition(s)="" using="" the="" prior="">

    Depending on your version of Oracle, he gets the results you posted:

    SELECT sq_no

    cust_id

    , by an1

    by an1 + ((LEVEL - 1)

    * 2

    ) AS yearx

    A

    CONNECT BY LEVEL<= (="" (year2="" -="">

    / 2

    ) + 1

    AND sq_no = PRIOR sq_no

    AND PRIOR SYS_GUID () IS NOT NULL

    ORDER BY 2, 3, 4

    ;

    This assumes that a.sq_no is unique.

    Beware of any solution that requires SELECT DISTINCT.  Very often, it's just a very expensive way to deal with a problem rather than solve it.

  • Help with script Reporting vSwitch

    Hi, looking for a little help to report on the vSwitches.

    The script I've tried to write is shown below, but of course I messed up that it returns only the host names and my column headings.

    Any help really appreciated and pointers where I was wrong.

    Thank you

    Dan

    $vSwitchRep = @)
    $vmhosts = get-VMHost | Name sort
    ForEach ($vmhost to $vmhosts)
    {
    $vSwitchObj = "" | Select the host name, vSwitch, vmnic, TotalPorts, PortsAvailable, MTU
    $vSwitchObj.HostName = $vmhost. Name

    ForEach ($vswitch in $vmhost. VirtualSwitch)
    {
    $vSwitchObj.vSwitch = $vmhost. VirtualSwitch.Name
    $nic = «»
    ForEach ($vmnic in $vmhost. VirtualSwitch.nic)
    {
    $nic += $vmnic
    }
    $vSwitchObj.vmnic = $vmnic
    $vSwitchObj.TotalPorts = $vmhost. VirtualSwitch.NumPorts
    $vSwitchObj.PortsAvailable = $vmhost. VirtualSwitch.NumPortsAvailable
    $vSwitchObj.MTU = $vmhost. VirtualSwitch.Mtu
    $vSwitchRep += $vSwitchObj
    }
    }
    $vSwitchRep

    You're right, it was an error for the vmnic.

    Try this way

    $vSwitchRep = @()
    $vmhosts = Get-VMHost | Sort Nameforeach($vmhost in $vmhosts)
    {
        foreach($vswitch in (Get-VirtualSwitch -VMHost $vmhost))
        {
            $vSwitchObj = "" | Select HostName, vSwitch, vmnic, TotalPorts, PortsAvailable, MTU        $vSwitchObj.HostName = $vmhost.Name
            $vSwitchObj.vSwitch = $vswitch.Name
            $vSwitchObj.vmnic = [string]::Join(',',$vswitch.nic)
            $vSwitchObj.TotalPorts = $vswitch.NumPorts
            $vSwitchObj.PortsAvailable = $vswitch.NumPortsAvailable
            $vSwitchObj.MTU = $vswitch.Mtu
            $vSwitchRep += $vSwitchObj    }
    }
    $vSwitchRep
    
  • If anyone can help with a report that retrieves the external ID field in the CRM

    I have an affiliate system where the customer imported 3600 + recordings, some of which were to the eternal ID ("field of your identification on the import file) together and some are not.

    The problem is that I have to update all of the CRM records and impossible to import the changes that I don't know what the original external id value. Catalyst support of business savvy that they can't include this field in a report (don't get started me on that...) and I'm now desperately need a way to get that data on the file and are essential for any news updates via the import of files. I would like to delete all files and start again except that there is no wholesale don't delete option in CRM BC - Yes you can do it in the products but not the CRM or Web Apps...! The only option available in British Colombia is to remove a list of screen at once, but then I have the problem that this issue is not all CRM records - only those whio belong to a secure area.

    My need is urgent, so any free help or otherwise would be approeciated and the solution must be one that allows me to run such export on an irregular basis.

    OK... Thanks to those who feel now offered help and I have a little a goose, but then isn't quite.

    Colombia-British in his usual style of the help documentation, are quite clear in their explanation of the way in which the Unique Id (which is actually the ID ' external ' e CRM under the Misc section). Here is the description from the import of the model

    • Columns of the foregoing represent all the available columns that can be imported using the import of standard contact feature. The columns do not need to contain information, but they must be present on the page, especially if a column instance contains information.
    • If your organization uses its own unique ID to differentiate customers, then use the ID column of your. If a value is present in this column, it will serve the unique identifier. This means that if the contact has been imported previously, and is to be re-imported then its details are updated, if not a new contact record is created regardless of the fact that contact a similar already exists in the system.
    • If the ID column of your unused, while contacts are usually identified by their email address. The minimum requirement for import a contact into the system that is to be your ID, Email address, full name, first name or last name must be on a single line. If these values are missing the line is not imported and import will move to the next line.
    • If you do not provide your ID or an email address and only a name then the contact is added every time regardless of the question of whether a similar already exists in the system.

    Now my understanding is that if you used the Id of your then being the unique identifier, and that these imports all future would have to use that... Well no, that is not the case at all.

    If you import a recordset using your Id, you can simply update these same records with just the email address - you don't need your Id or external at all!  So, what's the purpose of this field at all? I have no idea myself because he cannot be reported, may not be exported, it cannot be referenced - actually the only way you will see she is to open the CRM folder and view details of Misc and buried at the bottom you'll find. That's what I call a undocumented feature!

    So end of this is - my concerns that whatever proved unfounded and you don't have to worry about external / your field Id, no matter what the customer does.

    My advice - forget this field exists and do not care to use it unless you might happen to be interfacing in some 3rd party system through PAI, as seems to be the only use I can think of for it.

  • Need help little ADDM report...

    DETAILED REPORT ADDM FOR TASK 'ADDM:151072109_1_2686' WITH ID 9530
    ------------------------------------------------------------------

    Evaluation period: May 16, 2011 11:00:55-11:29:38
    Database ID/Instance: 151072109/1
    The names of database/Instance: IU10G/iu10g
    Host name: LIVEDB
    Database version: 10.2.0.1.0
    A range of snapshot: of 2685 to 2686
    Database time: 364 seconds
    Average load of data base:.2 active sessions

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~


    1: 64% impact RESEARCH (234 seconds)
    -----------------------------------
    Time spent on the processor by the instance has been responsible for a substantial part
    time of database.

    RECOMMENDATION 1: SQL Tuning, 31% of profit (112 seconds)
    ACTION: Run SQL Setup on the SQL with SQL_ID
    '57xtcdjqy9pv4 '.
    RELEVANT SUBJECT: With 57xtcdjqy9pv4 SQL_ID SQL statement and
    PLAN_HASH 3175156280
    UPDATE FEESUM SET AMTPAY = (SELECT SUM (CRE_BAL) OF STUJOURNAL
    WHERE REF_NO =: b1 AND STDJID LIKE '% SPY') WHERE VHNO =: b1
    RATIONALE: The SQL with SQL_ID "57xtcdjqy9pv4" was performed 2256
    time and took an average time of 0,051 seconds.
    RATIONALE: Average CPU used by execution was 0.049 seconds.

    RECOMMENDATION 2: Demand analysis, benefit from 28% (101 seconds)
    ACTION: Parsing SQL statements consumed significant CPU. Please
    refer to other findings in this spot on for further analysis
    Details.

    RECOMMENDATION 3: SQL Tuning, 13% advantage (48 seconds)
    ACTION: Run SQL Setup on the SQL with SQL_ID
    '0qz20ftp5t89r '.
    RELEVANT SUBJECT: With 0qz20ftp5t89r SQL_ID SQL statement and
    PLAN_HASH 1500325377
    SELECT COUNT (*) FROM ENTER_MSG WHERE SEND_UNSEND = 'U '.
    ACTION: Examine the SQL with SQL_ID '0qz20ftp5t89r' for
    improvement of the performance possible.
    RELEVANT SUBJECT: With 0qz20ftp5t89r SQL_ID SQL statement and
    PLAN_HASH 1500325377
    SELECT COUNT (*) FROM ENTER_MSG WHERE SEND_UNSEND = 'U '.
    RATIONALE: With SQL_ID '0qz20ftp5t89r' SQL statement executed 167
    times and had an average of 0.28 seconds.
    RATIONALE: Average CPU used by execution was 0.12 seconds.

    FIND 02:45 % impact (164 seconds)
    -----------------------------------
    SQL statements consume significant database time were found.

    RECOMMENDATION 1: SQL Tuning, 31% of profit (112 seconds)
    ACTION: Run SQL Setup on the SQL with SQL_ID
    '57xtcdjqy9pv4 '.
    RELEVANT SUBJECT: With 57xtcdjqy9pv4 SQL_ID SQL statement and
    PLAN_HASH 3175156280
    UPDATE FEESUM SET AMTPAY = (SELECT SUM (CRE_BAL) OF STUJOURNAL
    WHERE REF_NO =: b1 AND STDJID LIKE '% SPY') WHERE VHNO =: b1
    RATIONALE: The SQL with SQL_ID "57xtcdjqy9pv4" was performed 2256
    time and took an average time of 0,051 seconds.

    RECOMMENDATION 2: SQL Tuning, 13% advantage (48 seconds)
    ACTION: Run SQL Setup on the SQL with SQL_ID
    '0qz20ftp5t89r '.
    RELEVANT SUBJECT: With 0qz20ftp5t89r SQL_ID SQL statement and
    PLAN_HASH 1500325377
    SELECT COUNT (*) FROM ENTER_MSG WHERE SEND_UNSEND = 'U '.
    ACTION: Examine the SQL with SQL_ID '0qz20ftp5t89r' for
    improvement of the performance possible.
    RELEVANT SUBJECT: With 0qz20ftp5t89r SQL_ID SQL statement and
    PLAN_HASH 1500325377
    SELECT COUNT (*) FROM ENTER_MSG WHERE SEND_UNSEND = 'U '.
    RATIONALE: With SQL_ID '0qz20ftp5t89r' SQL statement executed 167
    times and had an average of 0.28 seconds.

    FIND 03:31 % impact (114 seconds)
    -----------------------------------
    Difficult the analysis of SQL statements consumed time important data.

    NO AVAILABLE RECOMMENDATION

    ADDITIONAL INFORMATION:
    Difficult parsed because of the incompatibility of cursor environment did not consume
    time of important database.
    Hard instructions analysis SQL that has encountered any errors of analysis was not
    important base of consumption.
    Difficult due to the invalidation of his slider and use literal parsed were not
    important base of consumption.
    The LMS was the right size.

    CONCLUSION 4: 2.4% impact (9 seconds)
    ----------------------------------
    Soft analysis of SQL statements consumed time important data.

    RECOMMENDATION 1: Demand analysis, benefit from 2.4% (9 seconds)
    ACTION: Investigate the application logic to keep open the frequently used
    sliders. Note that cursors are closed by two cursor close calls and
    session disconnects.

    RECOMMENDATION 2: Configuration of DB, enjoy 2.4% (9 seconds)
    ACTION: Consider increasing the maximum number of open cursors a session
    can have in increasing the value of the parameter 'open_cursors '.
    ACTION: Consider increasing the session cursor cache size by increasing
    the value of the parameter "session_cached_cursors.
    RATIONALE: The value of the parameter 'open_cursors' has been '700' in the
    analysis period.
    RATIONALE: The value of the parameter "session_cached_cursors" was "20".
    during the period analyzed.


    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

    MORE INFORMATION
    ----------------------

    Wait for the "Application" class was not consuming time of important database.
    Wait for the class "Commit" is not consumed time of important database.
    Wait for the 'Competition' class was not consuming time of important database.
    Wait for the "Configuration" class was not consuming time of important database.
    Wait for the 'Network' class was not consuming time of important database.
    Wait for the "User i/o" class not consumed time of important database.
    Session, connect and disconnect calls did not consume significant database
    time.

    The IO performance analysis is based on the assumption by default as the
    average reading time for a block of data base is 10000 milliseconds.

    An explanation of the terminology used in this report is available when you
    Run the report with the "ALL" level of detail.


    --------------------------------------

    How can I run SQL Tuning Advisor on the SQL with SQL_ID "XYZ" in EM?
    And any other suggestions concerning the above ADDM report is that he appreciates...

    Kind regards...

    Salvation;

    Have you checked my post?

    http://www.Stanford.edu/dept/ITSS/docs/Oracle/10gR2/server.102/b28051/tdppt_sqltune.htm#CAEFFIEE

    Respect of
    HELIOS

  • Help - &gt; Partition by report SQL

    Our users have a problem with the formula on the reports below. I don't know what that means. Our users have said that they need

    (Tons used (s) / spread miles) * 2000 lb/ton = thousand lbs/spread for their report.

    And I see below the formula used by our developer. Don't know how to make for good reading. Can you let me know the formula used in the code below could in fact represent the formula above. Users complained as below
    user-> column double and triple the amount, if there are multiple records for the same truck/driver/beat/with the same amount for used dry carpet and Miles to spread. If miles of spread or used dry carpet is different if calculated correctly.


    Published by: Lucy discover March 28, 2011 13:50

    Have you tried my suggestion above?

    (i.e. without using the SUM)

  • "Invalid number" error help search interactive report on collection

    Hello - I have several collections-based interactive reports. In directian IR query definition.
    I threw the values in the collection according to the needs (number, date, etc.). Everything has been working very well.
    In development and production, I can use the interactive reports search feature
    and he finds the lines containing the text I type in (as well as everything else works fine...)

    Only, I imported a new version of an application in our production database. Now, when I use the
    search for interactive report, I always get "invalid number." This occurs even on interactive reports
    It still work in the previous version of the application of production... and these IRS
    have not changed at all.

    If I create a filter and search for "elevation" in a string column, the filter works. If I create a filter
    you are looking for a "rise" in a column for the number, I get "invalid number." (In development
    environment, I can do the latter - it does not just lines.)

    Clearly it stifles the column types in the IR... but why now and not before and why
    in the production database but not the DB development? The two are running 4.0.1.00.03.

    It is a sizable loss of features... and it comes at a really bad time... Help?

    Thank you
    Carol

    Hello

    What a lot of tests!

    Preferences, particularly sorting preferences, can cause problems because they are actually stored on the database and used next time the page is loaded. So, in the meantime, something has changed on the report sorting preferences may no longer work.

    There is a function of Apex that you can use to clear the user's preferences:

    BEGIN
     WWV_FLOW_PREFERENCES.REMOVE_PREFERENCES('username');
    END;
    

    and you can remove any sorting preferences using the:

    BEGIN
     APEX_UTIL.REMOVE_SORT_PREFERENCES ();
    END;
    

    other admin functions and which are described in: http://download.oracle.com/docs/cd/B28359_01/appdev.111/b32258/api.htm#CHDHDFHB

    You could provide a button on a homepage (or whatever page the user can always happen to) that triggers the second bit of code - it can not solve the problem, but it would eliminate a possibility.

    Most of the time removing their sorting preferences should not cause issues - most, if not all, remember what was the sort order, they used last.

    There must be a table somewhere that stores these preferences - but I was not able to find it (but, I'm sure someone can tell us right away what it is!) - which would make it easier to empty.

    However, as I understand it, the preferences are stored using one ID region. If the problem persists, I could only suggest that you create a second region, exactly as the first and then delete the first region.

    As to the question of the user/developer session. I've seen this before. I think (and highlight 'think'!) that if you are connected as a developer that also uses the same connection to the application, then your session as part of the application does not stop really until your disconnection from the development environment. I see a disconnect in the application and then go directly to a page within the app (perhaps using the browser history or by changing the URL) will take back you in the session as if nothing had happened. It was a gene! I got around this by having two browsers (for example, FireFox and IE or Chrome) - the update was done in FireFox and I logged directly in the application in the Explorer on the other. You will also find some development easier - there is an option on the pages of the attribute at the top right that says: "return to this page. If you check this option before clicking on apply changes, you return to this page. Refresh the other browser gets your new changes. Then, if there are problems, you are already on the page that needs updating - even easier if you click on one of the selectors of the area as the setting of the problem is brought to the screen.

    Andy

  • PO / GL - amount of grouping problem report

    I have a purchase order with 2 distributions - a single line divided between 2 accounts charge.

    I'm working on a GL Transaction SQL Listing report.

    When I view the Bills matched with the PO, to the level of distribution, I can see 2 lines - one for each inv. distribution:
    AMOUNT   |  PO_NUMBER  |  PO_DATE                | PO_LINE_AMOUNT
    ===================================================================
    -3.96    |  00001294   | 08/04/2009 10:57:46     | 45              
    -41.04   |  00001294   | 08/04/2009 10:57:46     | 45              
    I have an SQL statement composed of 4 unions. It pulls the data from GL.

    I have another SQL statement that accesses tables of purchase.

    I join these tables on the battlefields of the somme, where I join the quantity of the GL SQL with the PO line amount.

    GL will normally go out as something like for example-45, and the PO line amount will come out as something like for example 45.

    Since one is positive and the other negative, I join the SQLs via:
    ... AND (pla.quantity * pla.unit_price) = ABS(xyz.amount)
    It was working fine until I ran into a purchase order with distributions of split.

    Given that the amount of-45 was divided in - 3.96 and - 41.04, it may associate with the 45 of the PO line amount.

    I tried to make a SUM of the amounts of GL, because then the join would work.

    However, the fact, rather than get a-$45, I get an amount of-180, which is four times that.

    Somewhere in my things SQL will c. hurt. I guess it's because of the split distribution.

    I apologize for the 1001 cardinal rules of SQL I probably broke up with SQL below and for being dense, coarse, ignorant and generally not worthy of posting on this forum!

    Any advice much appreciated.

    Thank you

    SQL below:
    SELECT DISTINCT SUM(xyz.amount) amount
                  , pha.segment1 po_number
                  , pha.creation_date po_date
                  , pla.quantity * pla.unit_price po_line_amount
               FROM po.po_requisition_headers_all prha
                  , po.po_requisition_lines_all prla
                  , po.po_line_locations_all plla
                  , po.po_lines_all pla
                  , po.po_headers_all pha
                  , po.po_distributions_all pda
                  , po.po_req_distributions_all prda
                  , ap.ap_invoices_all aia
                  , ap.ap_invoice_distributions_all aida
                  , (SELECT vvv.ibs_company
                          , vvv.ibs_service
                          , vvv.ibs_account
                          , vvv.ibs_centre
                          , vvv.ibs_spare
                          , vvv.period_num
                          , vvv.period_name
                          , vvv.period_year
                          , vvv.period_start_date
                          , vvv.period_end_date
                          , vvv.amount
                          , vvv.effective_date
                          , vvv.je_description
                          , vvv.je_source
                          , vvv.line_description
                          , SUBSTR(
                               vvv.line_description
                             , INSTR(vvv.line_description, 'ERS')
                             , (
                                  INSTR(vvv.line_description, '.')
                                - INSTR(vvv.line_description, 'ERS')
                               )
                            ) invoice_number
                          , vvv.posted_status
                          , vvv.posted_date
                          , vvv.je_name
                          , vvv.je_category
                          , vvv.batch_name
                          , vvv.actual_flag
                          , vvv.vat_code
                       FROM (                                      -- Requisitions
                             SELECT glcc.segment1 ibs_company
                                  , glcc.segment2 ibs_service
                                  , glcc.segment3 ibs_account
                                  , glcc.segment4 ibs_centre
                                  , glcc.segment5 ibs_spare
                                  , glp.period_num
                                  , glp.period_name
                                  , glp.period_year
                                  , glp.start_date period_start_date
                                  , glp.end_date period_end_date
                                  ,   NVL(jel.accounted_dr, 0)
                                    - NVL(jel.accounted_cr, 0) amount
                                  , jel.effective_date
                                  , jeh.description je_description
                                  , jes.user_je_source_name je_source
                                  , jel.description line_description
                                  , jeh.status posted_status
                                  , jeh.posted_date
                                  , jel.reference_1
                                  , jel.reference_4 req_no
                                  , prla.line_num req_line_no
                                  , ' ' po_no
                                  , NULL po_line_no
                                  , NULL invoice_no
                                  , NULL invoice_line_no
                                  , pva.vendor_name supplier
                                  , pva.segment1 supplier_no
                                  , prla.suggested_vendor_product_code
                                                                    supplier_item
                                  , jel.creation_date
                                  , jeh.NAME je_name
                                  , jec.description je_category
                                  , jeb.NAME batch_name
                                  , usr.description created_by
                                  , jel.je_line_num journal_line_no
                                  , jeh.actual_flag
                                  , jel.tax_code vat_code
                                  , gsb.set_of_books_id sob
                                  , glcc.code_combination_id ccid
                               FROM gl.gl_je_lines jel
                                  , gl.gl_je_headers jeh
                                  , gl.gl_je_batches jeb
                                  , gl.gl_je_categories_tl jec
                                  , gl.gl_code_combinations glcc
                                  , po.po_requisition_lines_all prla
                                  , po.po_req_distributions_all prda
                                  , po.po_vendors pva
                                  , apps.fnd_user usr
                                  , gl.gl_periods glp
                                  , gl.gl_sets_of_books gsb
                                  , gl.gl_je_sources_tl jes
                              WHERE jeh.je_header_id = jel.je_header_id
                                AND jeh.je_batch_id = jeb.je_batch_id
                                AND jeh.je_category = jec.je_category_name
                                AND jec.LANGUAGE = 'US'
                                AND jel.code_combination_id =
                                                          glcc.code_combination_id
                                AND jeh.je_source = 'Purchasing'
                                AND jel.reference_1 = 'REQ'
                                AND glp.period_set_name = gsb.period_set_name
                                AND glp.period_name = jeh.period_name
                                AND prda.distribution_id = jel.reference_3
                                AND prda.requisition_line_id =
                                                          prla.requisition_line_id
                                AND pva.vendor_id = prla.vendor_id
                                AND prla.created_by = usr.user_id
                                AND jeh.set_of_books_id = gsb.set_of_books_id
                                AND jeh.je_source = jes.je_source_name
                             UNION
                             -- Purchase Orders
                             SELECT glcc.segment1
                                  , glcc.segment2
                                  , glcc.segment3
                                  , glcc.segment4
                                  , glcc.segment5
                                  , glp.period_num
                                  , glp.period_name
                                  , glp.period_year
                                  , glp.start_date
                                  , glp.end_date
                                  ,   NVL(jel.accounted_dr, 0)
                                    - NVL(jel.accounted_cr, 0)
                                  , jel.effective_date
                                  , jeh.description
                                  , jes.user_je_source_name je_source
                                  , jel.description
                                  , jeh.status posted_status
                                  , jeh.posted_date
                                  , jel.reference_1
                                  , prha.segment1
                                  , NVL(prla.line_num, pla.line_num)
                                  , jel.reference_4
                                  , pla.line_num
                                  , NULL
                                  , NULL
                                  , pva.vendor_name
                                  , pva.segment1
                                  , prla.suggested_vendor_product_code
                                  , jel.creation_date
                                  , jeh.NAME
                                  , jec.description
                                  , jeb.NAME
                                  , usr.description
                                  , jel.je_line_num
                                  , jeh.actual_flag
                                  , jel.tax_code
                                  , gsb.set_of_books_id
                                  , glcc.code_combination_id
                               FROM gl.gl_je_lines jel
                                  , gl.gl_je_headers jeh
                                  , gl.gl_je_batches jeb
                                  , gl.gl_je_categories_tl jec
                                  , gl.gl_code_combinations glcc
                                  , po.po_headers_all pha
                                  , po.po_lines_all pla
                                  , po.po_distributions_all pda
                                  , po.po_vendors pva
                                  , po.po_requisition_headers_all prha
                                  , po.po_req_distributions_all prda
                                  , po.po_requisition_lines_all prla
                                  , apps.fnd_user usr
                                  , gl.gl_periods glp
                                  , gl.gl_sets_of_books gsb
                                  , gl.gl_je_sources_tl jes
                              WHERE jeh.je_header_id = jel.je_header_id
                                AND jeh.je_batch_id = jeb.je_batch_id
                                AND jeh.je_category = jec.je_category_name
                                AND jec.LANGUAGE = 'US'
                                AND jel.code_combination_id =
                                                          glcc.code_combination_id
                                AND jeh.je_source = 'Purchasing'
                                AND jel.reference_1 = 'PO'
                                AND glp.period_set_name = gsb.period_set_name
                                AND glp.period_name = jeh.period_name
                                AND pda.po_distribution_id = jel.reference_3
                                AND pda.po_line_id = pla.po_line_id
                                AND pda.po_header_id = pha.po_header_id
                                AND pva.vendor_id = pha.vendor_id
                                AND prda.distribution_id = pda.req_distribution_id
                                AND prla.requisition_line_id =
                                                          prda.requisition_line_id
                                AND prha.requisition_header_id =
                                                        prla.requisition_header_id
                                AND pla.created_by = usr.user_id
                                AND jeh.set_of_books_id = gsb.set_of_books_id
                                AND jeh.je_source = jes.je_source_name
                             UNION
                             -- Invoices
                             SELECT glcc.segment1
                                  , glcc.segment2
                                  , glcc.segment3
                                  , glcc.segment4
                                  , glcc.segment5
                                  , glp.period_num
                                  , glp.period_name
                                  , glp.period_year
                                  , glp.start_date
                                  , glp.end_date
                                  ,   NVL(jel.accounted_dr, 0)
                                    - NVL(jel.accounted_cr, 0)
                                  , jel.effective_date
                                  , jeh.description
                                  , jes.user_je_source_name je_source
                                  , pla.item_description
                                  , jeh.status
                                  , jeh.posted_date
                                  , jel.reference_1
                                  , prha.segment1
                                  , NVL(prla.line_num, pla.line_num)
                                  , pha.segment1
                                  , pla.line_num
                                  , jel.reference_5
                                  , jel.reference_3
                                  , jel.reference_1
                                  , pva.segment1
                                  , prla.suggested_vendor_product_code
                                  , jel.creation_date
                                  , jeh.NAME
                                  , jec.description
                                  , jeb.NAME batch_name
                                  , NULL
                                  , jel.je_line_num
                                  , jeh.actual_flag
                                  , jel.tax_code
                                  , gsb.set_of_books_id
                                  , glcc.code_combination_id
                               FROM gl.gl_je_lines jel
                                  , gl.gl_je_headers jeh
                                  , gl.gl_je_batches jeb
                                  , gl.gl_je_categories_tl jec
                                  , gl.gl_code_combinations glcc
                                  , ap.ap_invoice_distributions_all ida
                                  , po.po_distributions_all pda
                                  , po.po_lines_all pla
                                  , po.po_headers_all pha
                                  , po.po_requisition_headers_all prha
                                  , po.po_vendors pva
                                  , po.po_req_distributions_all prda
                                  , po.po_requisition_lines_all prla
                                  , gl.gl_periods glp
                                  , gl.gl_sets_of_books gsb
                                  , gl.gl_je_sources_tl jes
                              WHERE jeh.je_header_id = jel.je_header_id
                                AND jeh.je_batch_id = jeb.je_batch_id
                                AND jeh.je_category = jec.je_category_name
                                AND jec.LANGUAGE = 'US'
                                AND jel.code_combination_id =
                                                          glcc.code_combination_id
                                AND jeh.je_source = 'Payables'
                                AND glp.period_set_name = gsb.period_set_name
                                AND glp.period_name = jeh.period_name
                                AND TO_CHAR(ida.invoice_id) = jel.reference_2
                                AND ida.distribution_line_number = jel.reference_3
                                AND ida.po_distribution_id =
                                                            pda.po_distribution_id
                                AND pda.po_line_id = pla.po_line_id
                                AND pva.vendor_id = pha.vendor_id
                                AND pha.po_header_id = pla.po_header_id
                                AND prda.distribution_id = pda.req_distribution_id
                                AND prla.requisition_line_id =
                                                          prda.requisition_line_id
                                AND prha.requisition_header_id =
                                                        prla.requisition_header_id
                                AND jeh.set_of_books_id = gsb.set_of_books_id
                                AND jeh.je_source = jes.je_source_name
                             UNION
                             -- Actuals
                             SELECT glcc.segment1
                                  , glcc.segment2
                                  , glcc.segment3
                                  , glcc.segment4
                                  , glcc.segment5
                                  , glp.period_num
                                  , glp.period_name
                                  , glp.period_year
                                  , glp.start_date
                                  , glp.end_date
                                  ,   NVL(jel.accounted_dr, 0)
                                    - NVL(jel.accounted_cr, 0)
                                  , jel.effective_date
                                  , jeh.description
                                  , jes.user_je_source_name je_source
                                  , jel.description
                                  , jeh.status
                                  , jeh.posted_date
                                  , jel.reference_1
                                  , NULL
                                  , NULL
                                  , ' '
                                  , NULL
                                  , NULL
                                  , NULL
                                  , NULL
                                  , ' '
                                  , NULL
                                  , jel.creation_date
                                  , jeh.NAME je_name
                                  , jec.description
                                  , jeb.NAME
                                  , NULL
                                  , jel.je_line_num
                                  , jeh.actual_flag
                                  , jel.tax_code
                                  , gsb.set_of_books_id
                                  , glcc.code_combination_id
                               FROM gl.gl_je_lines jel
                                  , gl.gl_je_headers jeh
                                  , gl.gl_je_batches jeb
                                  , gl.gl_je_categories_tl jec
                                  , gl.gl_code_combinations glcc
                                  , gl.gl_periods glp
                                  , gl.gl_sets_of_books gsb
                                  , gl.gl_je_sources_tl jes
                              WHERE jeh.je_header_id = jel.je_header_id
                                AND jeh.je_batch_id = jeb.je_batch_id
                                AND jeh.je_category = jec.je_category_name
                                AND jec.LANGUAGE = 'US'
                                AND jel.code_combination_id =
                                                          glcc.code_combination_id
                                AND jeh.actual_flag = 'A'
                                AND jeb.actual_flag = 'A'
                                AND jeh.je_source <> 'Payables'
                                AND NVL(jel.reference_1, ' ') NOT IN('PO', 'REQ')
                                AND glp.period_set_name = gsb.period_set_name
                                AND glp.period_name = jeh.period_name
                                AND jeh.set_of_books_id = gsb.set_of_books_id
                                AND jeh.je_source = jes.je_source_name) vvv
                          , ap.ap_invoices_all aia
                      WHERE sob = 2
                        AND ibs_company = '40'
                        AND ibs_service = 'FD'
                        AND ibs_account = '87161'
                        AND ibs_centre = '3330510'
                        AND aia.invoice_num =
                               SUBSTR(
                                  line_description
                                , INSTR(line_description, 'ERS')
                                , (
                                     LENGTH(line_description)
                                   - INSTR(line_description, 'ERS')
                                  )
                               )
                        AND posted_status = 'P'
                        AND actual_flag = 'A'
                        AND 1 = 1) xyz
              WHERE prha.requisition_header_id = prla.requisition_header_id
                AND plla.line_location_id = prla.line_location_id
                AND pla.po_line_id = plla.po_line_id
                AND pla.po_line_id = pda.po_line_id
                AND pha.po_header_id = plla.po_header_id
                AND prla.requisition_line_id = prda.requisition_line_id
                AND aida.invoice_id = aia.invoice_id
                AND pda.po_distribution_id = aida.po_distribution_id
                AND (pla.quantity * pla.unit_price) = ABS(xyz.amount)
                AND prha.org_id = 7041
                AND prha.authorization_status = 'APPROVED'
                AND prla.suggested_vendor_name = 'CE INT.EMPLOYEE SERVICE CENTRE'
                AND prha.creation_date >= '01-APR-2009'
                AND xyz.invoice_number = 'ERS-3001013-26255'
                AND aia.invoice_num = xyz.invoice_number
                AND xyz.posted_status = 'P'
                AND xyz.actual_flag = 'A'
           GROUP BY pha.segment1
                  , pha.creation_date
                  , pla.quantity * pla.unit_price;

    Hi jimr,.

    you could do your resume at a lower lever without the need for a group

    -sample of how you can summarize without a group of

    with t as (
    select 1 as po_number, 1 as amount from dual union
    select 1, 2 as amount from dual
    )
    select po_number, sum(amount) over (partition by po_number) from t
    

    If you code could be changed with something like this:

    SELECT vvv.ibs_company
                          , vvv.ibs_service
                          , vvv.ibs_account
                          , vvv.ibs_centre
                          , vvv.ibs_spare
                          , vvv.period_num
                          , vvv.period_name
                          , vvv.period_year
                          , vvv.period_start_date
                          , vvv.period_end_date
                          , vvv.amount -- replace this with "sum(amount) over (partition by invoice_number)"
                          , vvv.effective_date
                          , vvv.je_description
                          , vvv.je_source
                          , vvv.line_description
                         -- move this into each SELECT that forms part of the UNION, so it will be repeated, but it'll make it a bit neater at this level
                          , SUBSTR(
                               vvv.line_description
                             , INSTR(vvv.line_description, 'ERS')
                             , (
                                  INSTR(vvv.line_description, '.')
                                - INSTR(vvv.line_description, 'ERS')
                               )
                            ) invoice_number
                          , vvv.posted_status
                          , vvv.posted_date
                          , vvv.je_name
                          , vvv.je_category
                          , vvv.batch_name
                          , vvv.actual_flag
                          , vvv.vat_code
    

Maybe you are looking for

  • Download the Ribbon off my screen plugins update!

    I have a Power PC Mac that does everything that I need. When the Ribbon of 'update plug-ins' appeared on my screen I did my best to comply. But at least four plug-ins obsolete may not be updated until I buy a new computer. You'll make me look orange

  • Re: Satellite A200 volume "increases" if I turn left or right meter

    Hi guys,. I have a Satellite A200-1ah.The problem is with my volume wheel. The volume "increases" if I turn the meter to the right or to the right. Help, please.

  • Pics on iCloud

    I am looking to buy a new iphone, so I want to be sure, I do not lose anything and told me backup iCloud is the way to go. I backed up my iPhone to iCloud. Before you change anything in my files/photos I wanted to make sure I have everything well do

  • Satellite A300 spontaneously turned off

    Hi people. Hoping someone can confirm what I am already assuming that or possibly help me with something that I have not yet tried.My daughters a300 is off spontaneously without reason apparent. Sometimes less than a minute or so but above all a few

  • Support of course Microsoft CBSE

    Hello I read topic microsofts course offers CBSE subjects, as mentioned in YOU according to this link below http://timesofindia.Indiatimes.com/tech/careers/education/Microsoft-launches-teaching-tools-for-schools/ArticlesHow/13959646.CMS I've also rea