Report showing number of articles having negative on hand

Hi,
I have a requirement for a report showing no. of articles in a site that have negative on hands. I tried to develop it by creating a condition to restrict articles that have negative on-hands. I created a calculated key-figure by setting a value 1 and setting exception aggregation to total and reference characteristic as article. But it gives the total no. of articles in that site. It seems the condition is effective only for displaying the negative on-hands but while calculating the no. of articles, it considers everything instead of the condition to give only negative OH articles. Any idea how to achieve this? The report output will be:
Site      No. of articles having negative OH
Thanks,

got it working after playing a little bit with calculated key figure.

Similar Messages

  • VAMT 3.0 Duplicate Client Machine ID Report showing excessive number of computers

    We are running a KMS on a 2008 R2 VM with plenty of CPU, RAM and storage.  I recently configured and installed the Volume Activation Management Tool 3.0.  Everything seems to be working well except that reviewing the Volume License
    Reports, specifically the Duplicate Client Machine ID Report, I noticed an excessive number (about 4 times the number of actual managed computers) are listed in this report node. Even assuming that computer images were not being sysprep'd this
    seems really odd.  The License Overview shows 1,813 licensed and 1,678 unknown (possibly off or disconnected devices) and our duplicate CMID report shows about 8,300 plus.  What are the possible causes why this number is so high and how do I troubleshoot
    and remediate inaccuracies? 

    Duplicate CMID can come if you didnt used /generalize option when sysprep'ing. (http://blogs.technet.com/b/askcore/archive/2009/10/16/kms-host-client-count-not-increasing-due-to-duplicate-cmid-s.aspx)
    Please check your KMS's log, to be sure if true or not. If duplicate, it will be logged by your KMS's host.
    In virtual, like XenDesktop or View with a golden image it can easilly happen, as the CMID is kept by the server for the virtual's machine (aka the PVS for XenDesktop)
    Regards, Philippe
    Don't forget to mark as answer or vote as
    helpful to help identify good information. ( linkedin endorsement never hurt too :o) )
    Answer an interesting question ? Create a
    wiki article about it!
    Hi Yagmoth555, thanks for the reply.  I know this is not the case for our environment as it's telling me that physical systems that were installed with the ISO have duplicate ID's.  Also, the previous version of VAMT that we were running didn't show
    1,560 systems as having the same ID.  I have already deleted every "product" from the database and rescanned our environment, but I get the same result.

  • How so i report my ipod stolen without having the serial number?

    how so i report my ipod stolen without having the serial number?

    The easiest way to find your serial number is this Open Itunes...click help... run diagnostics.....(tick or untick as necessary) so that you just have ticked the last two, device connectivity and device sync. run these tests. it will say no ipod/ipad found but will give results of test....scroll down to bottom of results... here you will find the serial number of your last attached devices.

  • Setup for discoverer table for showing number of Rows and columns of Report

    As oracle discoverer report show "Rows 1-25 of"(Total rows) and "Column 1-6 Of"(Total Column).
    This total rows and columns information's is not appearing on our reports.
    Kindly let us know its setting/setups .
    This is very urgent to us, Any help will be highly appreciated.
    Thanks, Avaneesh

    Hmm, what version of Discoverer are you on? Do I understand you correctly that you are able to run a Discoverer report and see this rows and columns information? What software are you running when you do this - Viewer, Plus, or Desktop? Where is this showing up - the top of the report maybe? Or maybe the bottom of the report? The only thing I can think of to handle this is the Page Setup for a workbook, and looking at the Header and Footer sections of that setup. But I am on Discoverer 10.1.2.2 and I don't see anything I can insert on the header/footer that would show this kind of information. Desktop will let you do Page x of y pages (Plus does not), but that is not what you are seeing. You can maybe look at the page setup and see if there is something there not documented in the Discoverer guides.
    John Dickey

  • How to avoid crosstab - Show number of days according to groups

    Morning all,
    I think you all would agree with me that even having crosstab as a great tool in Crystal 2008, there are still quite allot of limitations to it.
    I have created a report using crosstab which shows number of days and jobs according to those days grouped by account number, product code, sales area. This report is working fine until my director asked me to further group those days according to sub categories of lenses.
    For example
    Crosstab shows
    Number of days - Day 1,day 2, day 3
    Number of jobs - 111----123--1213
    Percentage - -
    12%---34% 60%
    Now if you look at the example it says day 1, 111 jobs went out. What the director would like to see is those jobs being sub divided into types of lenses.
    So out of 111 jobs, 25 would be Finished lenses, 30 could be uncut lenses and so on.
    The new report should be like this
    Number of days -
    Day1---Day2---Day3
    Number of Jobs:-
    Finished -
    25--34-----23
    Uncut--3045-----23
    AR--7056-----76
    Total----125135----122
    Percentage:-
    Finished -
    25%--34%-----23%
    Uncut--30%45%-----23%
    AR--70%56%-----76%
    Total----100%100%----100%
    Now if we look at the above criteria it seems that I have to use groups even further down the report where I am using crosstab at the moment. This means I have to get rid of the crosstab and run a report manually.
    However the big question is, how to get the report calculating number of days and jobs according to customer account number, product code and sales area manually?
    I tried the following formula but this requires to write way too many formulas, for example some of the jobs have taken more than 60 days and if i use this formula I have to write 60 formulas for number of days which is not feasable.
    **//provided by IIbas in another forum**
    whileprintingrecords;
    numbervar day0;
    numbervar day1;
    numbervar day2;
    if {@workingdays} = 0 then
    day0 := day0 + 1 else
    if {@workingdays} = 1 then
    day1 := day1 + 1 else
    if {@workingdays} = 2 then
    day2 := day2 + 1 else //up to the maximum number of days.
    Then in the report footer, reference the days in separate formulas, and identify them with text boxes, e.g.,
    //{@day0};
    whileprintingrecords;
    numbervar day0;
    I can sort out the Finished, uncut,AR by grouping them however I am wondering how to create a manual running total of jobs complying with number of days without using crosstab.
    Any ideas?
    Many thanks
    Regards
    Jehanzeb

    no answer closing

  • Issue showing number of records overdue. How to seperate out into their own count.

    I have a report which shows number of action items created, number open, closed and overdue by 30,60,90 and 120 days.
    The problem is if I have a record that is overdue by say 120 days, it will not only show as counted in the 120 days overdue field but the 90, 60 and 30 days overdue fields as well.  I want it to be counted just once in the 120 days overdue field. So
    basically I am trying to write an expression which would do the following:  If it is a Near miss record and it over 30 days past due but less than 60 then count 1 other wise do not count.  If it is a ndar miss and is over 60 days past due but less
    than 90 then count 1 otherwise do not count.
    Below is the expression for the overdue field I currently use and a snapshot of the report so to better understand what I am doing.
    =iif((Fields!Incident_Type.Value="Near Miss"), Sum(Fields!Overdue_By_120_Days.Value),0)

    Hi blumm1,
    If I understand correctly, the issue you are occurred is that a record which is over 90 days would be counted in the 90, 60 and 30 days overdue fields, but you want it just be counted in 90 days overdue field. In this scenario, we can try to refer to the
    expression below:
    Overdue By 30 Days:
    =iif((Fields!Incident_Type.Value="Near Miss"), Sum(Fields!Overdue_By_30_Days.Value)- Sum(Fields!Overdue_By_60_Days.Value),0)
    Overdue By 60 Days:
    =iif((Fields!Incident_Type.Value="Near Miss"), Sum(Fields!Overdue_By_60_Days.Value)- Sum(Fields!Overdue_By_90_Days.Value),0)
    Overdue By 90 Days:
    =iif((Fields!Incident_Type.Value="Near Miss"), Sum(Fields!Overdue_By_90_Days.Value)- Sum(Fields!Overdue_By_120_Days.Value),0)
    If there are any misunderstanding, please elaborate the issue for further investigation.
    Thanks,
    Katherine Xiong
    Katherine Xiong
    TechNet Community Support

  • Help me in  'AR Details ' report shows total open invoices by customer

    hi friends,
    please  help me in  'AR Details ' report shows total open invoices by customer and PO number over selected time range.
    any thing related to open invoices please send me as early as possible.
    Thanks,
    Regards,
    Yogesh

    Hi,
    Find the T.code VF05. You will get the list of open billing docs. Its SIS report. Please find whether the SIS is active or not in your system
    Regards,

  • Report ( invoice number and delivery number)

    Hi
    Is there any report in SAP, which can show invoice number and delivery document number, I know the SAP table, but is SAP standard report available?
    Example:PO: 5500075241, plant abraod delivery number 3510000174 and plant abroad Invoice number 3550000019, we need report which gives Delivery and Invoice no.
    thanks

    No standard reports shows both delivery and billing references in a single report.  You can develop a query in SQVI by table joining VBFA, LIKP and VBRK.
    thanks
    G. Lakshmipathi

  • Report showing Contract, sales order and invoices created

    Hii All,
    Is there any standard report showing the sales contract, sales orders created with reference to contract and the invoices with some relevant details such as customer, material, invoice value etc.
    If i go to VF05 and then select the a line and see the document flow, i get the contract number, sales order number.

    Hi,
       You need to create a report of this requirement only through development.
    Rgds,
    Sivarajesh. J

  • Cost element and Line item reports show different actual costs

    Hi PS experts,
    My client has an issue pertaining to actual cost reports. The cost element report shows actual costs $42,000 for one WBS and when I double click to see details the value it shows is $2100. Even when I checked line item report for this WBS the value is $2100. What could be the reason for getting different values? If some one throw some light on this it would be great helpful to me
    Regards,
    Laxminarsimha

    Laxminarsimha
    The values in CJI3 should be correct and will include all postings (e.g. Settlement values) and possibly Actual Revenues unless a filter is in place - so take this as being your correct figure to start with.
    Your drilldown will show the same value as CJI3 because it is CJI3
    Any cost element report you are using is probably correct for what you are asking - is this a Standard Cost Element Report you are using or is it bespoke
    One thing to be careful of when you drilldown on Cost Element Reports is that you do not always get the a make up of the value you have drilled down
    e.g.
    Cost Element Report was run for Period 1 to 6 2008 and shows £100.00
    You drilldown and sometimes the drilldown automatically shows ALL line items e.g £500.00 (not just the values for periods 1 to 6 of 2008 which you may expect £100.00)
    In the past I've removed the drilldown capability from bespoke cost element reports to prevent drilldown to the line item report (which is CJI3) because of this problem.
    Usually where values for a a number of periods only (not total costs) was required
    Other factors to consider
    Revenues/Settlements may be excluded from Cost Element Report but will not be excluded from CJI3 unless you specifically restrict
    You need to identify which types are postings are missing from the Cost Element Report (what is common...cost element, dr/cr indicator, business transaction)
    I've also hit the mistake in the past where I've asked for periods 1 2007 to period 3 2008 and instead of giving me just over a years worth of actual it gave me actuals for periods 1 to 3 for 2007 and 1 to 3 for 2008.
    Hope this helps
    Steve

  • Report needed to identify shipments having volume less than 1cbm in a month

    Hi,
    I need to know which tcode we can use to get a report showing the total shipments in a month having volume of each less than 1 cbm.
    Thanks & Regards,
    Ameya Khanwalkar.

    Solved using report download tcode VT12 and then doing some analysis in excel

  • Report showing Bundle Version

    We have about 20% of our workstations that are not getting the ZCM update to version 10.0.3. They are still at version 10.0.1.
    Is there any way to get a report showing all of these workstations? The console is just too slow to have to click on Configuration>System Updates>...etc.
    Thanks for any advice.

    I found the zdevice table. In the ZenAgentVersion field there is some XML code which lists the version numbers of all the bundles. Granted there are several version numbers in this field, I was able to write a "slice-n-dice" MS Access string to pull out the first Version Number:
    Mid([ZenAgentVersion],InStr(1,[ZenAgentVersion],"registration")+23,8)
    This looks in the string for the word 'registration' then moves to the right 23 characters, then pulls out the next 8 characters, ie: 10.0.3.2, or what ever it may be.
    This is not a very definitive solution. Would you be able to send in your sql query?
    Thanks
    Originally Posted by rvhskent
    I've tried a bunch of angells with zcm inventory reporting to get a definitive way to have the system report the true state of the agents unsuccessfully. I tried a few different criteria but could never nail down an exact report from the canned reports. the novell person i was working with showed me a sql query for the sybase db using the sybase gui and from there I was able to see the true agent version. I don't have the query handy right this second but i think it was displaying all the zdevice fields. with some slicing and dicing in excel i was able to get a list of device agent versions. I have put in a feature request while i was working this out to have a canned report, a device screen column for agent version or even and advanced device screen sort for agent version (there's all sorts of ways to sort in ther but not by agent version).

  • Report showing list of installed equipment at site

    Hi,
    I need a report showing
    1. List of installed equipment at site.
    2. List of installed equipment at based on sales order number.
    Please tell me how to find these reports.
    Thanks in advance
    Anil

    run tranz IH08

  • WBS Report Showing Change logs - ex: system status

    Hi,
    I would like to know if there is any report that would show the change log for AVAC for WBS Elements (i.e. change data of system status).  I tried running CN60 but it does not give any results.
    Thanks!
    Vivian

    Hi Sarang,
    Thanks for your reply.
    Would you know if there is any specific report for this instead of having to look up individually?
    Also, in order to view the change document for both Project Definition and WBS Element, I understand there is some config that need to be done. Could you confirm if below are complete / correct?
    - project profile - tick on change document (OPSA)
    - Project Definition and WBS Element status profile (user status profile) - set business transaction to allow "create change document"
    Thanks!
    Vivian

  • How do i find out what the IEMI number is without having the phone or package?

    how do i find out what the IEMI number is without having the phone or package?

    If you ever backed your iPhone up to your computer, launch iTunes, go to the Preferences, select Devices, and hover your cursor over the backup file for the iPhone. That should show you the IMEI number.
    If not, and you don't have the phone nor the packaging, you'll need to call your cell carrier and see if perhaps they can tell you.
    Regards.

Maybe you are looking for

  • "Download Error" when installing on Mac using Parallels 9

    I have just taken delivery of a new Macbook pro. At work our creative cloud subscription is for windows so I purchased Parallels 9 to allow me to run windows 8 and the adobe suite on the Mac. Whenever i try to install the apps I get the message "Down

  • What "Dave did not respond" really means (I think)

    Many posters who have been presented with the "did not respond" message are clearly annoyed because this seems to imply that they have declined an invitation from a buddy. Others say that they do not understand how they can be accused of not respondi

  • Sqlquery

    Hi, I want to delete duplicate records and display remaining records in a table using single sql statement. Is it possible. can any one let me know? Thanks, Rajesh

  • Hand Coded Contact and Feedback Form

    Hi All, Up until today, I have been using a Contact and Feedback Form from http://www.freedback.com for my website. I do not want to be reliant on a company for this any longer so I have hand coded a form in the html snippet in iWeb that I am very pl

  • Several pop up boxes on same image

    Hi, I am using Dreamweaver CS4 and I would like to create a image with several pop up boxes on "mouse over" (or whatever you call it). I would like the pop up box to contain both a small picture and a little text. An example of what I would like is f