Create graphs with properties values

Hello!
I want to create a Bar Graph or a normal graph with properties contained in ChannelGroup level. Is there any easy solution to this?, so far is seems that the only option is to create a channel with this values, but I don't want to duplicate the information since I have a considerable number of channels in each Channel Group.
Thanks in advance for the support!

hello!
I know that you can get even the values or whathever property live values, name, etc. with the expresion form "@@ @@". However I want to plot, for example a bar graph that contains a numeric property of the group. Let's say that I have 3 Datasets all with a property "TotalFuel" and different values in each group, So what I will like to do is to plot this values in a 2DAxis object.  But it seems that all the plots or graphs are meant to be only channel oriented.
Do you understand my issue? Please let me know if not to clarified better this.
Thanks!

Similar Messages

  • Is it possible to create graph with in the table / Pivote table.

    Is it possible to create graph with in the table / Pivote table.
    Emp# Emp Name % Bonus Pay Amt
    111 AAA $28276
    222 BBB $78878
    In the place of Bonus I have to display Bar (Chart) instead of number.
    Is it possible in OBIEE? I know we can display chart and table next by next but my user want display just like above.
    Please help me on this issue
    Thank you very much for your time

    hi,
    it is better for 2 different questions,make 2 differents threads...
    You used the 2ond solution(google???),put in the dashboard...html enabled...and check your pdf again.
    Moreover,printing pdf with answer is discouraged...always prefer Xml Publisher.
    Last,there are 2 fst files which configure the *.pdf files , check them,
    http://obiee101.blogspot.com/2008/09/obiee-pdf-controls-fst-files.html
    hope i helped....
    http://greekoraclebi.blogspot.com/
    ///////////////////////////////////////

  • Multiplot graph with missing values fills them with zero instead of NaN

    I have a waveform graph with multiple arrays (2D) which has different numbers of points in each array.  LabVIEW finds the array with the most points and then plots all arrays with that many points.  It assigns the missing points a value of zero and displays those zero values.  This means arrays with fewer points than the maximum will have values of zero appear in their plots.  This can be avoided by filling in missing points with NaN.  I am acquiring data in a loop and displaying it which requires continuous determination of the number of actual points and filling in of missing points with NaN.  Not difficult, but this could be avoided if LabVIEW would fill missing points with NaN instead of with zero.  Any way to have this happen automatically ?
    Steve
    Attachments:
    Graph MultiPlot Missing Data.vi ‏18 KB

    You can also consider using an XY graph so you don't have to do additional data manipulation. See attached for comparison.
    Attachments:
    Graph MultiPlot Missing Data mod.vi ‏22 KB

  • Creating graphs with Java

    Hi,
    I want to display the data in a reprot in graphical form using bar graph.
    Can anybody suggest me of any free third party tools that creates graphs (bar/pie graphs etc).

    Google for: java graph
    Here is one worth looking at:
    http://www.jfree.org/jfreechart/index.php

  • Creating graphs with bind variables in series query

    I am creating a page with 2 regions for for getting date range and other for getting Graph drawn on the basis of dates. But when I am using dates values like some field>=:PX_DAT1 the series doesn't work and gives data not found error.
    Some guru please help.

    Gaurav Bhargava wrote:
    What I want is use dates in query to fetch data for graph. Please if you have a demo page where I can see settings and create such page.Sorry, I havent really done much with the graphs in Apex - so dont have a sample to try out, was just trying to think of ideas. Is it XML? Maybe try putting the parameter in the alternative syntax &ITEM_TIME. (with the period at the end.)

  • ADF mobile: how to create graph with dual Y axis?

    Hi,
    Jdev 11.1.2.3.0 + mobile extension.
    I try to figure out how to create a dvtm:comboGraph with dual Y axis but without success.
    All series are rendered on the Y1 axis. Y2 axis even does not appear in the graph.
    here my code:
        <dvtm:comboChart var="row" value="#{bindings.lmrgGraph1.collectionModel}"
                         id="cc1" timeAxisType="enabled">
          <amx:facet name="dataStamp">
            <chartDataItem group="#{row.timeStamp}" value="#{row.acetat}"
                           series="#{lmrgGraphBundle.ACETAT}">
              <!--dvtm:referenceObject color="ff0000" displayInLegend="on"
                                    lineValue="#{bindings.graphTresholdAcetat.inputValue}"
                                    lineWidth="2"/-->
            </chartDataItem>
            <chartDataItem group="#{row.timeStamp}" value="#{row.plannedMachines}"
                           series="#{lmrgGraphBundle.BMPLAN}"/>
            <chartDataItem group="#{row.timeStamp}" value="#{row.actualMachines}"
                           series="#{lmrgGraphBundle.BMACTUAL}"/>
          </amx:facet>
          <dvtm:legend position="end" id="l1">
            <dvtm:legendSection id="ls1" title="Legend"/>
          </dvtm:legend>
          <dvtm:yAxis axisMaxValue="#{bindings.maxYAxisValueAcetat.inputValue}"
                      title="#{lmrgGraphBundle.MENGE}">
            <dvtm:majorTick/>
          </dvtm:yAxis>
                <!--dvtm:y2Axis majorIncrement="1.0"
                       title="#{lmrgGraphBundle.BETRIEBSMITTEL}"
                       axisMaxValue="#{bindings.maxYAxisValueMachines.inputValue}"-->
          <dvtm:y2Axis majorIncrement="1.0"
                       title="#{lmrgGraphBundle.BETRIEBSMITTEL}"
                       axisMaxValue="10">
            <dvtm:majorTick/>
          </dvtm:y2Axis>
          <amx:facet name="seriesStamp">
            <dvtm:seriesStyle assignedToY2="false" color="0052ff" lineWidth="2"
                              rendered="#{(row.series eq lmrgGraphBundle.ACETAT)}"
                              series="#{row.series}"/>
            <dvtm:seriesStyle assignedToY2="true" color="e7e700" lineWidth="10"
                              rendered="#{(row.series eq lmrgGraphBundle.BMPLAN)}"
                              type="bar" series="#{row.series}"/>
            <dvtm:seriesStyle assignedToY2="true" color="94f700" lineWidth="10"
                              rendered="#{(row.series eq lmrgGraphBundle.BMACTUAL)}"
                              type="bar" series="#{row.series}"/>
          </amx:facet>
        </dvtm:comboChart>kr
    Peter

    Hi Jan,
    meanwhile I have managed to display the second Y axix corret.
    Here my code:
                <dvtm:comboChart var="row"
                                 value="#{bindings.lmrgGraph.collectionModel}"
                                 id="cc1" animationOnDisplay="alphaFade"
                                 hideAndShowBehavior="withRescale"
                                 rolloverBehavior="dim" inlineStyle="height:50%;">
                    <amx:facet name="dataStamp">
                        <dvtm:chartDataItem group="#{row.timeStamp}"
                                            value="#{row.acetat}"
                                            series="#{bindings.lmrgGraph.hints.acetat.label}"/>
                        <dvtm:chartDataItem group="#{row.timeStamp}"
                                            value="#{row.plannedMachines}"
                                            series="#{bindings.lmrgGraph.hints.plannedMachines.label}"/>
                        <dvtm:chartDataItem group="#{row.timeStamp}"
                                            value="#{row.actualMachines}"
                                            series="#{bindings.lmrgGraph.hints.actualMachines.label}"/>
                    </amx:facet>
                    <amx:facet name="seriesStamp">
                        <dvtm:seriesStyle series="#{bindings.lmrgGraph.hints.acetat.label}"
                                          color="0052ff" type="line"/>
                        <dvtm:seriesStyle assignedToY2="true" color="e7e700"
                                          type="line"
                                          series="#{bindings.lmrgGraph.hints.plannedMachines.label}"/>
                        <dvtm:seriesStyle assignedToY2="true" color="94f700"
                                          type="line"
                                          series="#{bindings.lmrgGraph.hints.actualMachines.label}"/>
                    </amx:facet>
                    <dvtm:xAxis/>
                </dvtm:comboChart>
    /code]
    There are still some issues if x-axis is timestamp enables but I have already created an SR for this.
    regards
    Peter                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Creating spreadsheet with changing values

    I am trying to create a spreadsheet where the result depends on the value of 2 options selected. Option 1 is a list of different TV manufactures. Option 2 will provide a list of model numbers depending on which manufacturer was chosen in option 1 and finally box 3 will show a list of remote control codes depending on what was chosen in option 2.
    My questions are as follows;
    How do you create a further list for option 2 that changes depending on what was chosen in option 1?
    How do you have it so the final result in box 3 shows a list of codes depending on the value chosen in option 2?
    My second question may be answered by the answer to my first question but i'll include it anyway
    I currently have a list created for the manufacturers in option 1.
    Option 1 result is set up (and will be shown) in B5
    Option 2 result is set up (and will be shown) in B9
    And the final result will be shown in B14

    Kona2010 wrote:
    I am trying to create a spreadsheet where the result depends on the value of 2 options selected. Option 1 is a list of different TV manufactures. Option 2 will provide a list of model numbers depending on which manufacturer was chosen in option 1 and finally box 3 will show a list of remote control codes depending on what was chosen in option 2.
    My questions are as follows;
    How do you create a further list for option 2 that changes depending on what was chosen in option 1?
    How do you have it so the final result in box 3 shows a list of codes depending on the value chosen in option 2?
    Here's a solution that gets part way to what you want. Rather than a list of codes in a single cell, though, it presents the list in multiple cells across a single row. A revision to the way data is entered on the lookup table to open the list in a single cell is offered at the end of the notes below the illustration.
    Three table (Select Mfg, Results, and Lookup table) are used. Lookup table may be placed on a separate sheet.
    The second copy of Results (with all rows and columns shown) is provided for the explanation below, and would not be included in your version.
    Select Mfg is a two cell table. A2 is a pop-up menu containing a placeholder entry (---) and the names of all manufacturers represented on Lookup table.
    Results contains a row for each manufacturer
    Column B in each row is a pop-up menu listing model numbers for the models made by that manufacturer.
    Column C compares the manufacturer name in column A (hidden) with the name chosen in A2 of Select Mfg, returning TRUE ifthey match, FALSE if they do not. Formula (in C2):
    =A2=Select Mfg::$A$2
    Filled down the rest of column C.
    Cells to the right of these (columns D to F in the example) lookup the codes for the manufacturer and model number selected. Formula in D2:
    =IF($C,VLOOKUP($B,Lookup table :: $A:$D,COLUMN()-2,FALSE),"")
    Filled down and right.
    The Reorganize dialogue is used to show only the header row of Results and the row with TRUE in column C.
    Select the Results table, Click the Reorganize button to open the dialogue.
    In the “Show rows... section, choose: Column C    is    TRUE
    then click the check box.
    Revision: To show all codes for a given model in a vertical list in one cell, enter the codes for that model in one cell (column B of the Lookup table), pressing option-return after each code.
    eg. for the codes shown in row 4 of the Lookup table, to the right of Model No. K8032, you would type the following into B4:
    2-1option-return+2-2+option-return2-3   (where option-return means press the option key, tap the return key, release the option key)
    The columns for C-2 and C-3 would not be needed in this version.
    Placing the results as requested can be done by inserting the formulas below in the three listed cells on your main table (after making the revision above to the Lookup table and Results table.
    B5:   =Select Mfg :: $A$2
    B9:   =VLOOKUP($B$5,Results :: $A:$D,COLUMN(),FALSE)
    B14: =VLOOKUP($B$5,Results :: $A:$D,COLUMN()+2,FALSE)
    Note; Although the last formula does return the full list of codes for the chosen model, it did not, in my test, automatically resize row 14 to display the whole list as shown in the Results table above. You will need to set the row height to accommodate the longest list that will occur, or adjust it for each list.
    I would recommend taking a close look at VLOOKUP in the iWork Formulas and Functions User Guide. You'll find a link to the guide (and one to the equally useful numbers '09 User Guide) in the Help menu in Numbers.
    Regards,
    Barry

  • Create URL with multiple values for one parameter

    Post Author: cbamberg
    CA Forum: General
    While I have no problems to create the URL to open a report with a single value for a parameter from my Java application, I don't know how to format multiple values for a parameter when I want to pass the "&prompt0=" value. The values I want to pass are numbers, not strings.
    Anyone can help?

    Hi gayatri,
    you need to select both the product id and custname.put a count on the prodid column and write a condition of count>1 and apply it.
    Thanks
    Hari

  • Line graph with single values as dots

    Dear Apex experts,
    I have the requirement to create a graph in Apex which displays technical values as dots or candles and limit values and average values as lines in one graph.
    Is there a way to create two types of graphs in one image ?
    Best regards,
    Daniel

    Hi,
    as far as I know, you can't have interruptes series in the DVT line graph
    Frank

  • How to create counter with charcteristic values  using exception aggregatio

    Dear Experts,
    Can some one help me on the below issue
    Requirement : Creating a counter with char ( accounting doucment number) in the query by using exception aggregation & summarize on totals with CKF.
    Note : i dont have any keyfigure called counter in my infoprovider
    Please let me know how to create it.
    I came to know  that  create  new  CKF  & FV with replacemtn path with IO(Account document number)  & use FV in CKF. is this true & works??
    Please let me know how i should  proceed ahead??
    Thanks
    Surendra

    I have resoloved by own
    By  createin zckf--> fv choosing replacement path with IO as reference and key.
    then excepetion aggreation chosen : counter for all detailed values & check the checkbox calucate after aggreagation.
    Thanks

  • Cannot create graph with more than 4000 rows or colume

    need some help.
    im trying to plot a graph using the report generation toolkit and i got this error and it say it cannot contain more than 4000 rows or columns
    is it that there is a limit? if there is, how can i increase?
    im trying to plot a graph using my data from excel which has over 10000 rows of data

    I use this VI to read excel and to write a graph report.
    in my excel, which i have attached, there's all data with about 11000 row.
    i want to use it to plot a graph and i kinda stuck at here where there is this limit of 4000 row? and i can't seem to get the header i have link in the block diagram to the graph either.
    Attachments:
    excel.xls ‏837 KB
    Read_excel_G_word_report.vi ‏34 KB

  • Create PO with zero value

    Hi,
    My requirement is to create a PO for Free of charge item. But the moment I copy my PR  item to PO the FoC check box is greyed out and I am unable to make the procurement price as zero.
    Fyi, My sales order line item is linked to wbs.
    Do I need to do some additional configuration to allow creation of FoC PO line items?
    can anyone help.
    thanks

    Sorry,
    What I wanted to say is... You must work out your PR... IN SPRO:
    Purchasing->Authorisation management->Define->Function
    And unset the Adopt PO Price (create a new entry and name it if you don't have one).
    Go to SU3 and set the parameter with the code you set previously in SPRO.
    Still, this will no set any price in PO for this user.
    Cheers.

  • Xy graph with negative values in another quadrant

    How do i represent negative values in another quadrant in a xy graph?

    Hello,
    another solution would be to use separate XY- Graphs and make them partially transparent as suggested in the attached VI. But then you have to ensure that the plot areas don't resize. I don't know whether this is much easier than using picture indicators.
    Greets, dave
    Message Edited by daveTW on 03-05-2007 01:41 PM
    Greets, Dave
    Attachments:
    quadrants.png ‏15 KB
    quadrants.vi ‏37 KB

  • Create text with default values

    Hi,
    I need to copy values(ID, description , dates , status text)  from current document to follow up document ' text ' .
    I have defined text determination procedure->text type-> access sequence->function ( copy of COM_TEXT_DETERMINE_TEXT)
    , but this function only copies SO10 text to next document.
    I need to pass values to the text.
    Please suggest how to achieve this.
    Regards
    Pratyush

    Hi,
    you can use screen fields in BDC to update short text. you need CREATE_TEXT or SAVE_TEXT function module to update long text. Transaction may any. You have to pass some parameter to update long text.First try to use READ_TEXT to get existing text for practice.You will get some idea of long text, then create your own long text for any transaction

  • XY Graph with two Y inputs

    I need to know how to graph a XY graph with two values of Y. I need to it to compare to different angles and I also would like to make them graph different colors. Currently i have an XY graph with one Y input using the XY Graph express VI. I found out how to set up for two simultaneous plots by editing the properties for the graph but I don't know how I can input another Y value to plot using the XY Graph express VI.
    Thank You,
    Phil

    I never use the express functons but I think what will work is to use the merge signal function. Try merging the two x inputs together and merging the two y inputs together. I made a modification to the shipping example called Lissajous.vi  to try a quick test.
    Attachments:
    lissajous_mod.JPG ‏54 KB

Maybe you are looking for