Simple chart proving difficult

Hi
I'm trying to create a chart with the months of the year's names on the x-axis and the values for those months as the y. My main question is what the data source should look like in xml. I'm hand coding the xml, so not using Oracle Reports to generate it.
I tried:
<fig1>
<row>
<name>Q2</name>
<Q2>1</Q2>
<name>Q3</name>
<Q3>2</Q3>
<name>Q4</name>
<Q4>3</Q4>
</row>
</fig1>
Which sort of works, but the labels I wanted on the x-axis appears as legends instead, with only the first label appearing on the x-axis. I found some help on the internet that suggest you must add the following (colorMode="COLOR_BY_GROUP") to the <Graph> tag, but this does not work. It just looses the color with the problem remaining.
Please help!
Thanks
Francois

Sounds like you just signed up to the forum to try get some homework done. You basically have to right an expression compiler. Token by Token you build the expression into some type of structure, and they you evaluate it. I've written a compiler... I've had worse, you really should do it yourself, you'll learn something.

Similar Messages

  • Problem with simple chart

    Hi everyone. I've got a problem with ABAP charts. I need to place a simple chart in screen's container.
    REPORT ZWOP_TEST4 .
    Contain the constants for the graph type
    TYPE-POOLS: GFW.
    DATA: VALUES       TYPE TABLE OF GPRVAL WITH HEADER LINE.
    DATA: COLUMN_TEXTS TYPE TABLE OF GPRTXT WITH HEADER LINE.
    DATA: ok_code LIKE sy-ucomm.
    DATA: my_container TYPE REF TO cl_gui_custom_container.
    REFRESH VALUES.
    REFRESH COLUMN_TEXTS.
    VALUES-ROWTXT = 'Salary'.
    VALUES-VAL1 = 50000.
    VALUES-VAL2 = 51000.
    APPEND VALUES.
    VALUES-ROWTXT = 'Life cost'.
    VALUES-VAL1 = 49000.
    VALUES-VAL2 = 51200.
    APPEND VALUES.
    COLUMN_TEXTS-COLTXT = '2003'.
    APPEND COLUMN_TEXTS.
    COLUMN_TEXTS-COLTXT = '2004'.
    APPEND COLUMN_TEXTS.
    Call a chart into a standard container, this function could be used
    for many different graphic types depending on the presentation_type
    field :
    gfw_prestype_lines
    gfw_prestype_area
    gfw_prestype_horizontal_bars
    gfw_prestype_pie_chart
    gfw_prestype_vertical_bars
    gfw_prestype_time_axis
    CALL SCREEN '1000'.
      CALL FUNCTION 'GFW_PRES_SHOW'
        EXPORTING
          CONTAINER         = 'CONTAINER'    "A screen with an empty
                                            container must be defined
          PRESENTATION_TYPE = GFW_PRESTYPE_LINES
        TABLES
          VALUES            = VALUES
          COLUMN_TEXTS      = COLUMN_TEXTS
        EXCEPTIONS
          ERROR_OCCURRED    = 1
          OTHERS            = 2.
    *&      Module  STATUS_1000  OUTPUT
          text
    MODULE STATUS_1000 OUTPUT.
      SET PF-STATUS 'GUI_1000'.
    SET TITLEBAR 'xxx'.
      IF my_container IS INITIAL.
        CREATE OBJECT my_container
          EXPORTING container_name = 'CONTAINER'.
      ENDIF.
    ENDMODULE.                 " STATUS_1000  OUTPUT
    *&      Module  USER_COMMAND_1000  INPUT
          text
    MODULE USER_COMMAND_1000 INPUT.
      ok_code = sy-ucomm.
      CASE ok_code.
        WHEN 'EXIT'.
          LEAVE TO SCREEN 0.
      ENDCASE.
    ENDMODULE.                 " USER_COMMAND_1000  INPUT
    I created a screen 1000 in SCREENPAINTER, named it 'CONTAINER'. Then I try to launch code above and nothing appears on the screen. Could You give me some tip?

    Hi,
    delete this lines:
    IF my_container IS INITIAL.
    CREATE OBJECT my_container
    EXPORTING container_name = 'CONTAINER'.
    ENDIF.
    then it should work.
    R

  • Problems making a simple chart

    Im sure this is quite simple but im trying to produce a simple chart with an x and y value. The x and y's are columbs from a table.
    I have 2 problems:
    Firstly it makes a chart with 2 lines, 1 of which is just along the x axis.
    2 the x axis isnt proportional. The x values are 0.0016, 0.0004, 0.0002, 0.0001 they will be spaced the same distance apart so producing a curved line instead of a straigh line that it should.
    Any help would be really good
    Thank you everyone
    Stuart

    Stuart,
    I'm glad that my answer was helpful. Sorry I didn't have time to elaborate at the time.
    Scatter is for plotting values vs. values. All the other chart types plot a value vs. a text label. New in iWork 09, you can connect the points in a scatter chart, and you can add a best fit curve. In an 09 Scatter chart you can have multiple series, as with 08, and also as with 08, you can have only one Y-Axis. Unfortunately the 2-Axis chart option is a Category Chart.
    Regards,
    Jerry

  • Need demo of a simple chart item using emp table sal column

    DB version:10g
    Forms version 10g
    Hi folks,
    Can anyone please post some sample code for a simple chart item based on emp table in forms 10g.
    lets say show the salary variations using chart item.
    Please do help.
    thanks in advance.

    There are samples for doing this (not easy to find for 10g these days).
    http://www.oracle.com/technetwork/developer-tools/forms/news-section-086804.html
    Have a look for the BI Graph Patch link for 10g on this page.
    Steve

  • Spanning simple chart across pages

    Hi,
    I want to clean up some formatting on a report with a simple chart plotting a formula result against customer names.
    The first chart contains the top 15 customers sorted top down using the Top N =15 option in chart group sort.
    However, how can I display the next 15 customers on the second page?
    Is it easier to do this via subreports? or if there a function that I can use?
    thanks, Eddie

    thanks Panda. Just to clarify.
    I have about 100 customer ids, sorted against a rating value high to low.
    I put this in the section expert as a formula for next page after for the section.
    nothing seemed to happen.
    Did I place formula in correct location? I couldn't find an appropriate location in Charting options - I haven't got my head around why I would put this formula in section expert yet and not mention the chart.
    I am running crystal xi rel2.
    thanks, Eddie

  • Simple chart example needed

    Hi
    I'm looking for a simple example of how to create a chart in XML Publisher. So far all my attempts have failed (and I've been trying for two days). In fact simple examples would be of use in all Oracle's pages.
    I have tried my own XML data, data from the XML Publisher forums, etc. but the chart wizard either comes up with a Java error or the chart has only one series showing.
    Is there a specific format that the chart xml has to be in? Do you have to use a grouping?
    The XML Publisher Desktop "Template Builder for Word Tutorial.doc" file mentions the "RetailSales.xml" file and explains how to create a chart with this, but sadly this file is nowhere to be found in the installation directory or the web.
    A simple step by step example somewhere would be much appreciated. Thanks a lot for a wonderfull tool like XML Publisher, by the way.
    Thanks

    Checkout the CoDash.rtf file from the xmlpserver\reports\Executive\Sales Dashboard folder. This report is standard there when you installed XML Publisher Enterprise Edition.
    This report contains several charts and all the definitions of the chart are location in the properties of the chart under the Web tab.
    eg.
    chart:
    <Graph graphType="PIE">
    <Title text="" visible="true" horizontalAlignment="CENTER"/>
    <LocalGridData rowCount="{count(xdoxslt:group(.//ROW, 'SALESREP'))}" colCount="1">
    <RowLabels>
    <xsl:for-each-group select=".//ROW" group-by="SALESREP">
    <xsl:sort select="SALESREP"/>
    <Label><xsl:value-of select="current-group()/SALESREP"/></Label>
    </xsl:for-each-group>
    </RowLabels>
    <DataValues>
    <xsl:for-each-group select=".//ROW" group-by="SALESREP">
    <xsl:sort select="SALESREP"/>
    <RowData>
    <Cell><xsl:value-of select="sum(current-group()/ORDER_TOTAL)"/></Cell>
    </RowData>
    </xsl:for-each-group> </DataValues>
    </LocalGridData>
    </Graph>
    for a pie chart
    Marcos

  • Simple Charting Driving Me To Death!!!!!!!!!!!!! !_!

    I have seen quite a few threads on this and I frankly don't even understand them as I am fairly knew to spreadsheets. Could someone show me how to do this:
    Every week I count how many mice are in my toaster and this is my data,
    No. Mice Week
    12 1
    11 2
    15 3
    10 4
    For some obscure reason numbers is unable to plot that into a simple bar chart with weeks on the bottom and mice toasted up the side. It chooses instead to have a color for Mice and one for weeks and not display any data at all.
    Thank you and please help before I am beyond rescue.
    P.S I don't toast mice or count them weekly I was using it as an example. Thank you for your understanding.

    Use the Row and Column Headers to structure your table. Label the first column-head "Week" and the second column-head "Mice". Then, Label the second row-head "1", third row-head "2", etc.. Now, enter your values for each respective week/row in the "mice" column. Plot the results and presto-chango. I hope this helps.

  • Semi-Simple Chart -- getting started help requested

    I am trying to make a smiple chart with years, campuses, and number of students. The x axis would be years, the y axis the number of students, and for each campus, a line horizonally displaying the change across time of the number of students. I don't know before hand how many campuses I will have, and I have looked for a way to represent these three values using something with the flash chart, but with no luck. Can someone direct me to either an example or some documentation on how to approach this? I looked at some anychart documentation and even built an html header with a function in it that should build a chart (I created a region to call that function), but it doesn't show up. I was thinking that I could pass the function variables that could build my chart on the fly, but even that effort hasn't gone anywhere. Please help.
    TIA,
    Deb

    JavaServer Faces requires an environment that supports at least Servlet 2.3 and JSP 1.2. It will not run on any server that supports Servlet 2.2 or earlier only. Any J2EE 1.3 or later app server meets these criteria, but it's not required (for JavaServer Faces) that you have a full J2EE server unless you need those facilities (such as EJBs) for your applications.
    The Java Web Services Developer Pack includes Tomat 5, or you can use an existing Tomcat installation (must be 4.1 or 5.0). Tomcat is pretty easy to set up (especially if you just use it standalone, and not try to run it behind the Apache HTTPD server).
    Craig MClanahan

  • Simple chart data tip question

    Hi,
    If i have a graph with let's say month names on x-axis and some numeric values on y-axis, when over specific chart item tooltip displays both month name and numeric value. How can i achive that tooltip displays only let's say numeric value (y-axis value) and not also month name (x-axis value)?
    Thanks in advance,
    Best regards

    Yes as above and as below.  Calling you dataTipFunction from the Chart tag, whatever type of chart it may be.
    <?xml version="1.0" encoding="utf-8"?>
    <mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" >
        <mx:Script>
            <![CDATA[
            import mx.charts.HitData;
    import mx.collections.ArrayCollection;
            [Bindable]
            private var expensesAC:ArrayCollection = new ArrayCollection( [
                { Month: "Jan", Profit: 2000, Expenses: 1500, Amount: 450 },
                { Month: "Feb", Profit: 1000, Expenses: 200, Amount: 600 },
                { Month: "Mar", Profit: 1500, Expenses: 500, Amount: 300 },
                { Month: "Apr", Profit: 1800, Expenses: 1200, Amount: 900 },
                { Month: "May", Profit: 2400, Expenses: 575, Amount: 500 } ]);
                 private function myDataTipFxn(hd:HitData):String {
                        var dt:String = "Profit = " + hd.item.Profit;
                        return dt;
            ]]>
        </mx:Script>
        <mx:LineChart id="linechart" color="0x323232" height="259"
           showDataTips="true" dataProvider="{expensesAC}"
           dataTipFunction="myDataTipFxn" x="88.5" y="63">
           <mx:horizontalAxis>
               <mx:CategoryAxis categoryField="Month"/>
           </mx:horizontalAxis>
           <mx:series>
               <mx:LineSeries yField="Profit" form="curve" displayName="Profit"/>
               <mx:LineSeries yField="Expenses" form="curve" displayName="Expenses"/>
               <mx:LineSeries yField="Amount" form="curve" displayName="Amount"/>
           </mx:series>
        </mx:LineChart>
    </mx:Application>

  • Save a dynamic form correctly

    OK, now this should be simple, but proving difficult.
    I have a form, that has various YES/NO question sets, which then unhide additional questions sets in sub-forms that are hidden at the outset.
    Now although when the form is "distributed" it works fine, and saves all client data, in the YES/NO box, to see what was entered, you have to check the NO box, then check the YES box to unhide. All the info has been saved in the sub-form so I'm half way there!
    This makes the form useless for customer completion tho, as if saving midway, when they go back to finalise the form, the dynamicly created additional questions sets in the sub forms cannot be seen.
    It's beginning to really p&£s me off now, as I have to get this form up & running ASAP and have been working on thsi issue on and off for some time now.
    Answers very much appreiated.

    Did you set the "Preserve Scripting Changes to form when saved" to Automatically in the File/Form Properties/Defaults tab?
    paul

  • Chart drill down

    Hi,
    I have a line chart and this is what I need to do:
    When an user outlines a shape over the line chart using his
    mouse, I need to be able to capture the min/max X,Y values as
    defined(enclosed) by the shape and perform some action.
    Is there a way to do this in flex?
    Thanks
    Andy

    I'm having the same issue. Can you respond with a simple example of what to pass in the link? The following example of a flash chart on OTN (as well as the other examples I've found) only pass null in the link.
    SELECT NULL link,
    sales_month value,
    revenue "Hardware"
    FROM (
    SELECT TO_CHAR(o.order_date,'Mon YY') sales_month,
    SUM(oi.quantity * oi.unit_price) revenue,
    TO_DATE(to_char(o.order_date,'Mon YY'),'Mon YY') sales_month_order
    FROM OEHR_PRODUCT_INFORMATION p,
    OEHR_ORDER_ITEMS oi,
    OEHR_ORDERS o,
    OEHR_CATEGORIES_TAB ct
    WHERE o.order_date <= (trunc(sysdate,'MON')-1)
    AND o.order_date > (trunc(sysdate-365,'MON'))
    AND o.order_id = oi.order_id
    AND oi.product_id = p.product_id
    AND p.category_id = ct.category_id
    AND ct.category_name like '%hardware%'
    GROUP BY TO_CHAR(o.order_date,'Mon YY')
    ORDER BY sales_month_order
    I can pass page items with no problem but trying to pass data from the result set the chart is based on it proving difficult.
    None of the syntax I've tried seems to pass the content of the "value" field the flash chart is based on to the new page. I've tried any of a number of ways (see below) but none of them pass the value.
    The following passes the literal "value" to page 64
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,:value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,&value.'
    The following generates an error (really thought this was the answer)
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,' || value
    Some targeted help would be most appreciated.
    Regards,
    Mike

  • Chart drill-down based on series

    I have a flash chart with multiple series, which are all retrieved by a single query, due to performance issues. Is there any way to build a drill-down link, which is dependent on series that user clicks. I guess I am looking for a system variable to reveal the series id, user clicks.

    I'm having the same issue. Can you respond with a simple example of what to pass in the link? The following example of a flash chart on OTN (as well as the other examples I've found) only pass null in the link.
    SELECT NULL link,
    sales_month value,
    revenue "Hardware"
    FROM (
    SELECT TO_CHAR(o.order_date,'Mon YY') sales_month,
    SUM(oi.quantity * oi.unit_price) revenue,
    TO_DATE(to_char(o.order_date,'Mon YY'),'Mon YY') sales_month_order
    FROM OEHR_PRODUCT_INFORMATION p,
    OEHR_ORDER_ITEMS oi,
    OEHR_ORDERS o,
    OEHR_CATEGORIES_TAB ct
    WHERE o.order_date <= (trunc(sysdate,'MON')-1)
    AND o.order_date > (trunc(sysdate-365,'MON'))
    AND o.order_id = oi.order_id
    AND oi.product_id = p.product_id
    AND p.category_id = ct.category_id
    AND ct.category_name like '%hardware%'
    GROUP BY TO_CHAR(o.order_date,'Mon YY')
    ORDER BY sales_month_order
    I can pass page items with no problem but trying to pass data from the result set the chart is based on it proving difficult.
    None of the syntax I've tried seems to pass the content of the "value" field the flash chart is based on to the new page. I've tried any of a number of ways (see below) but none of them pass the value.
    The following passes the literal "value" to page 64
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,:value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,&value.'
    The following generates an error (really thought this was the answer)
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,' || value
    Some targeted help would be most appreciated.
    Regards,
    Mike

  • Drill-Down Chart on Form

    Hi,
    even if I use og.mousedown in a wnen-mouse-click trigger , I cannot take information
    from clicking on a slice of a pie graphic in order to
    use
    og.getcharparam( ) ;
    The graphic is based on a block of the form.
    error og-00064 and og-00609;
    Thanks for help.
    Aldo Sansone

    I'm having the same issue. Can you respond with a simple example of what to pass in the link? The following example of a flash chart on OTN (as well as the other examples I've found) only pass null in the link.
    SELECT NULL link,
    sales_month value,
    revenue "Hardware"
    FROM (
    SELECT TO_CHAR(o.order_date,'Mon YY') sales_month,
    SUM(oi.quantity * oi.unit_price) revenue,
    TO_DATE(to_char(o.order_date,'Mon YY'),'Mon YY') sales_month_order
    FROM OEHR_PRODUCT_INFORMATION p,
    OEHR_ORDER_ITEMS oi,
    OEHR_ORDERS o,
    OEHR_CATEGORIES_TAB ct
    WHERE o.order_date <= (trunc(sysdate,'MON')-1)
    AND o.order_date > (trunc(sysdate-365,'MON'))
    AND o.order_id = oi.order_id
    AND oi.product_id = p.product_id
    AND p.category_id = ct.category_id
    AND ct.category_name like '%hardware%'
    GROUP BY TO_CHAR(o.order_date,'Mon YY')
    ORDER BY sales_month_order
    I can pass page items with no problem but trying to pass data from the result set the chart is based on it proving difficult.
    None of the syntax I've tried seems to pass the content of the "value" field the flash chart is based on to the new page. I've tried any of a number of ways (see below) but none of them pass the value.
    The following passes the literal "value" to page 64
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,:value'
    The following generates an error...
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,&value.'
    The following generates an error (really thought this was the answer)
    '/pls/apex/f?p=&APP_ID.:64:&SESSION.::&DEBUG.:RP,64:P64_FROM_DATE,P64_CURR_STS,P64_PARAM:&P63_START_DATE.,2,' || value
    Some targeted help would be most appreciated.
    Regards,
    Mike

  • An Open Letter To Apple Regarding iTunes' Lack Of Simple Functionality

    Why, when you select, "Convert Selection To AAC," does it not do what it says? It certainly does not convert anything! Instead, it COPIES the .mp3 file and redundantly places it BACK into the library creating an abundance of duplicates (along with the original .mp3 that can't be played on my iPod - thereby further cluttering my library with "duplicates."
    Why isn't there a simple "prune" function that will let you automatically (think large scale - think 70 GB Library!!) delete duplicates based on user preferences (IE: if duplicate's bitrate is <128, then delete - or base it on date. Build the functionality in for us to choose)!!??
    This would be VERY easy to implement and it would certainly make your customer base A LOT happier!
    Why doesn't my iPod actually sync 100% with what's in my library? I've tried to trace this down but it's a flakey bug that I can't figure out with my limited intelligence/abilities. Surely you have an IV&V dept. of some kind there? Please figure this bug out. I paid for all of my music (I have a LOT of CD's...), I paid a LOT for this iPod - I'd really like to have 100% functionality. I don't think this is an unreasonable expectation.
    Why, when you select, "Convert Selection To AAC," and the conversion process encounters an error during "conversion" does the conversion not SKIP to the NEXT file and document the failure on the previous file? Maybe run a log of the problematic files? Again, think BIG LIBRARY that takes a FEW DAYS to convert.
    This particular lack of function takes an already cumbersome task and turns it into an insurmountable one. Picture this scenario: It's late one night, I start the process, go to bed, but find out in the morning that 2.5 hours into the AAC conversion the whole thing failed because it didn't like ONE .mp3 file.. OK, I delete the file, RESTART the process the next day [early morning] only to return home from work to see that 4 hours after I left for work it bombed out again on another .mp3 it didn't like! Can you see where this might start to be irritating????
    This brings me to my next observation of lack of basic functionality:
    Duplicates are PILING UP AT THIS POINT! Because it's started "converting" and keeps failing on a random file every few hundred .mp3's and just stops, I have to start ALL over again, therein producing MORE duplicates that I have to manually delete.
    Also, why won't iTunes let me get song info "Advanced/Get CD Track Info" for files that I didn't purchase? It's really petty to take away that functionality just because we didn't buy the music through you. Your (whomever's...) database will (should!) still ID a song. Let us have that functionality. The goal here is to have a clean USABLE library that's properly indexed. You are intentionally sabotaging basic functionality!
    I ask anyone to provide insight on what I've written. You're welcome to call me a fool but I believe I've been as un-accusatory as possible and stated literal facts.
    Also, anyone that has found a work-around to any of these problems is especially encouraged to respond.
    Thanks for taking the time to read this!
    All the best,
    Ed Traylor ([email protected])

    You need to utilize Google a bit more. Get yourself ed-u-m-cated on music Codecs, database management also even iTunes. Even browsing these Discussions would give you some of the answers you desperately require.
    "Why, when you select, "Convert Selection To AAC," does it not do what it says?"
    It does that exactly. It converts the song into the new format. It never indicated that it would (or would not) replace the song for you. In fact, many of us would not like that feature as we usually convert Lossless files to various other Lossy files retaining both. No way would I like my Lossless file to be deleted. Adding another option switch could be done but only makes the iTunes program more complicated and easy to misuse.
    "Why isn't there a simple "prune" function that will let you automatically (think large scale - think 70 GB Library!!) delete duplicates"
    Simple concept, but difficult to program in the computer world due to the varying definitions of 'duplicate'.
    See: http://discussions.apple.com/click.jspa?searchID=-1&messageID=1811139 .
    Also see this for some workarounds: http://discussions.apple.com/click.jspa?searchID=-1&messageID=1823390 .
    "Why doesn't my iPod actually sync 100% with what's in my library?"
    Hard to diagnose given the lack of info provided by you. Perhaps you have some problems with your purchased music. Perhaps you have some formats that iTunes can play but the iPod cannot. You need to do more investigation into the types of songs that do not transfer. Start a new topic with your question and some detailed obsevations.
    "Why, when you select, "Convert Selection To AAC," and the conversion process encounters an error during "conversion" does the conversion not SKIP to the NEXT file and document the failure on the previous file?"
    Lookee here...A valid criticism. This would be a nice feature to add, but you may want to question yourself as to why you are converting all the MP3s to AAC. You're not gaining anything audio-wise, and are losing music quality. See: http://discussions.apple.com/click.jspa?searchID=-1&messageID=1823513
    "Also, why won't iTunes let me get song info "Advanced/Get CD Track Info" for files that I didn't purchase?"
    It does - only for tracks ripped from commercial CDs. This is not an iTunes limitation, but a CDDB (Gracenote) limitation (again, Google will help you here) based on how commercial CDs and their music tracks are identified. Any music program will have the same problem. Obviously, you are not trying to identify songs ripped directly from a commercial CD.
    "You're welcome to call me a fool"
    You're not a fool, but you could have done more research before you launched your post.

  • Print-time charting with shared variables on a report without groups...

    hello all,
    I have an interesting conundrum; I am working on a report (Crystal XI) with no groups to it, just several subreports. Presently the report is run weekly and sent to the manager of one of our departments.
    The report itself showcases all areas of the department with total tasks, longest outstanding task, average days outstanding, MTD tasks completed, and YTD tasks completed. Due to the variety of tables the data pulls from, I have it set up as subreports that simply display the data.
    All total, there are 20 different shared variables that have been obtained from 10 different subreports. I have the shared variables set as the running totals from the subreports (hence, all are print time). Since the running totals and all the subreports are time based and are not actually linked to ANYTHING on the main report, I am struggling with how to set up the formulas described in the white paper, "Charting on Print Time Formulas".
    The setting up of the two formulas ({@onchngof} and {@showval}) will be different for my situation, as all of the subreports run off of date information relative to when the report is ran. I've got all of the subreports that the shared variables originate in early in the report; but where to from here?
    Would I set up maybe a date grouping or some other non-essential consistent grouping to make it work? The way this report is, it really doesn't need grouping, because the main report is just a display agent for the subreports...
    As always, any help is greatly appreciated!

    Let me ask couple of questions before trying to resolve this.
    1. The chart you are trying to built is placed in which section and is it on Main report or sub-report of its own. This is needed because if you are trying to access shared variables values in Main report, the section should be below the sub-report placed sections.
    2. Try pacing few test formulas in Main report and make sure the correct values are being pulled in on Main report.
    If you are successfully pulling the variable values on the report, try creating a simple chart in report footer with the values you have pulled and see if its taking you somewhere...
    Would need more information on how those variables are being accessed form sub to main or sub to other sub for example are you making an array of those variables and splitting or bringing it in as separate...

Maybe you are looking for

  • IPod Nano 7th Generation will not turn on

    My 10 month old iPod Nano 7th Generation will not turn on - all of a sudden. All songs on the device have disappeared. Shows in iTunes - even shows as having a fully charged battery. Holding Home Button and Sleep/Wake button down, even for a long tim

  • Suspend not working anymore after Kernel Update

    Hello, since I updated from 3.1.5 to 3.1.7 this morning the suspend functionality of my laptop does not seem to work anymore. I am using this command to suspend: echo "mem" > /sys/power/state After the laptop did something, the screen switches to the

  • How to change my windows laptop to a mac os

    I have a Windows 7 laptop and i would love to convert it to the newest Mac OS could somone tell me where and how to get it. much appreciated.

  • 10.6.5 didn't solve my problem

    I've been seeing all the news that 10.6.5 supposedly solves the display problem. Well, I just got a grey-yellow screen, which is the 4th episode overall of my MBA 13" freezing overall. Anyone else still seeing this issue?

  • ACS 4.2.1 AND WINDOWS 7

    HI all,            We are having some authentication issues with windows 7. The issue some windows 7 machine fails randomly. We are using ACS 4.2.1 MS-PEAP with machine authentication, every now and then a pc fails to authen. And the log always show