Chart Insertion Type

Hi,
I am new to Xcelsius.
I need more details on insertion types position,values,row, column and status list.
which scenarios which insertion type used.
Thanks in advance
Aravind.S

beside the insertion type dropdown you can find a small icon 'i'. Select an Insertion Type from the dropdown and click on this Icon which plays a small flash movie which explains the insertion type.
Assume that you have a combo box component with the following items:
A
B
C
D
Label: This type will insert the value A,B,C and D respectively based on what label u select.
Postion: This will insert 1,2,3,4 (ordinal) if you select A,B,C,D respectively.
Row: This will insert row associated with these items in the excel.
Column: this will insert the column associated with these items in the excel.
Iwould recommend you to go through the flash movie.

Similar Messages

  • Problem using Insertion Type=Rows in Xcelsius  2008

    I am currently trying to use the Enable Drill-down feature in a bar chart. In this, I am trying to enable the drill-down for one of the series and am following the steps as below:
    1. Select Series
    2. Select Insertion Type = Rows
    3. Assign the source data fields range
    4. Select the destination row column combination
    I have configured the population of destination row on Mouse Over event of chart.
    When I preview the chart, it populates all the columns for the destination row but one column does not get populated. The column has a text data type.
    Can someone urgently advise why I might be getting this issue? Thanks in advance...
    sincerely,
    Bhrugu

    exactly what "text area" are you referring to? a chart has Title, Subtitle, Cateogry X Axis, Category Y Axis, and Labels.
    OR
    do you mean that you have added a "Input Text Area" component on the chart? if so you can just link it to that particular cell. it might be a good idea to also use dynamic visibility.
    note: a text area component can only link to 1 cell. not a range of cells.

  • What is function in excel like "Insertion type : Filtered row" in dashboards

    Hi Every One,
    I have an Excel data, in which i have 4 columns ( State, code, District, population) having 500 rows. When i select the state name, i want to display all the respective state rows at one place. Please see the example at attachments. Just like filtered row (Insertion type in Dashboard)  concept.
    Please HELP ME

    Hi Sreeram,
    Follow the below steps,
    Drag a combo box to canvas ,and map labels as per screenshot,
    And map source and destinations,
    Now map the destination of combo box to the spreadsheet component to display data.
    Now you will get the required output.
    Regards,
    Samatha B

  • Invalid data format on EXPORTING table  to SQL-FLAT FILE (Insert type)

    Hi there!
    Writing from Slovenia/Europe.
    Working with ORACLE9i (standard version) on Windows XP with SQL-deloper 1.0.0.015.
    FIRST SQL.-DEVELOPER IS GOOD TOOL WITH SOME MINOR ERRORS.
    1.) Declare and Insert data EXAMPLE
    drop table tst_date;
    create table tst_date (fld_date date);
    insert into tst_date values (sysdate);
    insert into tst_date values (sysdate);
    2.) Retriving date with SQLPLUS
    SQL> select to_char(fld_date,'DD.MM.YYYY HH24:MI:SS') FROM TST_DATE;
    23.10.2006 11:25:23
    23.10.2006 11:25:25
    As you see TIME DATA IS CORRECT.
    When I EXPOPRT data TO SQL-insert type I got this result IN TST_DATE.SQL file:
    -- INSERTING into TST_DATE
    Insert into "TST_DATE" ("FLD_DATE") values (to_date('2006-10-23','DD.MM.RR'));
    Insert into "TST_DATE" ("FLD_DATE") values (to_date('2006-10-23','DD.MM.RR'));
    As you seel I lost TIME DATA.
    QUESTION!
    HOW CAN I SET PROPER DATE FORMAT IN SQL-DEVELOPER BEFORE I EXPORT DATA TO FLAT FILE.
    Best regards, Iztok from SLOVENIA
    Message was edited by:
    DEKUS

    A DATE-Field, is a DATE-Field and not a
    DATE-TIME-Field.
    The export-tool identifies a DATE-Field and exports
    the data into date-format.This is not true. Oracle DATE fields include a time element.
    To the original poster - I believe this is a bug in the current version.
    See this thread for possible workarounds Bad Export format --- BUG ???
    Message was edited by:
    smitjb

  • Automatic Colour settings problem for WAD Chart Column type

    Hi,
    In WAD (BI 7.0) Chart Creation i am having issues with colour settings for Chart item Column type with 3D. I have six key fig in query i am trying to show all KF in Chart. But it is showing only one colour for all keyfigs. atlast  I have manually assigned different colours for different series, but no use... the issue remains same.. Please help me on this issue
    Thanks in Advance
    Regards
    Harsh

    Hi Harsh,
    Please try the following options.
    1. Try swapping the axes. Certain charts follow the YX convention.
    2. Right Click > Edit > Click on 'Refine' > Click on the chart type on the right frame (Bars/Pie etc) > [OK] Vary Category by Color: Enable this checkbox.
    3. If you have finished with these settings, you may switch back to Wizard mode to follow up the settings (Step 3 of 6 - Value Properties)
    4. Under Categories in Wizard, just make sure you are giving options to suit all the Categories in an uniform fashion. To begin with don't bother to give a fixed Category Count. (As your chart size may increase dynamically based on GRID data)
    5. Goto Refine > Click on Global Settings > Choose 'Color Palette' > Tradeshow/Enjoy/StreamLine/Custom : These are the optional themes which may be well adjusted to suit your requirements.
    Thanks,
    Arun Bala

  • Line chart (SVG type) in HTMLDB 2.0

    I cannot get any value in that type of SVG chart (I have tried bar SVG chart and it works-I know for an issue and some incompatibility with Firefox-but this is not an issue).
    The only thing is that I see is grid. Query (of one and only serious) is:
    select null link, SECURITY_DATE label, CLOSE_PRICE value
    from SEC_HIST_VW
    where SECURITY_DATE is date field
    CLOSE_PRICE is number field
    SEC_HIST_VW is a view (which works on some other forms in app)
    Could any one help please?
    THX

    Ok. Here is my setting:
    There is somewhere in the 'chart region properties' a parameter that limits the number of returned rows. The default is 15.
    My query returned 25 rows.
    If the parameter is set to a lower value than the number of returned lines, nothing is displayed. I set the limit in the 'chart region properties' to 150 and everything was displayed fine.
    But there was an other one with the line graph: If you want to display more than one series in the same chart, you must be sure that there is no order by in your select-clauses. Weird, yes, but it works.
    I will be back on my platform on monday.
    have a nice weekend,
    Michael

  • Insert types BLOB

    Hi,
    I need export / import data table from a schema to an other schema, and the table has data like BLOB:
    CREATE TABLE DOC_FILE
      ID             NUMBER(19),
      MIME_TYPE      VARCHAR2(255 BYTE),
      FILE_SIZE      NUMBER(19),
      LAST_MODIFIED  TIMESTAMP(3),
      DOCUMENT       BLOB
    )I can´t execute the exp/*imp* command, because the tablespaces from the schemas are differents, so I try:
    1 Create the table in the second schema. => OK
    2 Insert data. Here I have a problem:
    the type BLOB I need to save and insert into the new table created. I have the Toad application, and I have tried 'export to a flat file' and now I have the types BLOB like files *.dat*.
    How can I insert this .dat into the new table?
    thanks.

    Hi
    What version of oracle is it you are using?
    If you are using 10g you can use datapump to import a table into a different tablespace in your destination database.
    regards,
    Mark

  • Changing Chart Data Types

    Hi,
    I know this is a stupid question, but I can't figure for the life of me
    how to do it. I want to create a histogram, so I stick a waveform chart
    onto my VI. Fine, now I found the Moving Histogram PtByPt.vi example
    (ships with LabView 7). It creates a histogram and the data it sends to
    it is a cluster. This is very convenient because you just wrap your XY
    data up into a cluster and send it into the chart. Right now I can cut
    and paste the chart from this example, but if I didn't have the example
    I'd create a waveform chat, create my cluster with my xy data and pass
    it in. However, LabView complains about bad data types, because the
    default input data type is a 2D array of doubles. HOW DO I CHANGE THE
    DATA TYPE THE CHART ACCEPTS? I've been through every menu and property
    that I can think of, what's the secret? I've had this problem happen a
    couple of times and usually gotten around it by right clicking my lead
    and then picking to create something from a list and when it's created
    it's created with the right data type. However, it doesn't have that
    option in this situation. So what do I do? I've included a junk of my
    code for you to see if you want.
    Thanks for any help,
    Chris
    Attachments:
    Coincidence_v1.vi ‏53 KB

    You've got two different types of graphs. You have the XY graph wired to the cluster and you have a regular (not XY) graph. The regular graph does not accept the same type of input as the XY graph. It accepts a 1D  x array, 2D array (multichannel) a waveform data type, an array of waveforms (multichannels), and a cluster that contists of a y array, x0, and dx (essentially a waveform data type)

  • Inserting type of Number when updating database.

    Hi,
    I have what seems to me like a simple problem, but I just do not know the way to solve it. I have a page which the user creates accounts for new users in the database. When the new account is created, it updates the Users table in the database and then also the Users_In_Roles table which assigns each user to a role using that user's ID number and the ID for the role they are being assigned to. In my app module method, I have an if statement that checks to see if the current logged in user is of role ID 1 or 2 using the ExternalContext.isUserInRole() method. If the logged in user is 1, the user account being created is automatically set to 2, and if the logged in user is 2, the created account is automatically set to 3, in other words, the new user is set to one role level below the user creating them.
    Here is my problem. In the if statement that checks the role of the logged in user, I'm setting a variable roleID to the number of the role I want the new user to be, however when I try to pass this number into the Users_In_Roles table, I get an error since the roleID column is a data type of Number, I can not pass an Integer type variable to that column. I've tried declaring the roleID variable to type Number, but then I can't set it to 2 or 3 in the If statement because it won't accept integers. Does anyone know how I can set the roleID variable to the correct "Number" so that I can pass it into the table?
    Thanks in advance.

    Use the Number(int i) constructor. that is, instead of setting the attribute to
    yourIntValue
    set the attribute to
    new Number(yourIntValue)

  • Bubble chart with scatter chart type and different bubble sizes

    Hello everybody,
    I would like to create a bubble chart (scatter chart) within Oracle 11g and Apex 4.2 with the standard chart types that come with Apex (anychart).
    I want to integrate two different KPIs (key performance indicators) in the chart, one for each axis (x and y) and additionally the size of the bubbles shall represent the size of the company, the KPIs belong to.
    That is to say, every bubble represents a company with two KPIs and its size.
    Now, I have problems changing the size of the bubbles. Can someone give me a hint where to start or how I could achieve this with  a standard sql query  (series) !?
    Is that possible with the standard charts (scatter type)?
    Can I control the color of the bubbles?
    How can I control the starting and ending points of the axes in order to show all bubbles completely even if they are e.g. 0,0 (x,y)  (this would show only a quarter of the bubble) or 0,3 (which would show only half of the bubble).
    I will be very thankful for some hints.
    Thank you very much in advance.
    Johnny

    Go to any chart and look at the examples.  You can view the xml, there are bubble chart examples.
    AnyChart - Cross-Platform Flash Charting Solutions For Your Project

  • Chart type in WAD?

    Hi,
    I am working on charts of cone type in WAD(7.0).But I am not finding the cone shape charts.Can any one help me out.
    Thanks in Advance.
    Ravi

    Hello Ravi,
    Please change you Chart Class type and check. Since CONE is a display model and a type of chart which is available in BI7.0 as well.
    Please see this [Chart Types|http://help.sap.com/saphelp_nw04s/helpdata/en/8d/2e373be72b2f48e10000000a11402f/content.htm]
    Thanks
    Chandran

  • Where is the wad Stock Chart type in SAP BW 3.5  or the equivalent?

    We are currently working with SAP BW 3.5, We have an issue refering to the <b>Stock Chart</b> type, in past versions (3.0b y 3.1) the chart type exist, in 3.5 we do not see it, I<b> assumed the Stock Chart type was substituted</b> for other one, which one?. Please help us!

    Hi Experts,
    thank you for your answers. Now, I have got the mapping table InfoPackage/ Request-ID.
    But, how can I get the actual Request ID in the start routine in BW 3.5?
    The tables MONITOR and MONITOR_RECNO don´t store it and they needs to be filled.
    MONITOR_RECNO
    MSGID
    MSGTY
    MSGNO
    MSGV1
    MSGV2
    MSGV3
    MSGV4
    DETLEVEL
    RECNO
    MONITOR
    MSGID
    MSGTY
    MSGNO
    MSGV1
    MSGV2
    MSGV3
    MSGV4
    DETLEVEL
    Best Regards,
    Stephan

  • Drill Down for Multiple Series in a Line Chart

    Hello,
    I seem to have a problem with the drill-down functionality in a line chart that has multiple series.
    I have a line chart that displays the readings of a patient over a period of 1 month. For each day, there is the glucose level reading, blood pressure reading, etc... So, each reading is a different series in my line chart graph.
    The basic requirement is: With a mouse over event on the chart, I am willing to display all the data that belongs to that day. The data will be displayed at the bottom of the screen in a small panel. It is very simple to do it when the line chart has only 1 series:
    i) Enable drill down.
    ii) Choose 'Row' as insertion type.
    iii) Fill out the destination field.
    iv) Make sure your labels (at the bottom of the screen) get the data from the destination cell.
    When there is more than one series, it becomes very difficult. XCelsius will not let me use the same destination cells for different series. So, I will have to use other destination cells. In that case, I will not know on which day is the user on. Is there any way to achieve this functionality?
    Let me know if you need further information.

    This is certainly possible, but there's a bit of a trick to it (and really hard to explain without screenshots!). There's two halves to it:
    1. Write the date that has been selected to a cell (for each series).
    2. Write the name of the series that was clicked to some cell (this is the property 'Series Name Destination').
    So let's say your three series are Glucose, Blood Pressure and Temp. Have those series names in B1,C1,D1 (with your dates down in column A). Insert a row below the series names (2:2), and then set up your insertion type for the chart as 'row'. The source data (for all three series) should be your list of dates in column a. The insertion cells for the three series will be, in order, B2,C2,D2. Now, depending on which point is clicked in the chart, the selected day will be inserted into one of those three cells. Completely useless unless you know which series was clicked.
    So you need to insert the name of the series that was clicked ('Series Name Destination') into the spreadsheet, let's say in F1. The rest is just Excel formulas. The logic is, you can now tell what series was clicked, and go and look up the date that was inserted for that series, then go and look up the row that corresponds to that date. So to get the date that was just clicked, your formula (in F2) would be =HLOOKUP(F1,B1:D2,2,0).
    Then a VLOOKUP will get the results from that row of data. For example, if I inserted another row at row 3 (to show my 'result' values) the formula in B3 would be =VLOOKUP($F$2,$A$4:$D$13,2,0).
    I hope that makes sense.

  • Plotting a combination chart with a combo box for selection

    Hi:
    I am a newbie using xcelcius and I need help on the following:-
    I need to create a combination chart that plots 3 years data by month, and I need a combo box selection at the top that allows me to select user display for each difference region. I manage to create one that plots only 2008 data with a combo-box selection, but I have no idea how to do it for a combi chart in xcelcius. Any advise?

    Hi Ning,
    I assume your data are like this:
    Region             Year     Jan     Feb     Mar
    APJ             2006     $234.45     $310.34     $321.54
    APJ             2007     $314.35     $319.12     $256.89
    APJ             2008     $425.54     $354.34     $285.73
    North Asia     2006     $534.64     $642.35     $484.64
    North Asia     2007     $631.74     $654.13     $754.34
    North Asia     2008     $754.31     $423.65     $634.32
    South East Asia     2006     $536.42     $576.35     $525.42
    South East Asia     2007     $426.78     $876.43     $643.75
    South East Asia     2008     $634.87     $425.77     $732.43
    If this, you can set the insertion type of combo box is "Filtered Rows", see steps:
    1) For Combo Box, bind General > Labels to the Region column.
    2) Set General > Data Insertion > Insertion Type is "Filtered Rows" (you can refer to following flash to see how "Filtered Rows" works).
    3) Set its Source Data are Year, Jan, Feb, ... columns and Destination to blank cells.
    4) Bind Chart to the destination data.
    Now when you select APJ from Combo Box, it will insert all the rows of APJ data to the desitination cells which will be displayed in Chart.
    Hope this can help!

  • Line Chart Functionality

    Hi:
    I would like to add points to a group of LineSeries in a
    LineChart.
    I would like the graph line to increase to the right as the
    points are added.
    For example if I have 10 points presently, they fill the
    entire x axis, and as I add points the gaps between the points
    decrease.
    How could I simulate a moving line graph where the gaps
    between the points remain constant as I add points to the
    chart?

    This is certainly possible, but there's a bit of a trick to it (and really hard to explain without screenshots!). There's two halves to it:
    1. Write the date that has been selected to a cell (for each series).
    2. Write the name of the series that was clicked to some cell (this is the property 'Series Name Destination').
    So let's say your three series are Glucose, Blood Pressure and Temp. Have those series names in B1,C1,D1 (with your dates down in column A). Insert a row below the series names (2:2), and then set up your insertion type for the chart as 'row'. The source data (for all three series) should be your list of dates in column a. The insertion cells for the three series will be, in order, B2,C2,D2. Now, depending on which point is clicked in the chart, the selected day will be inserted into one of those three cells. Completely useless unless you know which series was clicked.
    So you need to insert the name of the series that was clicked ('Series Name Destination') into the spreadsheet, let's say in F1. The rest is just Excel formulas. The logic is, you can now tell what series was clicked, and go and look up the date that was inserted for that series, then go and look up the row that corresponds to that date. So to get the date that was just clicked, your formula (in F2) would be =HLOOKUP(F1,B1:D2,2,0).
    Then a VLOOKUP will get the results from that row of data. For example, if I inserted another row at row 3 (to show my 'result' values) the formula in B3 would be =VLOOKUP($F$2,$A$4:$D$13,2,0).
    I hope that makes sense.

Maybe you are looking for

  • When i import its givin error ????

    when i import the test.dmp files its giving following error why??? But when i export 1 or 2 table its not giving error why???? Export file created by EXPORT:V10.01.00 via conventional path IMP-00013: only a DBA can import a file exported by another D

  • Facebook games not loading correctly. Video is not right..

    games do not load video correctly.on Facebook. They come up only half sized with no ability to expand to full screen. All work when using Chrome. Would prefer to stay with Firefox. Help. See link.....[http://apps.facebook.com/battlepirates/?fb_source

  • HT203180 Video wont play on itunes or sync to iphone

    Im an amateur boxer and one of my fights was videoed for me and put onto dvd, i then extracted it from the dvd and converted into a file using windows movie maker, but the file wont play through my itunes and therefore i cant put my fight on my phone

  • Implementing IN operator with array binding

    Is there a way to have an SQL statement with a simple WHERE clause like "WHERE my_col = :p1" or "WHERE my_col IN (:p1)" and bind an array to p1? My goal is to avoid blowing up of the command text like "WHERE my_col IN (:p1, :p2, :p3 ...)". In my case

  • Media Centre fails to start

    My system fell over due to an update and I had to go back to an earlier restore. All worked well, except that Media Centre won't start (as it did in the past). The Icon is there but clicking it has no effect. The services are listed in the list of se