Help Required to get Age of an Item at fix day of every week

Hi Friends suppose i am having following table structure
INVSTOCK
Entcode
ItemCode
Entdt
Enttype
Qty
Rate
Invitem
ItemCode
Group Name
Item Name
Where invitem.itemcode =invstock.itemcode
Now i want to create a report based on user input of month. (If i have given month as Aug)
It  has to show me Closing Stock as in following format
               0-30 Days                                                                 31-60 Days                                                            > 60Days
               W1_Qty, W2_Qty, W3_Qty, W4_Qty                    W1_Qty, W2_Qty, W3_Qty, W4_Qty                         W1_Qty, W2_Qty, W3_Qty, W4_Qty
Division
Where
W1_qty : Quantity of Division as on first Monday
W2_qty : Quantity of Division as on Second Monday
Calculation Used to get Weekday : TO_NUMBER(TO_DATE (next_day(trunc(sysdate, 'MONTH')-1, 'Monday')+21)
Thanks in advance
Mahesh Sinha

Thanks David
In any of the above mention
In fact i am facing problem while joining in OLAP
Table
Invstock
Entcode
Entdt
Enttype
Barcode
Qty
Table
Invitem
Barcode
Division
Section
Invstock.barcode = Invitem.barcode
Now what I want is as follows
Week1
Week2
Week3
Week4
0-30 Days
30-60 Days
>60 Days Old
0-30 Days
30-60 Days
>60 Days Old
0-30 Days
30-60 Days
>60 Days Old
0-30 Days
30-60 Days
>60 Days Old
Division
I am having formula to get age and that I am getting on FIFO Basis
Now the problem Is
1. either I have to create four different queries for four weeks
2. It could be that an item which was available in First week is not available in other week so how to join?

Similar Messages

  • Help Required in getting personolization

    Hi ,
    I am new to OAF and need help in OAF personalizations. I have a few requirements below please let me know what fileds to be changed to acheive these.
    1) While creating a supplier site by default purchasing, Payment flags to be check. I have tried to change the filed value (Initial Vlaue) to Y for purchasing check box and pay check box for address form. But changes are not reflecting. Am I updating the correct field?
    2) when Void payment the reason should be mandatory. Here in this case I am not sure where exactly we need to make the personalization
    3) for check payment printer name should be defaulted. Where we can do this setup
    Please suggest.

    Hi ,
    U need tto get the URL of the called application through method
    construct_wd_url and generate the popup window for the second application with the above URL .
    in ur first app , crate an event on lead selection of the table and write the following piece of code :
       DATA:
          w_url   type string,
          w_value type string.
             call method cl_wd_utilities=>construct_wd_url
            exporting
            application_name              = u2018 u2018 // here specify the name of the called application
          importing
            out_absolute_url              = w_url.
       * make the Value type compatible that has to be passed with the URL
      w_value = lv_ebeln.
    * Attach the parameters and its value with the URL that
    * have to be passed to the 2nd application
      call method cl_http_server=>append_field_url
        exporting
          name  = ' '   // input parameter here
          value = w_value
        changing
          url   = w_url.
    * generate a popup window for the 2nd application with the above URL
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_external_window(
                       url = w_url ).
      lo_window->open( ).
    Now in the doinit of ur called application , u can get the value for that particular input parameter
    [code}
    DATA:
      lv_param type string.  
    lv_param = wdr_task=>client_window->get_parameter( ' u2018  ).  // paramtr name
    Now select the appropriate values in internal table for this and bind it to ur context node ..
    I hope this helps..

  • Help required in getting the header details.

    Hi All ,
    In my first WDA , I am showing the header details of Purchase Order for a input parameter  in table
    and now I want to show the items details for that particular PO on lead selection of the the PO details
    in my second application . How can I achieve the desired functionality .
    Please help , any pointers regarding this ..
    Thanks in Advance.

    Hi ,
    U need tto get the URL of the called application through method
    construct_wd_url and generate the popup window for the second application with the above URL .
    in ur first app , crate an event on lead selection of the table and write the following piece of code :
       DATA:
          w_url   type string,
          w_value type string.
             call method cl_wd_utilities=>construct_wd_url
            exporting
            application_name              = u2018 u2018 // here specify the name of the called application
          importing
            out_absolute_url              = w_url.
       * make the Value type compatible that has to be passed with the URL
      w_value = lv_ebeln.
    * Attach the parameters and its value with the URL that
    * have to be passed to the 2nd application
      call method cl_http_server=>append_field_url
        exporting
          name  = ' '   // input parameter here
          value = w_value
        changing
          url   = w_url.
    * generate a popup window for the 2nd application with the above URL
      DATA lo_window_manager TYPE REF TO if_wd_window_manager.
      DATA lo_api_component  TYPE REF TO if_wd_component.
      DATA lo_window         TYPE REF TO if_wd_window.
      lo_api_component  = wd_comp_controller->wd_get_api( ).
      lo_window_manager = lo_api_component->get_window_manager( ).
      lo_window         = lo_window_manager->create_external_window(
                       url = w_url ).
      lo_window->open( ).
    Now in the doinit of ur called application , u can get the value for that particular input parameter
    [code}
    DATA:
      lv_param type string.  
    lv_param = wdr_task=>client_window->get_parameter( ' u2018  ).  // paramtr name
    Now select the appropriate values in internal table for this and bind it to ur context node ..
    I hope this helps..

  • Help require to get the XML output to design template- JDE

    Hi Friends,
    I am asking this question from JDE perspective.I want to design XMLP Template for R40572 Check Printing.
    When I upload an blank template and after attaching RD, When ever I initiate a check from P04572 Application.RThe Write Row exit will lead to check printing which in turn will call a batch R04571 and this batch will call R04572(Which I require the XML output) since it is the second report and we cant direct it to local server I am not able to get the XML output..
    Another think is since its running in server i think its not taking the RD modification we done in loacl because it always fires PDF .

    Hi,
    I assume you're Using XMPOSA for generating the files locally. What I suggest is, you set the application to run with the report definition by default. That way, even when it is called, it will be called along with the report definition. You can take the resultant XML file from P95630
    hope this helps,
    -Domnic

  • Help required to get Talk21 e-mails via Outlook

    Although not that new to using Microsoft I'm a bit of a newbie to Windows etc I have MS Office Professional 2010.
    I have always managed to set my Talk 21 address up in Outlook and iPhone but I have to concede defeat after about 3 hours of trying. (mind you it's taken a few minutes to work out this forum)
    Suggestions from anyone who has succesfully achieved this would be appreciated.
    Sadie
    NB: This post has been dictated using voice activated software and may account for any errors in wording and/or context.
    Solved!
    Go to Solution.

    Cleaninglady wrote:
    Although not that new to using Microsoft I'm a bit of a newbie to Windows etc I have MS Office Professional 2010.
    I have always managed to set my Talk 21 address up in Outlook and iPhone but I have to concede defeat after about 3 hours of trying. (mind you it's taken a few minutes to work out this forum)
    Suggestions from anyone who has succesfully achieved this would be appreciated.
    Sadie
    NB: This post has been dictated using voice activated software and may account for any errors in wording and/or context.
    Hi Sadie. Welcome to the forums.
    If I may say so, you say you've set up your Talk21 email address via Outlook before, and now have Office 2010. The latest version of Outlook is perhaps slightly different to previous, but should be very similar.
    Are you getting actual errors when setting up the account ? or trying to send/receive emails ?
    I believe that the talk21 servers are still working, pop3 (for receiving) is in.talk21.com and smtp (for sending) is out.talk21.com - however if not then you will need to use the trick of adding .t21 at the end of the username, replace @talk21.com with @btinternet.com and use mail.btinternet.com for both servers.
    The problem will be if you still want to use your talk21.com email address as the "From" address - you will need to go through address verification, but perhaps go through that later if required.
    http://www.andyweb.co.uk/shortcuts
    http://www.andyweb.co.uk/pictures

  • Help required to get GR and IR Detaisl based on PO

    HI,
    I need some help in developing BAPI to get GR and IR details based on PO. Could anyhow help me out in getting this. I need to pass PO as import parameter and should get all the GR and IR values for the same. Pls send me the flow to get these details..Also the tables related in developing this..
    Regards,
    Ramesh

    Hi,
      By passing the PO number, GR details can be obtained from the following, MSEG, MKPF, PO number is found in MSEG table,
    IR details can be obtained from RKPF & RSEG, you find the PO number in RSEG table,
    Rgds,

  • Help required to get data from Cash Mgt

    Hi
    I need help to get following data from cash managemment .
    Bank Name
    Branch
    Account#
    Date
    cheque#/Ref
    Amount Direct Debited by bank
    Amount Direct credeted by bank.
    Kindly help
    Regards

    Hello.
    See if this helps. When the Amount column shows a negative number it represents a Debit.
    select b.bank_account_name "Bank Account" ,
    bb.bank_branch_name "Branch",
    b.bank_account_num "Bank Acc Num",
    l.trx_date "Date",
    l.trx_type "Type",
    l.trx_text "Description",
    l.amount "Amount"
    from ce_statement_headers_all h,
    ce_statement_lines l,
    ap_bank_accounts_all b,
    ap_bank_branches bb
    where b.bank_account_id = h.bank_account_id
    and l.statement_header_id = h.statement_header_id
    and bb.bank_branch_id = b.bank_branch_id
    and b.bank_account_id = <bank_account_id>
    and h.statement_number = <'statement number'>
    Octavio

  • Help required in Getting XML output as Required

    Hi All,
    I have below xml
    INSERT INTO XMLTABLE VALUES (4,'<?xml version="1.0"?>
    <Node_1 empID="202" empName="Pro1" oper="Update">
    <Node_2 empID="20" empName="Pro2" oper="Update">
    <Bode_3 empID="2" empName="Pro3" oper="Update">
    <Bode_4 empID="22" empName="Pro4" oper="Update">
    <Bode_5 empID="12" empName="Pro5" oper="Delete"/>
    <Bode_6 empID="223" empName="Pro6" oper="Insert"/>
    <Bode_7 empID="201" empName="Pro7" oper="All"/>
    <Node_3 empID="21" empName="Pro71" oper="ll">
    </Bode_4>
    </Bode_3>
    </Node_2>
    </Node_1>');
    I have a sequence seq_i
    seq_i start with 1 increment by 1
    am able to display output as below,
    Node|EMPID|OPER|EMPNAME|MGRID
    Node_1|202|Update|Pro1|Null
    Node_2|20|Update|Pro2|Node_1
    Bode_3|2|Update|Pro3|Node_2
    Bode_4|22|Update|Pro4|Bode_3
    Bode_5|12|Delete|Pro5|Bode_4
    Bode_6|223|Insert|Pro6|Bode_4
    Bode_7|201|All|Pro7|Bode_4
    Node_3|21|ll|Pro71|Bode_4
    Now I want below one as output
    All nodes starting with Bode_, I need to replace that with sequence, seq_i
    so for the seq_i (starting with i and incrementing by 1)
    Please note when ever node changes to sequence, corresponding mgrid also changes,
    Node|EMPID|OPER|EMPNAME|MGRID
    Node_1|202|Update|Pro1|Null
    Node_2|20|Update|Pro2|Node_1
    1|2|Update|Pro3|Node_2
    2|22|Update|Pro4|1
    3|12|Delete|Pro5|2
    4|223|Insert|Pro6|2
    5|201|All|Pro7|2
    Node_3|21|ll|Pro71|2
    Please let me know your thoughts on this to acheive the same,
    Thanks,

    Well you've already said you can get your XML into the initial flattened hierarchy structure, so you just need to manipulate that to assign a sequence (row number) as appropriate.
    Something like...
    SQL> ed
    Wrote file afiedt.buf
      1  with t as (
      2  select 'Node_1' as node, 202 as empid, 'Update' as oper, 'Pro1' as empname, Null as mgrid from dual union all
      3  select 'Node_2', 20, 'Update', 'Pro2', 'Node_1' from dual union all
      4  select 'Bode_3', 2, 'Update', 'Pro3', 'Node_2' from dual union all
      5  select 'Bode_4', 22, 'Update', 'Pro4', 'Bode_3' from dual union all
      6  select 'Bode_5', 12, 'Delete', 'Pro5', 'Bode_4' from dual union all
      7  select 'Bode_6', 223, 'Insert', 'Pro6', 'Bode_4' from dual union all
      8  select 'Bode_7', 201, 'All', 'Pro7', 'Bode_4' from dual union all
      9  select 'Node_3', 21, 'All', 'Pro71', 'Bode_4' from dual
    10  )
    11  -- end of test data obtained from flattening XML - just use query below against own data
    12  select rpad(' ',(level-1)*2,' ')||coalesce(bode_no, node) as tree
    13        ,coalesce(bode_no, node) as node
    14        ,empid
    15        ,oper
    16        ,empname
    17        ,case when bode_no is not null then prior coalesce(bode_no, node) else mgrid end as mgrid
    18  from (
    19    select node
    20          ,case when node like 'Bode%' then
    21                     to_char(row_number() over (partition by case when node like 'Bode%' then 1 else 0 end order by node))
    22                else null
    23           end as bode_no
    24          ,empid
    25          ,oper
    26          ,empname
    27          ,mgrid
    28    from t
    29    )
    30  connect by mgrid = prior node
    31* start with mgrid is null
    SQL> /
    TREE                 NODE                                EMPID OPER   EMPNA MGRID
    Node_1               Node_1                                202 Update Pro1
      Node_2             Node_2                                 20 Update Pro2  Node_1
        1                1                                       2 Update Pro3  Node_2
          2              2                                      22 Update Pro4  1
            Node_3       Node_3                                 21 All    Pro71 Bode_4
            3            3                                      12 Delete Pro5  2
            4            4                                     223 Insert Pro6  2
            5            5                                     201 All    Pro7  2
    8 rows selected.

  • Help required to get around iTunes problem

    Does anyone know of a way of running iTunes on a windows machine where the program is not allowed to install.
    The problem is that we have corporate laptops and as end users we do not have 'administrators rights' so if we run the install program it will not install.
    The IT department locally have limited admin rights, and it will not allow them to install iTunes.
    Therefore if anyone out there knows of a way of running iTunes without having to have it installed as a program on the PC it would be gratefully appreciated.

    Hello.
    See if this helps. When the Amount column shows a negative number it represents a Debit.
    select b.bank_account_name "Bank Account" ,
    bb.bank_branch_name "Branch",
    b.bank_account_num "Bank Acc Num",
    l.trx_date "Date",
    l.trx_type "Type",
    l.trx_text "Description",
    l.amount "Amount"
    from ce_statement_headers_all h,
    ce_statement_lines l,
    ap_bank_accounts_all b,
    ap_bank_branches bb
    where b.bank_account_id = h.bank_account_id
    and l.statement_header_id = h.statement_header_id
    and bb.bank_branch_id = b.bank_branch_id
    and b.bank_account_id = <bank_account_id>
    and h.statement_number = <'statement number'>
    Octavio

  • Help required in additing custom attribute to Item list view

    Hi Experts,
      I need to add custom attribute(defined in Customer_i) to BTADMIN_I (list type) context node. I have tried adding the attribute using the 'Create Attribute' wizard in the work bench making use of the BOL Model relationship. The attribute is added but it is always display only. Could any one guide me in resolving the issue?
    I am using the component ICCMP_BTITEM & view Itemlist.
    Thanks & Regards,
    Raj

    Hello Rajkumar, i h ave the  same problem , with other attribute that i have created with the wizard. but the problem is that this attribute always is only display. Did you resolve the problem?
    Greetings.

  • I back up my icloud every week but some of my notes just deleted its self how do i get it back?, i back up my icloud every week but some of my notes just deleted its self how do i get it back?

    please I hope someone can hekp me with this i have lost some important notes on my phone of which i have backed up weekly. But it mysteriously just deleted itself and I cant find it anywhere where can i go to restore my notes that was backed up and lost?

    Welcome to the Apple Community.
    The difficulty in restoring iCloud data from a back up is that the back up is older than the current version on iCloud and anything that is restored gets removed again when an iCloud sync occurs. I have previously suggested ways to recover contacts, calendars etc, and other users have confirmed that they work, as such I am making the following suggestions to recover lost notes, but please note, as yet success is unconfirmed.
    Recovering your notes is quite time consuming, you may wish not to save all your notes to save some time, if they are not of importance.
    Ensure the device is connected to your local network.
    Start the restore from iCloud back up.
    Allow the devices settings to restore (watch for the confirmation of completion).
    As the apps begin to restore pull the connection to your router WAN port (the one that goes to the telephone point).
    Wait for the time out confirmation.
    Open the 'Notes' app, and open your first note (assuming your deleted notes have now been restored).
    Select the share option at the foot of the screen (rectangle with arrow) and choose mail.
    Send the email to yourself (If they won't send, save them to draft)
    Repeat steps 7 & 8, until you have copied all the notes you wish to save to email.
    Reconnect the router to the internet and let the restore process complete.
    Navigate to settings > iCloud and make sure 'Notes' syncing is enabled.
    Open the 'Notes' app, check that iCloud notes have reverted to how they were before starting the restore.
    Open the 'Mail' app and open the first email you sent yourself and copy the text you want in the note.
    Open the 'Notes' app and create a new note in the iCloud, paste the text you copied.
    Go to iCloud.com on a computer and check that the note has synced to iCloud.
    Repeat steps 12, 13 & 14 until you have recovered all your notes.
    May I suggest that you carry out a back up to iTunes before you try anything, that way should things become even worse, you can at least restore back to where you are now.

  • Aged Debt Reporting ( AR ) - help required

    Hi Guys,
    I need your help in one of the requirement I have at the moment for AR Reporting.
    My client wish to see the snap shot of the Debt on weekly and monthly basis since the day the system has gone live.
    I know how the Aged Debt Reports work in BW. It works on a key date and 3 variables.
    0P_KEYDT : For the characteristic NETDUEDATE: Key date for net payment
    0P_KEYD2 : For the characteristic 0PSTNG_DATE: Key date for posting.
    0P_KEYD3 : For the characteristic 0CLEAR_DATE: Key date of clearing
    We create restricted key on 0DEB_CRED_LC making use of the above 3 variables to find the Debt(oustanding amount) as on the key date. Then we create other key fiegures using offset on the above variables to defined the Debt in 1-15 days, 15-30 days, 30-45 days etc…
    But my requirement here is different.
    Now the user wants to see the Debt amount for every week and every month from the beginning of go-live. They require snapshot of the Debt in that week. If the invoice is  open in week 01.2014 and cleared in week 02.2014 then it should only get displayed in 01.2014 i.e. snapshot of outstanding amount for that week or month.
    Now the issue here asfollows
    1) By using the offset in the variable i.e. -7, -14, -21, -28 etc on key date I can go back to certain weeks not till the beginning of the system.
    2) If I use -30, -60, 90 to generate the snapshot I cannot get the month end outstanding always as certain months are 31 days and certain months are 28 days(feb). Also I cannot go back till beginning of the system
    I have a workaround. Weekend and month end  I can take backup of the open items 0FI_DOCSTAT = ‘O‘ and store this in an infocube.
    For this also I have few concerns
    1) The data volume will be too high. I have to find out what level the clinet wish to see the data so that it will display the aggregated Debt amount at the level
    2) This design can only be possible for now onwards but I cannot do that for past period
    3) What will happen if the load fails on weekend or month end then I will lose the snap shot as few of the open items would have been cleared. It would not give an exact picture.
    The problem here is for snapshot data i.e dent on that week/month.
    Can anybody help me with some idea to handle this situation?
    Regards,

    Hello,
    Try the below way outs
    1) If are you not having calendar week / month in the source then create a hierarchy on posting date for deriving calendar week and calendar month.
    2) Now in the query Keep the hierarchy in the rows and in the column add 0DEB_CRED_LC (without any restriction) . Maintain in the calculation as *cumulative. *This will give you balances on any week or month. Draw back is that the report may be huge.
    If your reporting requirement is not at Customer level then there is another way of doing it.
    The AR can also be determined using GL accounts. So you can use a FIGL data source which can give you Balance based on any fiscal year period.
    Let me know your comments
    Regards
    Gajesh

  • Help required - Sales order item is partially delivered but the item grayed

    I have a sales order 123 having say item10 with qty 1, item20 with qty 10 , item 30 qty 12
    Item 1 confirmed qty 1 and delivered qty is 1
    Item 2 confirmed qty 10 and delivered qty 10
    Item 3 confirmed qty 1 and delivered qty is 1
    Now the item3 still has open requirements of 11 to be delivered. But the item is GRAYED OUT already.
    even if I do ATP the qty is not confirming for the remaining 11 pieces.
    Why is that? How to make that item out from GRAY.
    How to confirm the remaining 11 qty for that item.
    Help required as early as possible.
    Appreciate ur help guys
    Radha

    hi Radha, how are you ?
         ---the partial deliveries in master data must have not been mentioned.
         ---the deliveries should be upto target quantity.
         ---check order type, item category and schedule line category.
         ---check unrestricted stock availability.
    thank you
    regards
    Khera.

  • Help required network configuration - Gateway route settings get erased on reboot.

    Oracle Linux 7
    Linux myhostname 3.8.13-35.3.1.el7uek.x86_64 #2 SMP Wed Jun 25 15:27:43 PDT 2014 x86_64 x86_64 x86_64 GNU/Linux
    #cat /etc/sysconfig/network-scripts/ifcfg-eno16780032
    TYPE="Ethernet"
    BOOTPROTO="none"
    DEFROUTE="yes"
    IPV4_FAILURE_FATAL="no"
    IPV6INIT="yes"
    IPV6_AUTOCONF="yes"
    IPV6_DEFROUTE="yes"
    IPV6_FAILURE_FATAL="no"
    NAME="eno16780032"
    UUID="2d1107e3-8bd9-49b1-b726-701c56dc368b"
    ONBOOT="yes"
    IPADDR0="34.36.140.86"
    PREFIX0="22"
    GATEWAY0="34.36.143.254"
    DNS1="34.36.132.1"
    DNS2="34.34.132.1"
    DOMAIN="corp.halliburton.com"
    HWADDR="00:50:56:AC:3F:F9"
    IPV6_PEERDNS="yes"
    IPV6_PEERROUTES="yes"
    NM_CONTROLLED="no"
    #route -n
    Kernel IP routing table
    Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
    0.0.0.0         34.36.143.254   0.0.0.0         UG    0      0        0 eno16780032
    34.36.140.0     0.0.0.0         255.255.252.0   U     0      0        0 eno16780032
    169.254.0.0     0.0.0.0         255.255.0.0     U     1002   0        0 eno16780032
    When I reboot the machine, the first line in route table gets erased, I then run:
    #route add default gw 34.36.143.254
    After which network works fine.
    Help required. I don't want to use NetworkManager.

    The following might be useful:
    https://access.redhat.com/solutions/783533
    "When transitioning from NetworkManager to using the network initscript, the default gateway parameter in the interface's ifcfg file will be depicted as 'GATEWAY0'. In order for the ifcfg file to be compatible with the network initscript, this parameter must be renamed to 'GATEWAY'. This limitation will be addressed in an upcoming release of RHEL7."
    NetworkManager is now the default mechanism for RHEL 7. Personally I don't quite understand this, because as far as I can gather it is a program for systems to automatically detect and connect to known networks. I think such functionality can be useful when switching between wireless and wired networks, but for a server platform, I wonder.

  • Cannot download Fallensword Helper Scripts. Getting "Script could not be installed Error: Failed to @require json2.js"

    Hello, I did a drive eraser and reinstalled everything(to clean up computer), then when I got to reinstalling firefox I had a problem. I play a game called Fallensword. It has a script called Fallenswordhelper. So I installed GreaseMonkey, then when I tried to install scripts it said "Script could not be installed Error: Failed to @require json2.js". I have done this to my computer every year since I started using computers. I have never had this before. Please help me get a fix for this, for I google it and cannot find a answer.

    This was a indeed a problem in Greasemonkey 0.9.0. It has been resolved in Greasemonkey 0.9.1, as can bee seen at [https://github.com/greasemonkey/greasemonkey/issues/closed#issue/1262 their site]:

Maybe you are looking for

  • Unix scripting

    Is there a way to create a script that will run Unix commands from a desktop icon/app? Can it be done using Applescript? If so how?

  • CS4 - Toolbox doesn't appear

    Have seen the thread about keyboard, shortcuts etc not coming up, but have just upgraded to CS4 & can't even get the main toolbox (Windows XP) apart from the subsequent crashes. Also my documents from CS3 only half appear. Tried re-installing, checki

  • Windows 7 doesn't recognize iPhone 4

    I use Windows 7 64 bit and when I plug in my iPhone 4, it said USB cannot be recognized. It said something about the driver has been manufactored. It just hapenned a couple days ago, before that I can still use my iPhone with my laptop. I have tried

  • Assigning dataprovider to a chart in report designer

    Hi experts, In the report designer, I'm able to include a chart in a report section(but not in the main design area). But i want the chart to reflect according to the query (but it seems to be static). I tried all the options to assign a dataprovider

  • Len Slade

    I cannot download Photoshop Elements 11 purchased 2/24/13 order #AD007089752