Outstanding MIS Report Problem.

Hi,
We need to generate report only current financial (transactions) year report no need to show previous financial year entries and also if we raised receipts in current financial year against the previous financial years bills also no need to show and this type of receipts we need to disable in outstanding report. Please guide me.
Regds,
Sampath kumar

Hi,Neetu Dhami.
It is not possible to hide the previous year Bill wise entries or against for this receipts entries in current FY entries. Which entries are not possible to hide? We are getting only current FY entries but the problem is receipt (Incoming payment) for the current FY which is against previous FY Bills (AR Invoice).how we can hide this type of entries. Please guide me with sample SQL code.
regds,
Sampath Kumar Devunuri.

Similar Messages

  • Out standing MIS Report query problem.

    Hi,
    We designed MIS Report for outstanding mis through Crystal report.here we are facing probleme.ex:AR invoice raised on 01 Jan 09 bill amount 1000 and for this client is received full amount against that bill on 04 march09.in this report we provided parameters for from date and to date. When user selected in parameter from date 010109 to 050309 it will show pending amount is 0.but users are asking if they select from date upto 030309 means it will show pending amount should be show 1000.in this query we are retrieving based on document status when open. How we can show report for this requirements. Please guide me.if we give docstatus='O' or docstatus= 'C' it's showing but pending amount =Bill amount - paid amount here it's showing 0 i think here also we need to pass incoming payment docdate.how wen do please guide me.
    below this is the query.
    set @FromYear=case when month(@ToDate)>=1 and month(@ToDate)<=3 then Year(@ToDate)-1 else Year(@ToDate) end
    set @ToYear=case when month(@ToDate)>=1 and month(@ToDate)<=3 then Year(@ToDate) else Year(@ToDate)+1 end
    --select @fromYear,@toyear,@todate,@ProjCode,@Cardcode,@VoucherType,@GroupName
    select a.u_category,a.docdate,g.name,d.CardCode,d.cardname,e.GroupName,SUBSTRING(CONVERT(VARCHAR(11), a.docdate, 113), 4, 8)as Month of invoiceraised,
    b.seriesname,a.docnum,a.Project,0,a.doctotal,
    paidamount= case when a.paidtodate is NULL then 0 else a.paidtodate end,
    pendingamount= case when isnull(a.doctotal,0)-isnull(a.paidtodate,0) is null then 0 else isnull(a.doctotal,0)-isnull(a.paidtodate,0) end,
    case when year(a.docdate) = @ToYear and month(a.docdate) = 3 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as March ,
    case when year(a.docdate) = @ToYear and month(a.docdate) = 2 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Feb,
    case when year(a.docdate) = @ToYear and month(a.docdate) = 1 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Jan,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 12 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Dec,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 11 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Nov,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 10 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Oct,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 9 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Sept,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 8 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as Aug,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 7 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as July,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 6 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as June,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 5 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as May,
    case when year(a.docdate) = @FromYear and month(a.docdate) = 4 then isnull(a.doctotal,0)-isnull(a.paidtodate,0) else 0 end as April,
    --case when a.docdate = (select f_refdate from ofpr where year(f_refdate)=year(a.refdate) then a.doctotal-c.paidtodate else 0 end as Pre-Yr
    nodocsum=isnull(f.nodocsum,0),0 as PreviousFY
    from oinv a
    left join nnm1 b on a.series=b.series
    inner join INV1 c ON a.DocEntry = c.DocEntry
    inner join OCRD d ON d.CardCode=a.CardCode
    left join ocpr g on g.cardcode=d.cardcode
    Inner join OCRG e on e.GroupCode=d.GroupCode and e.grouptype='c'
    LEFT JOIN ORCT f ON a.DocEntry = f.DocEntry
    where
    a.docstatus='O' and
    case when a.doctotal-a.paidtodate is null then 0 else a.doctotal-a.paidtodate end >= 0
    Reds,
    Sampath kumar devunuri.

    Hi,Gordon Du ,
    We are designing through Crystal reports 2008 only. Based on SQL query how we can maintain History of Document status and date in table. Please give me your advise how we can rectify this problem. Kindly find above query.
    Regds,
    Sampath Kumar.

  • How to manage separate OLTP and MIS/Reports Server

    Dear All,
    Due to large amount of data and heavy MIS queries, response from our database server is very slow. Users face problems of slow speed.
    We want to separate our OLTP and MIS/Reporting.
    What is the best scenario provided by Oracle to implement this strategy. We are using oracle 11gR1 on Linux server.
    One thing to remember some reports require update information that is they has to show the latest data. However some MIS reports can be archived, like a procedure runs during off hours and insert data into tables periodically and MIS reports selects data from these tables.
    Your expert comments are required.
    Thanks, Imran

    I also require some procedures that run on a scheduled time and generate records in different tables, so read only database instance wont help much. If you are saying that you need the reporting database to be updatable, a physical standby is out. A logical standby is also most likely out unless you are just creating new objects. If you want to modify existing objects (inserting, updating, or deleting rows in existing tables), logical standby would not be appropriate.
    Do you want the reporting database to have the same data model as the OLTP database? Reporting databases often perform better with a different data model, but moving to a star or snowflake schema expands the scope of the project and increases complexity substantially. It also requires that existing queries be modified to hit the new schema which adds additional development time.
    Justin

  • Report problem directly in iTunes has been disabled?

    I had understood that it was possible to report a problem on a purchase directly from within iTunes, by going to my account, history then selcting the ourchase that had the problem.
    However the "Report a Problem"link now just boots me off to the Apple website, the previous button to describe the problem and submit no longer appears.
    Does anyone know if this has been disabled?
    I am having season pass problems on an iPad and it seems there is no solution - Apple - it just doesn't work anymore
    Worminger2

    Interestingly clicking on Report a problem in iTunes sends me off to a web page with the URL:
    "http://www.apple.com/uk/support/itunes/store/seasonpass/"
    but this immediately redirects to:
    "http://www.apple.com/uk/support/itunes/#video_purchases"
    which is actually just the opening page of the iTunes support page in the apple webpages, ie totally useless.
    I am guessing they are overwhelmed by reported problems and are just opting out of having to deal with them. Reminds me of the dear old days of Microsoft hiding from problems.
    Worminger2

  • Report problem link opens up word (pc)

    When I click on report problem link in purchase history for an app, all it brings up word. Don't have email receipt yet and itunes support is useless. it's like trying to find a needle in a haystack.

    Click the "contact support" link toward the lower-left of that page and follow the instructions.
    Regards.

  • Report problem of purchase that not make from me

    Report problem of purchase that not make by me

    You can contact iTunes support via this page (these are user-to-user forums) : http://www.apple.com/support/itunes/contact/ - click on Contact iTunes Store Support on the right-hand side of the page, then Purchases, Billing & Redemption

  • MIS report : Daily Cumulative Report for contract in SD module

    Hi All,
               Do you have any idea about MIS report in SD module.actually my requirement is that
    i have to generate daily cumulative report for contract. that means at time i am selecting ten plants
    and correspondingly sum of  total quantity,average rate and average weight of all the contracts for particular plant  should be displayed in a column and various existing flavours should be displayed in a row.
    for above requirement following output format is there:
    plant ->           plant1               plant2              plant3 ....   .....
    flavour             quantity  rate     quantity  rate
    cumulative
    total cumulative
    please refer sample code,if any.
    Thks & Regards
    Shailesh

    Hi,
    You can ask your functional people what are the required fields to develop a report below are the table.
    customer related tables:
    KNA1 Customer master General Data
    KNB1 Customer Master – Co. Code Data
    KNKK Customer Master Credit Control Area Data
    KNVV Sales Area Data
    KNVI Customer Master Tax Indicator
    KNVP Partner Function
    KNVD Output type
    KNVS Customer Master Ship Data
    KLPA Customer/Vendor Link
    Sales Documents
    VBAK Sales Document - Header Data
    VBAP Sales Document - Item Data
    VBUK Header Status and Administrative Data
    VBKD Sales Document - Business Data
    VBUP Item Status
    VBPA Partners
    VBFA Document Flow
    VBEP Sales Document Schedule Line
    VBBE Sales Requirements: Individual Records
    Delivery Document
    LIKP Delivery header table
    LIPS Delivery item table
    Billing document:
    VBRK Billing document header table
    VBRP Billing Document Item table
    Shipping
    VEKP Shipping Header Table
    VEPO Shipping Item Table
    Thanks
    VIkranth

  • Crystal report problem

    Post Author: ranganadhkodali
    CA Forum: Authentication
    Dear Group Members,
    I have a vary big problem with crystal report XI edition, I am
    unable to find the cause of the problem actually.
    I am using Crystal Report XI Developer version to build
    reports in my development system, which I am, using SQL server 2005 as a
    backend database and u201CUn-Typedu201D Pull
    model for generate reports, in that my system those are working very good.
    For distribute those reports to the other clients, I was
    prepared one small windows application in .net and I placed one shared
    directory. Application will show all report files placed under the shared
    directory by the user selection.
    If User selects one report, I am taking the selected report
    from the shared directory and open with the .net embedded crystal report
    viewer, while opening I was filling the
    server login information(By code itself).
    Any way application also working very well in my development
    system, for deploys this application I added crystal report redist package that
    is came with the visual studio 2008.
    When I run the same application, in deployed
    system, it showing login database dialog with empty database name, and one more
    thing is that database text box also showing like disable. So even I unable to
    give database credential with in dialog. I donu2019t understood what is the cause
    of the problem?
    Almost same problem was happen before 4 months back for some
    other project, @ that time I rebuild my report with the PUSh model, and it
    working well. But this case, I donu2019t have a chance to do like that, because daily
    I should generate some kind of reports, needs of management. That management
    staff will check reports from with that my distributed application. For these
    all things, I canu2019t rebuild and redistribute my application every time if I add
    new report. So that I placed one shared folder and, I keep update all changed
    reports files in that shared folder, my application will show them.
    What is the cause of the problem?
    Is it problem with connection? Then it should not work with
    in my development system also
    Then it probably problem with the deployment? Then I am able
    to view the initial report, problem came only when I refresh the data?
    If problems with deployment, then how it is works for push type reports, it giving problem
    for only pull type reports?
    thanks and regards Ranganadh Kodali

    Please visit:
    www.geocities.com/pmk16
    Regards,
    pmk16

  • TS1702 I purchased 2 packages of gems for skylanders and only received 1 package. Got email receipts and tried to report problem on ipad2 and it keeps coming up with to many https redirects. Can anyone help? Just want my gems :).

    I purchased 2 packages of gems for skylanders and only received 1 package. Got email receipts and tried to report problem with link in email on my ipad2 and it keeps coming up with to many https redirects. Can anyone help? Just want my gems :).

    Contact iTunes Customer Service and request assistance
    Use this Link  >  Apple  Support  iTunes Store  Contact

  • My Mail program is suddenly crashing and giving me the report-problem window. It did work great before this. I'm running 10.9 on a 13 inch Mac Airbook with 8 gb of ram and 1.8 Ghz chip. Any ideas what to do to get my mail program working again?

    My Mail program is suddenly crashing and giving me the report-problem window. It did work great before this. I'm running 10.9 on a 13 inch Mac Airbook with 8 gb of ram and 1.8 Ghz chip. Any ideas what to do to get my mail program working again?

    Process:         Mail [3866]
    Path:            /Applications/Mail.app/Contents/MacOS/Mail
    Identifier:      com.apple.mail
    Version:         7.0 (1822)
    Build Info:      Mail-1822000000000000~1
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [273]
    Responsible:     Mail [3866]
    User ID:         501
    Date/Time:       2013-12-05 23:40:19.406 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  EC1B55EE-8C6C-20A8-36EA-9F15A78AF687
    Sleep/Wake UUID: 5E45BE5C-A013-41EF-AAB5-1BA6CF36858A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff523befb4
    VM Regions Near 0x7fff523befb4:
        MALLOC_TINY            00007fb6f9000000-00007fb6f9100000 [ 1024K] rw-/rwx SM=PRV 
    --> STACK GUARD            00007fff4ebbf000-00007fff523bf000 [ 56.0M] ---/rwx SM=NUL  stack guard for thread 0
        Stack                  00007fff523bf000-00007fff52bbf000 [ 8192K] rw-/rwx SM=COW  thread 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_malloc.dylib                  0x00007fff83715c12 _nano_malloc_check_clear + 20
    1   libsystem_malloc.dylib                  0x00007fff837146c4 nano_malloc + 35
    2   libsystem_malloc.dylib                  0x00007fff8371287c malloc_zone_malloc + 71
    3   com.apple.CoreFoundation                0x00007fff854702b1 __CFStringChangeSizeMultiple + 977
    4   com.apple.CoreFoundation                0x00007fff8549bb15 __CFStringAppendBytes + 549
    5   com.apple.CoreFoundation                0x00007fff8549a5a0 __CFStringAppendFormatCore + 8480
    6   com.apple.CoreFoundation                0x00007fff854c8663 _CFStringCreateWithFormatAndArgumentsAux + 115
    7   com.apple.Foundation                    0x00007fff89b3d0bf -[NSPlaceholderString initWithFormat:locale:arguments:] + 132
    8   com.apple.Foundation                    0x00007fff89b4091c +[NSString stringWithFormat:] + 170
    9   com.apple.Mail.framework                0x00007fff88d35557 -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 357
    10  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    11  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    12  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    13  com.apple.Mail.framework                0x00007fff88d3517d -[MFCriterion _spotlightQueryStringForInASpecialMailboxCriterionWithQualifier:] + 1102
    14  com.apple.Mail.framework                0x00007fff88d34b64 -[MFCriterion spotlightQueryString] + 413
    15  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    16  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    17  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    18  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    19  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    20  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    21  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    22  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    23  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    24  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    25  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    26  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    27  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    28  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    29  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    30  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    31  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    32  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    33  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    34  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    35  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    36  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    37  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    38  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    39  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    40  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    41  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    42  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    43  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    44  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    45  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    46  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    47  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    48  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    49  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    50  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    51  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    52  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    53  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    54  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    55  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    56  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    57  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    58  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    59  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    60  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    61  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    62  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    63  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    64  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    65  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    66  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    67  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    68  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    69  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    70  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    71  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    72  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    73  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    74  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    75  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    76  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    77  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    78  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    79  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    80  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    81  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    82  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    83  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    84  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    85  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    86  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    87  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    88  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    89  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    90  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    91  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    92  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    93  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    94  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    95  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    96  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    97  com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    98  com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    99  com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    100 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    101 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    102 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    103 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    104 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    105 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    106 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    107 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    108 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    109 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    110 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    111 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    112 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    113 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    114 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    115 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    116 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    117 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    118 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    119 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    120 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    121 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    122 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    123 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    124 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    125 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    126 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    127 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    128 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    129 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    130 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    131 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    132 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    133 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    134 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    135 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    136 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    137 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    138 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    139 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    140 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    141 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    142 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    143 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    144 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    145 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    146 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    147 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    148 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    149 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    150 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    151 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    152 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    153 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    154 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    155 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    156 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    157 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    158 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    159 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    160 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    161 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    162 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    163 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    164 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    165 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    166 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    167 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    168 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    169 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    170 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    171 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    172 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    173 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    174 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    175 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    176 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    177 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    178 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    179 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    180 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    181 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    182 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    183 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    184 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    185 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    186 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    187 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    188 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    189 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    190 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    191 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    192 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    193 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    194 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    195 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    196 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    197 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    198 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    199 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    200 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    201 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    202 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    203 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    204 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    205 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    206 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    207 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    208 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    209 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    210 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    211 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    212 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    213 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    214 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    215 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    216 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    217 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    218 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    219 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    220 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    221 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    222 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    223 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    224 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    225 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    226 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    227 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    228 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    229 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    230 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    231 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    232 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    233 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    234 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    235 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    236 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    237 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    238 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    239 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    240 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    241 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    242 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    243 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    244 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    245 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    246 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    247 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    248 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    249 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    250 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    251 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    252 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    253 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    254 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    255 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    256 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    257 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    258 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    259 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    260 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    261 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    262 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    263 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    264 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    265 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    266 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    267 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    268 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    269 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    270 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    271 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    272 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    273 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    274 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    275 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    276 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    277 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    278 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    279 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    280 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    281 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    282 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    283 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    284 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    285 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    286 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    287 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    288 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    289 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    290 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    291 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    292 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    293 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    294 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    295 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    296 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    297 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    298 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    299 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    300 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    301 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    302 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    303 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    304 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    305 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    306 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    307 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    308 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    309 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    310 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    311 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    312 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    313 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    314 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    315 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    316 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    317 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    318 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    319 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    320 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    321 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    322 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    323 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    324 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    325 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    326 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    327 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    328 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    329 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    330 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    331 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    332 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    333 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    334 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    335 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    336 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    337 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    338 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    339 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    340 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    341 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    342 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    343 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    344 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    345 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    346 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    347 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    348 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    349 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    350 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    351 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    352 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    353 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    354 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    355 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    356 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    357 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    358 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    359 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    360 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    361 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    362 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    363 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    364 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    365 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    366 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    367 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    368 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    369 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    370 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    371 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    372 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    373 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    374 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    375 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    376 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    377 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    378 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    379 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    380 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    381 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    382 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    383 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    384 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    385 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    386 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    387 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    388 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    389 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    390 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    391 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    392 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    393 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    394 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    395 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    396 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    397 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    398 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    399 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    400 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    401 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    402 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    403 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    404 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    405 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    406 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    407 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    408 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    409 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    410 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    411 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    412 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    413 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    414 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    415 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    416 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    417 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    418 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    419 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    420 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    421 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    422 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    423 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    424 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    425 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    426 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    427 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    428 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    429 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    430 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    431 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    432 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    433 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    434 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    435 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    436 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    437 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    438 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    439 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    440 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    441 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    442 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    443 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    444 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    445 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    446 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    447 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    448 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    449 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    450 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    451 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    452 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    453 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    454 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    455 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    456 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    457 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion _spotlightQueryStringForCompoundCriterion] + 242
    458 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    459 com.apple.Mail.framework                0x00007fff88d3545d -[MFCriterion _spotlightQueryStringForMailboxCriterion] + 107
    460 com.apple.Mail.framework                0x00007fff88d34ba6 -[MFCriterion spotlightQueryString] + 479
    461 com.apple.Mail.framework                0x00007fff88d36abc -[MFCriterion

  • HT1339 ipod not recognized by my computer, it says "Windows has stopped this device because it has reported problems. (Code 43)" please help

    please help...
    my computer is not recognizing my ipod classic gen 5. it shows the sad face then i did the basic troubleshooting until logo comes out...
    still my computer is not recognizing my ipod.. it still says "Windows has stopped this device because it has reported problems. (Code 43)"

    See here: iPod displays a sad iPod icon
    Note that it's often a good sign of a hardware issue with the iPod's hard drive meaning the iPod will need to be serviced or replaced.
    B-rock

  • Need help in MIS report

    Hi Friends,
             I am creating a MIS report. In the output there is number of columns, so if click on a particular cell then i should get all the deatils regarding to that cell, which will be displayed in the Excel sheet.
              In my report i have more than three columns.
    Regards,
    Ranjith

    Hi Kumar ,
    While Creating the Key Figures System automatically get the data based on the Cell ( Drop Down list ) , check how sap getting the data .
    Regards
    Prabhu

  • MIS Report in SAP BI

    I have to create MIS Report in SAP BI ,we have created a data source in SRM that is ZMIS_Report and the function module name is ZBBP_PDS_BID_PDLIST
    but unable to extract(replicate)the data into BI System
    Could you please let me know step by step it would be a great help from ur end
    thanks in Adv
    VK

    Hi VK
    you can go to transection sm59 => ABAP Connections se the RFC connection object of your source system . Then double click on that. Check for 'Remote Logon', 'Connection Test' & 'Unicode Test'
    If it is running fine you can check same at source system too
    For further assistance you can consult with your BASIS consultant
    Hope it would be helpful
    Regards
    Harshit

  • Required Purchase requisition outstanding aging report code

    Hello Gurus!
                       Purchase requisition outstanding aging report code . plz help me in this .each responce will b fully appriciated with good points.
    regards
    sirish.

    Hi Sonali,
    You need to use EBAN, EBKN Tables.
    Regards,
    Satish

  • Oracle reports problem in distribution with xml file

    Hi ,
    I am having problem while I am trying to distribute the file with specifing the destination details in the xml. If I am giving the destination details in url then it is working.
    Ex.
    This is Working
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&desformat=pdf&destype=file&desname=devlopersuit/reports/output_file.pdf
    Not working :
    http://bryxh91:8889/reports/rwservlet?report=devlopersuit/reports/test.jsp&userid=anju/[email protected]&DISTRIBUTE=YES&destination=devlopersuit/reports/dis_test.xml
    xml file
    <destinations>
    <file id="test" name="output_file.pdf" format="pdf">
    <include scr="mainSection"/>
    </file>
    </destinations>
    Error : REP-34304: Distribution failed to complete; review the distribution lists
    Its been week I tried many things , but not working.
    Right now I am trying to distribute to single file but my goal is to burst and distribute on basis of account number.
    This is the first stage of the project.
    Thanks a lot for the help
    Anju

    Hello
    see answer in Oracle reports problem in distribution with xml file
    Regards

Maybe you are looking for

  • New column header on Interactive Report

    We have an interactive report on a view and when we add a new column to the view, we would need the report to add the header automatically too (without previous deployment). Can this be done in simple manner? Thanks, Ricardo

  • Problem with Apple TV not being recognised in iTunes

    Hi all, Trying to fix a situation for a family member. I've seen a lot of similar threads here but nothing that solves my problem. The setup is as follows: - ATV2 connecting using wifi running latest update - windows XP desktop running latest iTunes

  • Macbook pro and wrt54gx4

    I am using the wrt54gx4 and can connect my iphone flawlessly with all security settings( WPA/WPA2) but for some reasons, i can't connect macbook pro to the wireless internet. I am able to access the router settings through the macbook pro and the mac

  • ISE Restore fails after 80% (Segmentation fault)

    Hi All After a system crash I'm trying to restore. I first did a application reset-config ise and then a restore over an ftp repository. After 80% it fails with at DB Syncup with a segmentation fault. Tried this with different Backup versions all hav

  • Starting the server in Japanese mode after deployment in english mode.

    Hi, I have a problem We are developing some system for Japanese clients. Now problem is that we need to deploy all on their server which shows every hting in Japanese. Its going to be really very difficult for us. Is there any key or property in webl