Unable to get cells for the columns which have no data in cross-tab report

Hi friends,
I am developing a cross-tab report.
Let's take an example to explain the problem.
Here is the XML file i am using
  <?xml version="1.0" ?>
- <!--  Generated by Oracle Reports version 6.0.8.11.3
  -->
- <MODULE1>
- <LIST_G_SCHEMECODE>
- <G_SCHEMECODE>
  <SCHEMECODE>171091</SCHEMECODE>
  <AMOUNT>0</AMOUNT>
  <ASSET_TYPE>Govt Guarantee</ASSET_TYPE>
  <MARGIN>0</MARGIN>
  <AMOUNT_SECURED>0</AMOUNT_SECURED>
  <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
  </G_SCHEMECODE>
- <G_SCHEMECODE>
  <SCHEMECODE>171091</SCHEMECODE>
  <AMOUNT>0</AMOUNT>
  <ASSET_TYPE>Loans To Govt</ASSET_TYPE>
  <MARGIN>0</MARGIN>
  <AMOUNT_SECURED>0</AMOUNT_SECURED>
  <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
  </G_SCHEMECODE>
- <G_SCHEMECODE>
  <SCHEMECODE>171093</SCHEMECODE>
  <AMOUNT>0</AMOUNT>
  <ASSET_TYPE>Govt Guarantee</ASSET_TYPE>
  <MARGIN>120</MARGIN>
  <AMOUNT_SECURED>0</AMOUNT_SECURED>
  <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
  </G_SCHEMECODE>
- <G_SCHEMECODE>
  <SCHEMECODE>171093</SCHEMECODE>
  <AMOUNT>0</AMOUNT>
  <ASSET_TYPE>Loans To Govt</ASSET_TYPE>
  <MARGIN>0</MARGIN>
  <AMOUNT_SECURED>0</AMOUNT_SECURED>
  <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
  </G_SCHEMECODE>
- <G_SCHEMECODE>
  <SCHEMECODE>*171095*</SCHEMECODE>
  <AMOUNT>0</AMOUNT>
  <ASSET_TYPE>Govt Guarantee</ASSET_TYPE>
  <MARGIN>100</MARGIN>
  <AMOUNT_SECURED>0</AMOUNT_SECURED>
  <VALUE_OF_SECURITY>0</VALUE_OF_SECURITY>
  </G_SCHEMECODE>
  </LIST_G_SCHEMECODE>
  </MODULE1>Now I want SCHEMECODE in rows and ASSET_TYPE in columns.
And the each ASSET_TYPE column is to be divided into 2 sub-columns (MARGIN,AMOUNT_SECURED).
I am able to achevie this.
The problem is that ,for the schemecode 171095, since there is no data for ASSET_TYPE "Loans To Govt",no cells are generated for this SCHEMECODE and ASSET TYPE.
But the requirement is to generate blank cells.
If needed i will send the template at xml files also.

try this, there must be simpler one i guess...
1. take a form field, and make its type as number. Paste the below one <?xdoxslt:set_variable($_XDOCTX,'v1',2)?>
2. now take a table with as below,
A l B |
C l D1 l D2 l E1 l E2 l
observe that i. A, C are in one column
ii. cell B is on top of D1, D2
iii. we have no cell on top of E1 and E2 cells
iv. 'l' represents the wall of the cell :)
A: <?horizontal-break-table:1?> SCHEMECODE
B: <?for-each-group@column:G_SCHEMECODE;ASSET_TYPE?> <?ASSET_TYPE?> <?end for-each?>
C: <?for-each-group:G_SCHEMECODE;SCHEMECODE?> <?xdoxslt:set_variable($_XDOCTX,'v1',2)?> <?SCHEMECODE?>
D1: <?for-each-group@cell:current-group();ASSET_TYPE?> <?MARGIN?> <?xdoxslt:set_variable($_XDOCTX,'v1',xdoxslt:get_variable($_XDOCTX,'v1')-1)?>
D2: <?AMOUNT_SECURED?> <?end for-each?> <?end for-each?>
E1: <?for-each@column:xdoxslt:foreach_number($_XDOCTX,1,xdoxslt:get_variable($_XDOCTX,'v1'),1)?>
E2: <?END FOR-EACH?>
3. If you are confused gimme your email id, i will pass the template. But you should add credits to me.. :)

