Help needed in WAD charts Creation

Hi Gurus,
I have chosen the "charts" Web item into the layout. In the chart edit or Properties i am not able to find an option to choose the characteristics and Keyfigures in the Axis.
Example :  Rows :
                1) material
                2) plant
                3) material Type
                4) Week Beginning
and          Columns:
              1) consumption
              2) receipts
              3) Total Inventory
I need the chart to be based on the Week beginning( characteristic) and this characteristic values should be displayed in the X-axis. 
The key figures value should be displayed as columns.
I dont see any options to choose the characteristics and key figures in x and y axis in the chart designer. Please let me know or any how to documents on this.
Regards,
Satish

Hi  Satish,
Please study the following which may help you creating the chart.
If it helps, please grant me points.
Regards,
Subha
Changing the Display: Table, Chart, Table and Chart
In your Web application, you want to be able to display data in a table or graphic, similar to in the Web Analyzer.
You can do this by using the Dropdown Box Web item and linking the commands for showing and hiding Web items to it:
       1.      Insert the Analysis and Chart Web items into your Web template. Set the required parameters and link both Web items to the same data provider. For the initial display type, set the Visibility parameter of the Chart Web item to Hidden.
       2.      To allow users to toggle the display type, choose the Dropdown Box Web item and drag it to your Web template using drag and drop.
       3.      Choose the data binding type Fixed List of Options from the parameter list for the Web item. This allows you to define your own commands for each entry in the dropdown box.
       4.      In the fixed list of options, enter a text (such as "table") in the Description of Selection field. This text can be language-dependent.
       5.      For the corresponding command, call the command wizard by choosing the pushbutton (see Commands).
       6.      On the All Commands tab page, choose Commands for Web Items. Select the command Set Web Item Parameters (SET_ITEM_PARAMETERS) and double-click it to choose it.
       7.      Since the table must be switched to visible to select the table display type in the Web application, choose the Analysis Web item for Target Web Item. All parameters for the Analysis Web item are now displayed.
       8.      Set the Visibility parameter (VISIBILITY) to Visible (VISIBLE). Do not accept the default value.
       9.      Since the graphic display must be switched to hidden to select the table display type in the Web application, choose Next Command in the command wizard.
   10.      Insert the Set Web Item Parameters (SET_ITEM_PARAMETERS) command again.
   11.      This time, choose the Chart Web item as the target Web item and set the Visibility parameter (VISIBILITY) to Hidden (HIDDEN). Do not accept the default value.
   12.      Repeat steps four to eleven for the dropdown box entries Chart (switch Analysis Web item to hidden, Chart Web item to visible) and Table and Chart (switch Analysis Web item and Chart Web item to visible).
Regards,
Subha