Similar Messages

  • How to add an image or static text in the header of EACH page of a cross-Tab report

    Post Author: rtutus
    CA Forum: General
    Hi, I use Crustal 11.0.
    I have a cross Tab. I display the items on the left column and the months horizontally, the items are grouped by category field. The values are the sum of quantities are displayed for each month. Like this:
                             Items         Jan       Feb       March .....................Total
    Category 1                       
                             Item11         val11     Val12      Val13                     Total values
                             Item12         val21     Val22      Val23                     Total values
                             Item13         val31     Val32      Val33                     Total values
    Category 2                       
                             Item21         val11     Val12      Val13                     Total values
                             Item22         val21     Val22      Val23                     Total values
                             Item23         val31     Val32      Val33                     Total values
    Category 3                       
                             Item31         val11     Val12      Val13                     Total values
                             Item32         val21     Val22      Val23                     Total values
                             Item33         val31     Val32      Val33                     Total values
    The problem, I want to add a page header for each page of the report.
    When Crystal reports first displays my cross-tab in the designer, CR displays the cross tab in the Report header section. I d like to add text or image for each page and not only at the begining of my Cross-Tab.
    If I just add an image or text at the top of the report designer, which is my report header, I get the image or text only on the begining of the 1st page of my report but never in the other following pages.
    If I try to work around the problem and move the cross Tab to a group section instead, and then put the Image in the group header, I get what I want, but the problem is that:
    The columns header: Jan, February....December are displayed for each group of my report and not only in the beginning of the report. I get something like this:
                             Items         Jan       Feb       March .....................Total
    Category 1                       
                             Item11         val11     Val12      Val13                     Total values
                             Item12         val21     Val22      Val23                     Total values
                             Item13         val31     Val32      Val33                     Total values
                             Items         Jan       Feb       March .....................Total
    Category 2                       
                             Item21         val11     Val12      Val13                     Total values
                             Item22         val21     Val22      Val23                     Total values
                             Item23         val31     Val32      Val33                     Total values
                             Items         Jan       Feb       March .....................Total
    Category 3                       
                             Item31         val11     Val12      Val13                     Total values
                             Item32         val21     Val22      Val23                     Total values
                             Item33         val31     Val32      Val33                     Total values
    You see the months get duplicated. Any way, my real need is to add an image or text in the header of EACH page of a cross-Tab report.
    Thanks a lot for your help.

    Hi Divya,
    you could do for example in the wdDoInit() of the view
    wdContext.currentContextElement().setPicture("picture.gif");
    Now you assign this context variable to the Tab using the Tab_header's imageSource-Property. When you click on its value column, you see a button with three dots on it. If you click on this button, you will get all context nodes and attributes for this View. Usable variables are clearly marked, you now choose the one named Picture or what ever name you prefer to use. But it must correspond to the one set in the wdDoInit.
    I think setting a picture (not necessarily for the tab-page) is done in one of the excellent tutorials. If you are a newcomer I strongly recommend doing some of the tutorials.  I have learned tremendously from them.
    Hope this helped
    Harald

  • How can I get INSTID_B for the documents which are stored using Store Business Document functionality

    Dear experts,
    I had activated the functionality of Store Business document and successfully stored documents in external server.
    My client have a custom function module which is used to send emails.In that FM they used SO_DOCUMENT_READ_API1, SO_DOCUMENT_SEND_API1 function modules.They passed Instance Ident(SRGBTBREL->INSTID_B)(eg: FOL33000000000004EXT39000000000026) as export parameter to the FM 'SO_DOCUMENT_READ_API1' and get the attachment details and content.
    Here my problem is I do not have entries in the table SRGBTBREL for the documents which are stored using the Store Business Document functionality and without INSTID_B I am unable to use the FM 'SO_DOCUMENT_READ_API1' to get the document details and content. Please help me to find INSTID_B for documents which are stored using Store Business Document functionality or please let me know if there is any other way to use FM 'SO_DOCUMENT_READ_API1' for documents which are stored using Store Business Document.
    Thanks in advance.
    Regards,
    Kiran

    Hi Kiran,
    You can use the following method to get the information. For example if you want to get BO documents for a customer
    CALL METHOD cl_binary_relation=>read_links
       EXPORTING
         is_object           = ls_lpor
         it_relation_options = lt_relat
       IMPORTING
         et_links            = lt_links.
    then fill  ls_por-instid with a customer number (KUNNR), ls_por-typeid = 'KNA1' and ls_por-catid = 'BO'.
    Table  lt_relat should contain a line option  for each document type (for example 'I' 'EQ' 'NOTE', 'I' EQ 'ATTA', 'I' EQ 'URL', ...
    In table lt_links you will get your information.
    Maybe some other methods of class CL_BINARY_RELATION may also solve your issue.
    Regards,
    Klaus

  • To get "GWP" for the agencies those have activity irrespective of position

    I have a user requirement that they want to create a report and able to get the GWP value based on Login or Activities.
    Basically they are using Activity Fact for activity measures and Production Fact for production measures with the Agency, Time, Position, as confirming dimensions. In Sales Performance by Monthly Trend Analysis report we are using #ofActivity and “GWP” (Gross Written Premium) measures from Activity and Production fact respectively.
    Requirement is to get the “GWP” for the agencies those have activity irrespective of position.
    For example, they have a position AE111 that has 2 activities (A1 and A2)
    1) Login Position - Activities
    AE111 - A1, A2
    AE112 - A2, A3
    2) In the relationship, they have the following:
    Login Position - Activities - GWP value
    AE111 - A1 - $10
    AE111 - A2 - $5
    AE112 - A2 - $12
    AE112 - A3 - $21
    The following result was returned but it is Not what the user wants
    Position #of Activities Total GWP
    AE111 - 2 - $ 15
    Final Expected result is shown as below- to get the GWP based on login position & the Activities.
    AE111 - 2 - $ 27
    Is there a way to be able to achieve this? I have attached a screenshot given by customer.
    Thanks
    Teik

    dskillen1987 wrote:
        I have a I-Phone 4S and I deleted text messages over the last 6 months. I didn't have my phone backed up with I-Tunes or anything. Is there a way to retrieve all of those deleted text messages??  I read somewhere a while back, that texts are never really deleted permanently. Can't find information on that. Can anyone help please?
    Where would you expect to retrieve those deleted message if you didn't backup your phone?

  • Getting number for each column value based on Date order

    Hi,
    I have Data look like:
    I need to create new column highlighted in red (Team Number). Even if same team comes in several number of times, it should be tracked as new team with whatever is the next number. For eg. team2 comes second time, its is called as 3. If Team 2 comes again
    then it will be 4.
    Any help is appreciated.
    Thanks,
    Punia 

    Thanks for you reply Ricardo. It does work (but only if select 1 ticket).
    My bad I only posted one Ticket Number. Actually there are lots of them ( as below). Your code take all the tickets as one tickets.
    TicketNumber
    OwningTeam
    Status
    Date
    Team Number
    123
    TEAM 1
    Pick Up
    11/12/2014
    1
    123
    TEAM 1
    Complete
    11/12/2014
    1
    123
    TEAM 2
    Pick Up
    11/12/2014
    2
    123
    TEAM 2
    Complete
    11/12/2014
    2
    123
    TEAM 2
    Resolve
    11/17/2014
    2
    123
    TEAM 2
    Complete
    11/24/2014
    2
    123
    TEAM 2
    Pick Up
    12/8/2014
    2
    123
    TEAM 2
    Complete
    12/9/2014
    2
    123
    TEAM 2
    Provide Info
    12/17/2014
    2
    123
    TEAM 1
    Pick Up
    1/8/2015
    3
    123
    TEAM 1
    Resoved
    1/8/2015
    3
    456
    TEAM 1
    Pick Up
    11/12/2014
    1
    456
    TEAM 1
    Complete
    11/12/2014
    1
    456
    TEAM 2
    Complete
    11/24/2014
    2
    456
    TEAM 2
    Pick Up
    12/8/2014
    2
    456
    TEAM 2
    Complete
    12/9/2014
    2
    456
    TEAM 3
    Pick Up
    12/17/2014
    3
    456
    TEAM 3
    Working
    12/18/2014
    3
    456
    TEAM 1
    Pick Up
    1/8/2015
    4
    456
    TEAM 1
    Resoved
    1/8/2015
    4
    789
    TEAM 1
    Pick Up
    11/12/2014
    1
    789
    TEAM 1
    Complete
    11/12/2014
    1
    789
    TEAM 2
    Complete
    11/24/2014
    2
    789
    TEAM 2
    Pick Up
    12/8/2014
    2
    789
    TEAM 2
    Complete
    12/9/2014
    2
    789
    TEAM 1
    Complete
    12/12/2014
    3
    Any work around is really appreciated.
    Thanks,
    Rajneet

  • How to J1iFQ for Material doc which have privious date to challan date

    Dear Gurus,
    I have some material document(GR no) in subcontracing process and user did not reconcile challan for these GR no.
    so pending quantity not matched in J1IFR and MBLB report.
    and these M.doc are created in 2010 and when i do J1IFQ for these then i face a error.
    " Excise document is posted later to Material document"
         Message no. 8I576
    because challan creation dats are after Material doc date.
    how can i match the quantity in both report MMBE and J1IFR.
    thanx/
    Anurag

    daer,
    thease docs was created before 4 months and coorect challan are completed against other M.doc.
    now we have not any pending challan that created before these Material Docs created.
    so what can i do now for match the pending quantity in both reports in MMBE and J1iFR
    thanks/

  • Help with formatting for Cross Tab Report Crystal 2008

    This is probably a simple question.  I have a cross tab report that displays sales by month for a period of 6 months.  These sales columns are formatted to be numbers with no decimals.  In addition to these columns, I have inserted columns that display the percentage up/down in sales over the previous month.  If I try to format the percentage columns, it changes every column to then display "##,##.##%" when I need to keep the sales columns at "##,###" with no decimal or percentage sign.
    1.  Is there a way to change the formatting of some of the columns but not all in a cross tab report?
    2.  If not, can I add a function that would change these in the calculation formula of the calculated member? 
    I tried to add "%" but it wants it to return a number.
    Here is the current code:
    //The calculation formula is used in place of the summaries in Calculated Members.
    // This calculation formula must return a/an Number value.
    If GridValueAt (CurrentRowIndex,CurrentColumnIndex-3,CurrentSummaryIndex) = 0 then 0 else
    ((GridValueAt (CurrentRowIndex,CurrentColumnIndex-1,CurrentSummaryIndex) -
    GridValueAt (CurrentRowIndex,CurrentColumnIndex-3,CurrentSummaryIndex)) /
    GridValueAt (CurrentRowIndex,CurrentColumnIndex-3,CurrentSummaryIndex)) * 100
    Any help is appreciated. 
    Thank you,
    Tobi

    Carl,
    Thank you for your help.  I did try your method but still couldn't get it to ignore the fact that it wanted a number.  I changed my approach a litte and managed to solve the problem.  Here is the method that I chose which managed to solve the problem.  If this is a poor way to solve it, please let me know as I am always open for new ways.
    Format Field > Number Tab > Customize > Currency  Symbol Tab
    Checked Enable Currency Symbol Fixed, changed  currency symbol to %.  This is the same thing that I did before which changes it for all columns. 
    Beside Enable Currency checkbox, I added this formula:
    // This conditional formatting formula must return one of the following Currency Symbol Constants:
    // crNoCurrencySymbol
    // crFixedCurrencySymbol
    // crFloatingCurrencySymbol
    If GridRowColumnValue("InvoiceLine.TxnDate") = Date(0,0,0) then
        crFixedCurrencySymbol  
    else
        crNoCurrencySymbol
    My added columns have a null date field so they take the currency format.  My other columns do not so they do not take the formatting.
    Thanks again for the help.
    Tobi
    Edited by: Tobi@TABeverage on Dec 2, 2009 3:58 PM

  • PeopleSoft XMLP : Conditional Formatting for Cross tab report

    I have developed a XMLP cross tab report using ps query. Report runs good for (.htm,pdf,rtf) extension . But I am unable to format the data based on condition.
    Code which get displayed at the data field : <?sum ($G1[(./DESCR=current()/DESCR)]/JOB_REQ_NBR)?>
    any help ot suggestion ?
    Report layout(table) in .rtf format
    H GDESCR*E* Total (Header Row)
    GXLATLONGNAME G999*E* 999*E*
    CTotal G999*E* 999

    <?xml version="1.0" ?>
    - <query numrows="10" queryname="HF_EREC_BU_JOBREQCOUNT" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="">
    - <row rownumber="1">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="2">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="3">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="4">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="5">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="6">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="7">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="8">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="9">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    - <row rownumber="10">
    <XLATLONGNAME>XLATLONGNAME sample data</XLATLONGNAME>
    <DESCR>DESCR sample data</DESCR>
    <JOB_REQ_NBR>JOB_RE</JOB_REQ_NBR>
    </row>
    </query>

  • How to make cross Tab report for SAP B1

    Hello and Hi
    i trying to make cross tab report for SAP B1 but test column not appera in
    File >>New >>Cross Tab Report  start cross tab report creation wizard select database name and table
    but only numeric columns appear in available column fields , how will appearall fields including test fields..

    i got solution
    thanks google
    memo type field will not apper in list .use bellow  statment to convert in interger or char type
    convert(int,U_Dist_Sr_No) AS Dist_Sr,            CAST(U_Dist_Name AS varchar(250)) AS Dist_Name,

  • I m not able to connect for the wifi  which i have used earlier ,i m getting an error as unable to join the network how to resolve this please help me

    i m not able to connect for the wifi  which i have used earlier ,i m getting an error as unable to join the network how to resolve this please help me

    We were able to log in this morning and all is working. You should be able to log in at any point today. Please let us know if you are having any other difficulties.

  • I understand that with my Photoshop/Lightroom 9.95 subscription I can activate two "machines".  Do I have to include my iPad and Android cell phone, both of which have LR Mobile installed, or can I just count my desktop and the laptop I'm getting ready to

    I understand that with my Photoshop/Lightroom 9.95 subscription I can activate two "machines".  Do I have to include my iPad and Android cell phone, both of which have LR Mobile installed, or can I just count my desktop and the laptop I'm getting ready to purchase?

    As John has correctly the two activation are for computers, for using it on i pad & android you will have to refer to :
    Download Lightroom mobile | Adobe Lightroom mobile
    https://helpx.adobe.com/lightroom/how-to/lightroom-mobile.html
    Regards
    Rajshree

  • HT1657 My movie rental download was not completed and I was unable to finish the movie.  I was charged for it.  What can I do to rent the movie again without getting charged for the rental again?

    My movie rental download was not completed and I was unable to finish the movie.  I was charged for it.  What can I do to rent the movie again without getting charged for the rental again?

    kananga wrote:
    To begin, what ADA-compliant options are available to work with a service representative? Good question, and one that I don't know the answer to.  Does anything on this page help? Products & Services Overview | Verizon Wireless
    1) I was charged for service following the cancellation of my service; this includes a period following cancellation during which no service was provided.  Service is normally billed through the end of the billing cycle, whether service is provided or not.  "Cancellations will become effective on the last day of that month’s billing cycle, and you are responsible for all charges incurred until then." After working with a representative in person, I was told that my final bill would be adjusted to reflect the legally billable amount. According to their legal docs, the "leagally billable amount" is through the end of the billing cycle. This was three weeks ago and I haven't received a response, and I haven't been able to find a way to pursue a resolution - What can I do to help move this process forward?
    2) It appears I will be unable to pay my bill after this dispute has been reviewed. My phone number is no longer with Verizon. The online bill payment login requires a phone number - I have never been provided with any other account number. Unfortunately, Verizon appears to close access to online bill payment when the phone number is transferred, even to accounts with unpaid invoice amounts. How can I pay my bill online?  You cannot pay online once the account is cancelled.  You will be mailed a paper copy of the final bill, and you can mail a check, or possibly call in and pay over the phone.  But online is no longer an option once the account is cancelled.

  • My nephew lend me his iPad and I have wi-fi service @ home, I get the wi-fi icon on top, it's activated but when I open Safari to go online it ask me for the password which I have and type in. It tells me I have typed incorrect pw. What's wrong?

    my nephew lend me his iPad and I have wi-fi service @ home, I get the wi-fi icon on top of iPad, it's activated but when I open Safari to go online it ask me for the password which I have and type in. It tells me I have typed incorrect pw. What's wrong? I even called my internet server and they cant help! They're saying my nephew must have a block. I asked my nephew and he said "what r they talking about, I have no block"  Can anyone help ME PLZ.

    When you go to Settings > WiFi and see your network name does it have a padlock icon to the right of the network name? If so it is a secured network with a password.
    How did you connect to your network from the iPad? From Settings > Wifi? Was a network password requested? Was it accepted?
    If you touch the ">" to the right of your network name what do you see for IP Address, Subnet Mask, Router, and DNS?

  • I have several episodes of a TV show that say "download error, tap to retry" and when I do it just repeats that error message.  Can I get it to work? If not can I get reimbursed for the episodes I'm missing?  I'm using an iPad one which has worked fine B4

    I have several episodes of a TV show where it says download error, tap to retry and when I do it repeats the error message.  Can I get it to work or get reimbursed for the ones I'm missing?  I'm using an iPad 1 which has worked fine for all the others.

    Hi AlpineJean,
    I'm sorry to hear you are having issues downloading some episodes to your iPad.
    I would first suggest you sign out of your iTunes account on your iPad, restart the device and sign back in.
    Settings > iTunes & App Stores > Tap on your Apple ID account > Tap Sign Out
    Click on the link below for additional troubleshooting steps with more details and screenshots.
    I've quoted some helpful highlights for you:
    Downloading past purchases from the App Store, iBookstore, and iTunes Store
    To view or download previously purchased:
    TV Shows on iOS
    Open the iTunes Store on your device.
    Make sure you are signed in with the same Apple ID you used for the original purchase.
    Tap More from the bottom navigation bar.
    Tap TV Shows.
    Locate the TV show episode or series you would like to download.
    Once you've located the TV shows you are looking for, tap the download button.
    The TV show will begin downloading.
    Previous purchases may be unavailable if they have been refunded or are no longer on the iTunes Store. Downloading previously purchased movies and TV shows requires iTunes 10.6 or later.
    If this does not resolve your issue, please follow these instructions for support from the iTunes Store:
    How to report an issue with your iTunes Store, App Store, Mac App Store, or iBookstore purchase
    Find the email receipt for your purchase.
    Click Report a Problem under the app that is having the issue.
    When prompted, enter the Apple ID and password you used to purchase the item, then click Report a Problem.
    Click Report a Problem next to the item you are having an issue with.
    From the Choose Problem dropdown menu, choose the appropriate issue.
    Follow the onscreen instructions and—if prompted—type a description of the problem into the text field.
    Click Submit to have your issue reviewed.
    Have a great day!
    - Judy

  • I purchased an iPhone5 at an unclaimed items police auction yesterday, but after I charged it and turned it on, it is asking me for the passcode which unfortunately I was not supplied with. Is there a way to get around the code or have I wasted my money?

    I purchased an iPhone5 at an unclaimed items police auction yesterday, but after I charged it and turned it on, it is asking me for the passcode which unfortunately I was not supplied with. Is there a way to get around the code or have I wasted my money?

    If the Phone is Running iOS 7... then it has Activation Lock Enabled.
    Activation Lock in iOS 7  >  http://support.apple.com/kb/HT5818
    ShellyfromHunterValley wrote:
    ... have I wasted my money?
    More than likely... I believe ebay has an area where you may be able to sell it for parts.

Maybe you are looking for

  • Datagrid column that contains checkbox erroring

    Hi i'm trying to set the selected option on a checkbox in a datagrid column but i keep getting the error "Access to undefined property data".  Can someone shead some light on how i can fix this?  The code i have is below. Thanks in advance.... <mx:Da

  • 2KEE and KE5Z

    Hello when I am executing 2KEE and KE5Z reports with same input parameters(selections)  I am getting the different result, what is the major difference between these reports and why I am getting different results and which report is correct?. Can you

  • Every Project damaged and can't be opened after reinstall

    Hello, I recently had some problems with my MacBook Pro and had to reinstall OS X Lion. After doing so, I also had to reinstall all my adobe applications. Everything works great except for Premiere CS5. Now when I create a project and save it it seem

  • Live Trace Button Disappear

    I need help with Live Trace. I have CS2 and I use to be able to get live trace. But I am having problem with it today. I have place a jpeg image, so the object type is image. After chosen the object and click Object>Live Trace, the tracing options...

  • External Variable Null Pointer Exception when I publish two projects

    I have the following external variables exception thrown when I publish two projects alongside each other. These projects share the majority of there 50 odd project variables. (I know that this is a bit excessive but the customer wants to be able to