Similar Messages

  • Help needed on online theme creation for mobile phones

    Hello everybody,
    I want to create an web application which will create themes for different mobile phones. In that application end user can upload jpg/gif images of there choice and select the mobile phone make like Nokia and also the model number like 6030. After that they can create their desired theme by clicking on a button and also can download it.
    My main problem is how to convert an image into a mobile phone theme (*.thm or *.nth or *.sis).
    Can anybody give any suggestion on this matter?
    Thanks in advance.
    Tanmoy

    Hi everybody,
    My main problem is how to convert an image into a mobile phone theme (*.thm or *.nth or *.sis).
    Please give me any guideline that I can proceed.
    Help needed.
    Thanks in advance.
    Tanmoy

  • Help needed to create chartes in bw

    Hello
      i have charecter IO matid, salesorder, KF-IO price, quantity..
    I want a graphical representation in BEx.
    how can i do that?
    and
    BDS – Business Document Store --what it is? and where can i get the info on it?
    kasinath

    Hi kasinath,
    BDS is the storage place for all documents, like templates, iamges, documentation created for BW objects etc. BDS has its own user interface — Business Document Navigator (BDN) — which contains all essential BDS features. Check out:
    http://help.sap.com/saphelp_nw04/helpdata/en/dd/f5253715dfb808e10000009b38f889/content.htm
    You can create charts in the web reports. First you need to set up the BW query with the desired InfoObjects. The you need to open up the web application designer and create a web template with the chart icon. Assign your BEx query as the data provider for  this. Check out the following for more info:
    http://help.sap.com/saphelp_nw04/helpdata/en/44/b26a3b74a4fc31e10000000a114084/content.htm
    Hope this helps..please do not hesitate to assign points for all posts that have helped you.

  • Help needed for Pie chart rendering

    Hi All,
    I have a question related with pie chart rendering. I tried this example with manual node creation. This worked fine for me. After that i tried to change using array concept. But i held up with one issue.
    var mySeq = [50, 100, 75];
    var angleSeq = [0, 80, 240]
    var angle = 360;
    var total = 225
    The Arc length is calculated as 0-80, 80-240, 240-360 respectively.
    So created another
    My the Arc creation code is looking like that,
    For (i in mySeq)
    Arc {
    centerX: 200
    centerY: 200
    radiusX: 200
    radiusY: 200
    startAngle: ? // For first this should be 0, second 80 and third 240
    length: (i*angle)/total //For first 80, second 160 and third 120
    type: ArcType.ROUND
    fill: Color.BLACK
    How to define the startAngle dynamically. I tried with another array like
    For (I in mySeq, j in angleSeq). Then I bind the value of j to startAngle. But no positive result for me.
    Can anyone help me on this issue?
    This is my first try with JavaFX. So i want to finish this successfully. Please help me

    Try this:
    var mySeq = [50, 100, 75];
    var angleSeq = [0, 80, 240];
    var angle = 360;
    var total = 225;
    for (i in mySeq) {
        for( j in angleSeq ){
            Arc {
                startAngle: j
                length: (i * angle) / total //For first 80, second 160 and third 120
                type: ArcType.ROUND
                fill: Color.BLACK
    }or
    var N = 3;
    for (n in [0..N-1])
            Arc {
                startAngle: angleSeq[n]
                length: (mySeq[n] * angle) / total //For first 80, second 160 and third 120
                type: ArcType.ROUND
                fill: Color.BLACK
            }

  • Your help needed: Survey on Website Creation

    We are final year MBA students at the Foster School of Business, University of Washington (Seattle, WA). We are doing a study on tools used for website creation, and would appreciate your input. The survey shouldn't take more than 5 minutes. Thank you!
    https://catalyst.uw.edu/webq/survey/sksonpal/238204

    917442 wrote:
    Dear all,
    We are having trouble finding a work-around that allows external suppliers to access our Oracle site without being on the internal client network. The problem is as follows:
    After issuing an RFQ, suppliers receive an email with a link to the client RFQ on the Oracle Production site. Clicking the link, suppliers receive an error message saying the link is broken, because they are not on the internal network of the client, and thus cannot access Oracle Production for answering the RFQ.
    Oracle sits on the client intranet, and we are looking for something that would allow us to put certain elements (i.e. RFQ) onto the internet for all clients with a username and password to access. If you know of a work-around for this, please contact me asap.
    Thanks, in advance, for your help!
    MatI think you need to implement isupplier for this...
    let us also wait for others to comment
    Mahendra

  • Help needed for automatic batch creation for by-products(PP-PI)

    Hi,
    In the Goods Recpt tab in transaction COR1, we have a field for creating a batch manually for the header material. On clicking on create, a pop up is generated whch facilitates creation of batch for the header material.
    At this point, if i go to the material list, I would like to see the same batch number ( same as header) written against the BY-Products.
    Essentially, when i create a batch for the header material, it should also create a batch with the same number for the by-product and populate the same in the materials tab.
    One important thing to note here is that when we click on create batch icon, the data is stored in a structure and the batch is actually created only when the process order is saved.
    Please advise if this can be achived by some standard settings in SAP or do we need to change the standard code. If later is the case, please advise about the point where to insert the required code. I have found a user exit at the point where batch numbe is created manually.
    Please advise.

    As per SAP Batch definition Batch is the quantity or partial quantity of a certain material or product that has been produced according to the same recipe, and represents one homogenous, non- reproducible unit with unique specifications. So logically you cannot have same batch number for two materials.
    If you want to find out the relation between batches of header material and by product that is produced during production, you can use Batch Information Cockpit.
    To see batch details in Batch Cockpit (T-code: BMBC), You have activate Batch where used function in IMG using path : Batch management-->Batch Where used list --> make setting for batch where used list.
    Regards,
    Sachin

  • Help need for stacked chart in apex 4.1

    I have formed the query for stacked chart (3D or 2D) in APex Ver 4.0.2.00.09 and i have also set the legend display .... Chart is build sucessfully.
    What i expect is when i place the mouse on the each stack in the chart it should say the legend type and corresponding values, instead it shows X axis title and corresponding values.....
    The same query used in Apex Ver 3.2 and its working fine.
    Could anyone please help on this ??
    Regards,
    Manoj

    Hi Maheswara
    I could finally login to APEX. I followed the steps in the forum APEX 3.0  "Invalid Login Credentials" after install and it worked for me.
    I would mention the steps here again for the benefits of others who might encounter the same issue.
    alter user APEX_040100 account unlock;
    ALTER USER APEX_040100 IDENTIFIED BY oracle#123
    Log in as APEX_040100 user and run the below given PL/SQL block.
    begin
    wwv_flow_api.set_security_group_id(p_security_group_id=>10);
    wwv_flow_fnd_user_api.create_fnd_user(
    p_user_name => 'admin2',
    p_email_address => '[email protected]',
    p_web_password => 'admin2') ;
    end;
    commit
    alter user APEX_040100 account lock;
    Now log in as ADMIN2/admin2 and you can change the password of ADMIN user. In my case when I went to the page to reset my ADMIN account I saw it was marked as "Expired". I don't know why it was set up like that in first place.
    Thanks
    Raj

  • Expert Help Needed for Preventive Plan Creation

    Hi,
    I'll need to set up a preventive maintenance plan for a performance based cycle which has a different task for 2500hrs, 5000hrs and 7500hrs with a single measuring point. How should I set up using strategy plan (IP42)? Following is the example of counter reading and its tasks to performed:-
    2500H - Task 1
    5000H - Task 2
    7500H - Task 3
    10000H - Task 1
    12500H - Task 2
    15000H - Task 3
    17500H - Task 1
    20000H - Task 2
    22500H - Task 3
    Every 2500H will have a task. And each task will repeat itself from task 1 then 2 then 3 and go back to task 1 again when cycle due. Appreciate any help and advice from you guys.
    David

    David
    you can create a strategy in ip11 with the below hierachy and assign it to task list.  show you a sample:
    package 1  2500hrs  hierarchy = 1 (H1)
    package 2  5000hrs  hierarchy = 2 (H2)
    package 3  7500hrs  hierarchy = 3 (H3)
    Then assign the above package to task 1, task 2, task 3 in opration tab page of ia06, after that the system should work as you expected.
    Hope it helpful.
    Regards,
    Jane

  • Help Needed in Manual DB Creation

    Hi,
    I'm creating database manuall using Oracle 10 on windows platform
    first I set Oracle_sid then,
    I started the services using oradim utility by proving instance name along with password the I connect to sqlplus as
    salplus /nolog
    SQL> connect sys/password as sysdba (Note: in password I provide passowrd)
    afterwards It give me error of Ora:12560: TNS adaptor unavalible
    why is this so, as I'm going to start an instance.
    Kindly help me in this.
    Regsrds,
    D.Abbasi

    Administrator own software software binareries and database is created on same single PC under administrator account
    SET give following result
    ALLUSERSPROFILE=C:\Documents and Settings\All Users
    APPDATA=C:\Documents and Settings\Administrator\Application Data
    CLASSPATH=.;E:\SUN\Java\jre6\lib\ext\QTJava.zip
    CLIENTNAME=Console
    CommonProgramFiles=C:\Program Files\Common Files
    COMPUTERNAME=VIRTUAL
    ComSpec=C:\WINDOWS\system32\cmd.exe
    FP_NO_HOST_CHECK=NO
    HOMEDRIVE=C:
    HOMEPATH=\Documents and Settings\Administrator
    LOGONSERVER=\\VIRTUAL
    NUMBER_OF_PROCESSORS=1
    oracle_sid = sales
    OS=Windows_NT
    Path=C:\oracle\product\10.2.0\db_1\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS
    \System32\Wbem;C:\Program Files\QuickTime\QTSystem\;E:\SUN\Java\jdk1.6.0_13\bin;
    E:\SUN\J2EE\SDK\bin
    PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
    PERL5LIB=C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWin32-x86;C:\oracle\prod
    uct\10.2.0\db_1\perl\5.8.3\lib;C:\oracle\product\10.2.0\db_1\perl\5.8.3\lib\MSWi
    n32-x86;C:\oracle\product\10.2.0\db_1\perl\site\5.8.3;C:\oracle\product\10.2.0\d
    b_1\perl\site\5.8.3\lib;C:\oracle\product\10.2.0\db_1\sysman\admin\scripts;
    PROCESSOR_ARCHITECTURE=x86
    PROCESSOR_IDENTIFIER=x86 Family 15 Model 2 Stepping 9, GenuineIntel
    PROCESSOR_LEVEL=15
    PROCESSOR_REVISION=0209
    ProgramFiles=C:\Program Files
    PROMPT=$P$G
    QTJAVA=E:\SUN\Java\jre6\lib\ext\QTJava.zip
    SESSIONNAME=Console
    SystemDrive=C:
    SystemRoot=C:\WINDOWS
    TEMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    TMP=C:\DOCUME~1\ADMINI~1\LOCALS~1\Temp
    USERDOMAIN=VIRTUAL
    USERNAME=Administrator
    USERPROFILE=C:\Documents and Settings\Administrator
    windir=C:\WINDOWS

  • Need info on Chart Creation in Apex

    Hi All,
    My requirement is that I have a set of questionnaire to be answered by people (as "Yes" or "No" or "Cant Say") who login to the application.The administrator login will have the access to view all the answers polled by people who logged-in.Now I want to see this data pictorially in the form of a chart where the Y-Axis displays the "Question" and the X-Axis should show me the number of people who answered the question as "Yes" or "No" or "Can't Say".
    Right now I am able to see the number of people who polled the answers for each of the questions but not the answers polled by them.
    In simple terms I want Y-Axis to represent the Question and X-Axis to have "Percentage Stacked Bar" indicating the percentage of answers for "Yes", "No" and "Can't say".
    Is there a way I can achieve this?
    Kindly comment.
    Regards,
    Lovely Krishna

    Hello,
    If you use the EHP4 in BBP_BACKEND_DEST, it means that ESOA will be used to transfer POs to ECC in case of classic scenario.
    Also, it will be possible to use central contracts and perform the contract distribution from SRM to ECC.
    If EHP3 is used, RFC will be used to create POs in classic scenrio.
    Regards,
    Ricardo

  • Need help in creating a chart from 3 datasets

    Need help in creating a chart in SSRS from 3 datasets
    Can someone help me in creating a chart from 3 datasets, however datasource is same.

    Thank you Olaf...
    could anyone help me in using union all with the below
     WITH a AS (
    SELECT
    clientid,
    DATEPART(year, row_date) AS 'Year',
    DATEPART(month, row_date) AS 'Month',
        value ,
        CASE metricid WHEN 16 THEN 'FCR' ELSE 'Cases' END AS metric
    FROM XXXXXX AS V
    WHERE metricid IN (16, 11)
    AND row_date BETWEEN '2012-01-01' AND '2014-10-01'
    AND value IS NOT NULL)
    , b AS (
    SELECT     clientid ,
        Year ,
        Month ,
        value AS 'Cases',
        metric 
    FROM a
    WHERE metric = 'cases')
    , c AS (
    SELECT     clientid ,
        Year ,
        Month ,
        value AS 'FCR',
        metric  
    FROM a
    WHERE metric = 'FCR')
    , d AS (
    SELECT b.YEAR, b.MONTH, c.FCR, b.Cases 
    FROM b INNER JOIN c 
    ON c.clientid = b.clientid
    AND c.[YEAR] = b.[year] 
    AND c.[month] = b.[month]
    WHERE c.fcr <> 0 AND b.cases <> 0
    ,E AS (
    SELECT [Year], [Month], SUM(FCR) AS FCR, SUM(Cases) AS Cases
    FROM d
    GROUP BY [Year], [Month])
    select YEAR, MONTH, 
    CASE MONTH 
    WHEN 1 THEN 'Jan'
    WHEN 2 THEN 'Feb'
    WHEN 3 THEN 'Mar'
    WHEN 4 THEN 'Apr'
    WHEN 5 THEN 'May'
    WHEN 6 THEN 'Jun'
    WHEN 7 THEN 'Jul'
    WHEN 8 THEN 'Aug'
    WHEN 9 THEN 'Sep'
    WHEN 10 THEN 'Oct'
    WHEN 11 THEN 'Nov'
    WHEN 12 THEN 'Dec'
    END AS MonthName
    ,e.FCR AS FCRCases
    ,e.Cases AS TotalCases
    ,CASE 
    WHEN [month] IN (11, 12, 1) THEN 1
    WHEN [month] IN (2, 3, 4) THEN 2
    WHEN [month] IN (5, 6, 7) THEN 3
    WHEN [month] IN (8, 9, 10) THEN 4
    END AS 'Quarter'
    --,CONVERT(DECIMAL(18, 2),(e.FCR/e.Cases)*100) AS FCRRaw
    from e
    order by YEAR, MONTH
    **************2nd query*************
    WITH a AS (
    SELECT
    clientid,
    DATEPART(year, row_date) AS 'Year',
    DATEPART(month, row_date) AS 'Month',
        value, 
        CASE metricid WHEN 56 THEN 'numerator' ELSE 'denominator' END AS metric
    FROM XXXXXXX.[Values] AS V
    WHERE metricid IN (56, 10)
    --WHERE metricid IN (11,16)
    AND row_date BETWEEN '2013-10-01' AND '2014-02-01'
    AND value IS NOT NULL)
    , b AS (
    SELECT     clientid ,
        Year ,
        Month ,
        value AS 'numerator',
        metric
    FROM a
    WHERE metric = 'numerator')
    , c AS (
    SELECT     clientid ,
        Year ,
        Month ,
        value AS 'denominator',
        metric
    FROM a
    WHERE metric = 'denominator')
    , d AS (
    SELECT b.YEAR, b.MONTH, c.denominator, b.numerator 
    FROM b INNER JOIN c 
    ON c.clientid = b.clientid
    AND c.[YEAR] = b.[year] 
    AND c.[month] = b.[month]
    WHERE c.denominator <> 0 AND b.numerator <> 0
    , e AS (
    SELECT [Year], [Month], SUM(numerator) AS numerator, SUM(denominator) AS denominator
    FROM d
    GROUP BY [Year], [Month]
    SELECT *, 
    CASE 
    WHEN [month] IN (11, 12, 1) THEN 1
    WHEN [month] IN (2, 3, 4) THEN 2
    WHEN [month] IN (5, 6, 7) THEN 3
    WHEN [month] IN (8, 9, 10) THEN 4
    END AS 'Quarter'
    FROM e
    ORDER BY 1,2
    ******************3rd query**************
    WITH a AS (
    SELECT --L.[LocationGroupId],
    -- T.locationid,
    -- T.AccountId,
    TR.datestamp,
    /*Convert(NVARCHAR, DatePArt(year, TR.datestamp)) + '-' + Convert(NVARCHAR, DatePArt(month, TR.datestamp)) + '-01'*/ 
    TR.Period AS ValueDate,
    CASE WHEN TR.TargetResultState = 0 THEN 0 WHEN TR.TargetResultState = 1 THEN 1 WHEN TR.TargetResultState = 2 THEN 1 ELSE 0 END AS Met,
    CASE WHEN CONVERT(DATE, Convert(NVARCHAR, DatePArt(year, TR.datestamp)) + '-' + Convert(NVARCHAR, DatePArt(month, TR.datestamp)) + '-01') > T.Startdate AND CONVERT(DATE, Convert(NVARCHAR, DatePArt(year, TR.datestamp))
    + '-' + Convert(NVARCHAR, DatePArt(month, TR.datestamp)) + '-01') < T.Enddate THEN 1 ELSE 0 END AS ActiveTarget
    FROM XXXXXX AS TR
    INNER JOIN dbo.Target T ON TR.TargetID = T.ID
    --INNER JOIN dbo.Location L ON T.Locationid = L.Id
    WHERE --locationid <> - 1 AND 
    TR.Period IN ('201306', '201307', '201308', '201309', '201310', '201311', '201312', '201401'))
    select ValueDate, SUM(Met) AS Met, Count(ActiveTarget) AS ActiveTargets,
    right(ValueDate,2) as Month
    ,left(ValueDate,4) as Year
    ,CASE 
    WHEN right(ValueDate,2) IN (11, 12, 1) THEN 1
    WHEN right(ValueDate,2) IN (2, 3, 4) THEN 2
    WHEN right(ValueDate,2) IN (5, 6, 7) THEN 3
    WHEN right(ValueDate,2) IN (8, 9, 10) THEN 4
    END AS 'Quarter'
    from a
    group by ValueDate
    order by ValueDate

  • I need help making a pie chart

    Hello, hoping for some help with making a chart that will update as i continually input data
    I have a chart that has many columns logging details of win/loss records. I would like to make a pie chart that represents a set of columns and shows the ratio of wins for each of the columns.
    I will try and give some better details. There are 5 columns (j,k,l,m,n) and each represents a color. In each column there are check-boxes. 1 or more will be checked on each row. On the same row there is a tally of wins. each row represents a different day. What I am looking for is a pie chart that shows how many wins i have in each color.
    for example.
    nov 1st: 5 wins in color J
    nov 2nd: 2 wins in color k
    nov 3rd: 4 wins in colors m and n
    the pie chart will contain a total of 15 'wins' split up on the chart between each color....... 5(j) + 2(k) + 4(m) + 4(n). theoretically the J should take up 1/3rd of the pie and so on.
    I also have a total at the bottom of the colors column, but this will not show which color got the wins.
    Hopefully this makes some sense to understand and if I am very fortunate someone much smarter then me will be generous enough to help me out.
    Thank you very much, all help is appreciated.

    Hi Anthony,
    This table may be  what you want. I added a row at the top (you don't need that row. It is just may way of getting around the poor screen shots in this forum).
    I hid some columns, then I copied the table and pasted directly into this reply (I have had it with screen shots ).
    A
    F
    J
    K
    L
    M
    N
    Date
    Wins
    Colour J
    Colour K
    Colour L
    Colour M
    Colour N
    Nov 1
    1
    TRUE
    Nov 2
    1
    TRUE
    Nov 3
    2
    TRUE
    TRUE
    Checkboxes show as TRUE (not a tick) in this pasted table. But a tick = TRUE .
    Formula in F3 (Wins, Nov 1)
    =COUNTIF(J3:N3,"=TRUE")
    I hope this helps with your pie chart.
    Regards,
    Ian.

  • Urgent: Chart Axis with Min, Max, Help needed.

    Hi guys,
    I am rushing on a report submodule in our application, which will go on live in a short time. We need to have charts which use min and max value from the table and calculate the appropriate interval as the scale of the axis, instead of the default interval.
    I also tried to put page items into the Min&Max in the chart attributes, but always got the error message that asks for a number.
    I have searched the forum and the conclusion I can made now, is that HTMLDB does not support parameterized value for chart axis.
    So, my question is: if I have to do it manually, how should I do it? I don't have much experiences in pl/sql, so really need some help here.
    Any input is appreciated.

    Does anybody know whether a chart can be built on a collection? I've tried but didn't succeed.
    If somebody has experiences on this, please let me know, so I won't waste more time on trying it if the answer is no. Thanks.

  • Help needed - Advanced Chart Coding

    Hi all,
    I am currently developing some charts that have to be coded as wizard is not enough for this. Any idea where to find some advanced chart coding for using random colors for bars and adding values on top of bars, etc.
    This is my current code that I need to extend:
    chart:
    <Graph depthAngle="50" depthRadius="8" pieDepth="30" pieTilt="20" seriesEffect="SE_AUTO_GRADIENT" graphType="BAR_VERT_CLUST">
    <LegendArea visible="true" />
    <LocalGridData colCount="3" rowCount="1"><RowLabels>
    <MarkerText visible="true" markerTextPlace="MTP_CENTER"/>
    <Label>Number of Hours</Label>
    </RowLabels>
    <ColLabels>
    <xsl:for-each select="current-group()" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:if test="../@name='Hours_Demand_Daily'or ../@name='Hours_Scheduled_Daily' or ../@name='Hours_Budget_Daily'">
    <Label>
    <xsl:value-of select="translate(../@name,'_',' ')"/>
    </Label>
    </xsl:if>
    </xsl:for-each>
    </ColLabels>
    <DataValues>
    <RowData>
    <xsl:for-each select="current-group()" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
    <xsl:if test="../@name='Hours_Demand_Daily'or ../@name='Hours_Scheduled_Daily' or ../@name='Hours_Budget_Daily'">
    <Cell>
    <xsl:value-of select="ows:Quantity"/>
    </Cell>
    </xsl:if>
    </xsl:for-each>
    </RowData>
    </DataValues>
    </LocalGridData>
    </Graph>

    To add color<SeriesItems>
    <Series id="0" color="#ffcc00"/>
    <Series id="1" color="#ff6600"/>
    </SeriesItems>Add the series as how many needed in it.
    refer Re: Need help to create BAR chart with two sets of data
    To add, the value on top of the bar
    <MarkerText visible="true">
    <Y1ViewFormat>
    <ViewFormat numberType="NUMTYPE_GENERAL" numberTypeUsed="true"  />
    </Y1ViewFormat>
    </MarkerText>

  • User Creation in EP 7 - Help Needed.

    Hi Guys,
    We have installed an EP 7, I would like create users in EP 7 Database. My Data Source configuration file dataSourceConfiguration_abap.xml. I have installed a WAS 6.40 JAVA + ABAP
    This means I have to create the user in ABAP, I would like to know how I can create a User in EP 7 Only and not in ABAP System, I have seen other posts where they mention that you have to create the User in ABAP First, is there a way where I can create users in EP 7 so that they remain in the EP System only.
    Please do let me know.
    Thanks,
    John.
    Message was edited by: John Bray

    Hi John,
    See my last answer in this thread: Changing DataSource Configuration using ConfigTool - Help Needed.
    The xml I have referred to probably doesn't exist on EP7 any more?! Anyhow, the change from your to another xml isn't supported in general. Check out the corresponding notes.
    Hope it helps
    Detlev

Maybe you are looking for

  • Animated GIF In Elements 6

    Please forgive me if this is a simple question but I am new to Elements 6. I recently created a website using WebEasy software. My old site had a place on the home page where a series of pictures would display in sequence and loop, like an animated G

  • In javascript, how do I open a dialog so that the user can input the value of a variable?

    I'm working on a script that will be used for many images, all of them using the same format (size of the image, layer layout, etc). All of these images will have a layer of text, and what I want is to have the script modify the horizontal length of

  • Can't Use The 3D Option with Adobe CC 2014 (English Stats)

    Hello. So I can't use the 3D feature on Adobe CC 2014. I have updated my drivers recently and I have 2099 MB VRAM. I have already checked "Use Graphics Processor" Here are my stats: Adobe Photoshop Version: 2014.1.0 20140730.r.148 2014/07/30:23:59:59

  • Altering the username........

    Please help the problem... I am using Oracle 11g on my XP system First i logon as sysdba... and created a user called "emp" by the statement below SQL> create user emp identified by a; User created. SQL> grant all privileges to emp; Grant succeeded.

  • Streams & OID

    I can not find any good information about how Oracle Streams integrates with OID. In particular, I need to understand how the Queue and Queue agents register with OID. I have 3 Databases that I am trying to setup with Streams, 2 are OID enabled and o