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>

Similar Messages

  • Help needed on ABAP coding - put restricted kf as abap coding in update rle

    All,
    I have to change resticted keyfigures from query level into the update rules but don't know the correct abap coding.
    The field trade sales <b>(0G_AVVTRS</b>) must be limited by Type of Sales (<b>0G_CWWTSN</b>) range (# ; 350) and (600 ; 999).
    In other words: keyfigure <b>0G_AVVTRS</b> may only show it's value when characteristic <b>0G_CWWTSN</b> value is between the ranges (# ; 350) or (600 ; 999). Wen the value is outside this range the it must be empty.
    Please advise how to handle this with abap code (release 3.1).
    Many thanks,
    Tom

    In the update rules for mapping 0G_AVVTRS try this :
    [code]$$ begin of routine - insert your code only below this line        -
    fill the internal table "MONITOR", to make monitor entries
    result value of the routine
      if COMM_STRUCTURE-(Type of Sales) le '350' or
        (COMM_STRUCTURE-(Type of Sales) ge '600'
         and COMM_STRUCTURE-(Type of Sales) le '999').
        RESULT = COMM_STRUCTURE-(Field Trade Sales).
      else.
        RESULT = 0.
      endif.
    if abort is not equal zero, the update process will be canceled
      ABORT = 0.
    $$ end of routine - insert your code only before this line         -[/code]
    Hope this helps.

  • Urgent help needed - advanced pricing apis - qp_preq_pub

    Hi,
    We are trying to derive prices for an item when we enter the item number and customer number and freight terms. We used the apis qp_preq_pub and oe_order_adj_pvt.price_action. , But we are not having much success of we do not pass the price list id.
    Any help is highly appreciated.
    Prasad

    What version of EBS are you on?  I know in 12.1.3, there was a price book feature that enabled you to output the pricing from a particular list/modifier.  I didn't find it particularly helpful for what I was trying to do (i.e. show all the prices a customer could use), but what I deemed a deficiency may work to your advantage.

  • Help needed with chart

    Post Author: jillb78
    CA Forum: Charts and Graphs
    I have to make a report that lists each day of the month on the across the top, each student we serve on the down the left hand side, and for each day whether they were present "P" or Absent "A".  I started with cross tab but realized that is only for summarizing and it won't show me the P for present and A for absent - it gives me a 1 or O.   Please offer some guidance on where to start!  Thanks!
    Jill

    Post Author: V361
    CA Forum: Charts and Graphs
    Crosstab should be ok, you may have a boolean that is changing your "P" to the 1 or 0  Our, instead of a sum, you are doing a count, create a running total, in the evaluate section use a formula count if  field = "P", reset on change of field Date, this will give you a 1, for each date that the student was present.  Hope this gets you close.

  • 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

  • !!!PLEASE HELP!! I NEED HELP UNLOCKING ADVANCE OPTION IN BIOS LENOVO G40-70

    i cant do anything in my bios on my lenovo g40-70 i need help unlocking advance options in bios,i tried flashing it but something in the system is preventing it from flashing.can you guys relase an update fixing that or relasse an update to enable us chane our video memory on our bios............thankssssssssssssssssssssssssss in ADVANCE!

    Welcome to the Lenovo Community !
    What BIOS update are you trying to do...... the Lenovo 9ACN29WW release or one that someone created for you over at BIOS-Mods?
    Are you getting any error messages in regards to the update failing ?
    Owner & Operator of the following:
    ● Lenovo Ideapad Z570 w/ Win 7 & Win 8.1 Dual Boot ● Lenovo Yoga 3 Pro w/ Windows 8.1 ● Toshiba A75-S206 w/ Win 7
    ● IBM Thinkpad T-23 w/ Win XP ● IBM Thinkpad T-22 w/ Win XP • As well as multiple desktops dual/triple booting XP, Vista and Win 7.
    ★ Find a post helpful? Thank that member by clicking on the ☆Star☆ to the left awarding them a Kudo.
    ★ Posting a problem and a reply is helpful and it answers your question, please mark it as an "Accepted Solution"
    ★ I'm not a Lenovo employee, just a volunteer geek who likes to help folks. Enjoy your time here, pay it forward by helping others !
    ★ Sorry, I don't answer questions via Private Messages. Posting in the appropriate forum is the best way to get assistance.

  • Need help on ABAP proxy coding

    Hi Friends,
    I am working on XI integrating with R/3 and we are using ABAP server proxy. Could any one please help me out in coding in proxy class?
    I have two fields comming through XI proxy in to R/3, code should map and store in R/3 table.
    Thanks
    Rajeev.

    HI Rajeev,
    I am facing the same requirement now... can u explain me how to achieve this?
    Thanks in advance
    Giri

  • Need help activating Advanced Calling 1.0 on Verizon for iphone 6 business account

    I need help activating Advanced Calling 1.0 on Verizon for iphone 6 business account. I was on the phone with Verizon for over an hour and they can't figure out why it's not working. I'm trying to activate the Voice & Data and all I get is a spinning circle but it never actually works. Anyone have any ideas?

    I just pulled this from the Verizon page. Not sure if it applies to you or not, but it could explain part of your problem since you identify this as a business account.
    Q: Who is eligible for Advanced Calling 1.0?
    A: Any Verizon customer with a compatible phone and a postpaid calling plan is eligible. Please note that the following features are currently incompatible with Advanced Calling 1.0: Ringback Tones and Caller Name ID.  Additional incompatible features apply for Business and Government customers.

  • Help needed in writing SQL CASE or DECODE statement

    Hi experts,
    I need to write a SQL to select order_num, cntry_cde, prod_id and Qty by joining order_num on PROD_ORDER and PROD_ORDER_TXT.
    Here is my sample data
    PRODORDER_               
    order_num     cntry_cde     Prod_id     Qty
    100     US     A1     5
    101     US     A2     10
    102     AU     A3     4
    103     AU     A4     9
    104     IN     A5     3
    PRODORDER_TXT_               
    order_num     cntry_cde     Prod_id     
    100     US     A1     
    101     US     A2     
    102     NZ     A3     
    103     AU     A4     
    104          A5     
    Here is the requirement,
    1) If the cntry_cde in PROD_ORDER is same as cntry_cde in PROD_ORDER_TXT then select PROD_ORDER.cntry_cde (orders 100, 101, 103)
    2) If they are different, pick the country code from PROD_ORDER_TXT (order 102, AU <> NZ)
    3) If they are different and PROD_ORDER_TXT.cntry_cde is NULL, I cannot use it as cntry_cde in my report (order 104). It happenend just because of the bad data at source.
    I cannot avoid it. Then simply use the cntry_cde from PROD_ORDER
    Output expected
    100     US     A1     5
    101     US     A2     10
    102     NZ     A3     4 -- AU changed to NZ
    103     AU     A4     9
    104     IN     A5     3 -- IN retained as PROD_ORDER_TXT.cntry_cde is null
    sample table creation and insert statements are below
    create table prod_order
    (order_num number,
    cntry_cde CHAR(2),
    prod_id VARCHAR2(6),
    qty number)
    create table prod_order_txt
    (order_num number,
    cntry_cde CHAR(2),
    prod_id VARCHAR2(6))
    insert into prod_order values (100, 'US', 'A1',5);
    insert into prod_order values (101, 'US', 'A2',1);
    insert into prod_order values (102, 'AU', 'A3',4);
    insert into prod_order values (103, 'AU', 'A4',9);
    insert into prod_order values (104, 'IN', 'A5',3);
    insert into prod_order_txt values (100,'US','A1');
    insert into prod_order_txt values (101,'US','A2');
    insert into prod_order_txt values (102,'NZ','A3');
    insert into prod_order_txt values (103,'AU','A4');
    insert into prod_order_txt values (104,NULL,'A5');
    commit;
    Thanks for your help in advance
    Edited by: sarvan on Mar 28, 2012 1:39 PM

    Hello
    Thank you for posting all of the ddl and test data along with your expected output - very helpful!. One small point would be to remember to type {noformat}{noformat} before and after any section of code or data in your post so that formatting is retained.  Anyway, this should be a simple join and a combination of CASE and NVL...Select
    po.order_num,
    CASE
    WHEN po.cntry_cde != NVL(pot.cntry_cde,po.cntry_cde)
    THEN
    pot.cntry_cde
    ELSE
    po.cntry_cde
    END cntry_code,
    po.prod_id,
    po.qty
    FROM
    prod_order po
    JOIN
    prod_order_txt pot
    ON
    ( po.order_num = pot.order_num
    ORDER_NUM CN PROD_I QTY
    100 US A1 5
    101 US A2 1
    102 NZ A3 4
    103 AU A4 9
    104 IN A5 3
    5 rows selected.
    HTH
    David
    Edited by: Bravid on Mar 28, 2012 8:32 AM
    corrected !=                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Help needed for writing query

    help needed for writing query
    i have the following tables(with data) as mentioned below
    FK*-foregin key (SUBJECTS)
    FK**-foregin key (COMBINATION)
    1)SUBJECTS(table name)     
    SUB_ID(NUMBER) SUB_CODE(VARCHAR2) SUB_NAME (VARCHAR2)
    2           02           Computer Science
    3           03           Physics
    4           04           Chemistry
    5           05           Mathematics
    7           07           Commerce
    8           08           Computer Applications
    9           09           Biology
    2)COMBINATION
    COMB_ID(NUMBER) COMB_NAME(VARCHAR2) SUB_ID1(NUMBER(FK*)) SUB_ID2(NUMBER(FK*)) SUB_ID3(NUMBER(FK*)) SUBJ_ID4(NUMBER(FK*))
    383           S1      9           4           2           3
    384           S2      4           2           5           3
    ---------I actually designed the ABOVE table also like this
    3) a)COMBINATION
    COMB_ID(NUMBER) COMB_NAME(VARCHAR2)
    383           S1
    384           S2
    b)COMBINATION_DET
    COMBDET_ID(NUMBER) COMB_ID(FK**) SUB_ID(FK*)
    1               383          9
    2               383          4
    3               383          2
    4               383          3
    5               384          4
    6               384          2          
    7               384          5
    8               384          3
    Business rule: a combination consists of a maximum of 4 subjects (must contain)
    and the user is less relevant to a COMB_NAME(name of combinations) but user need
    the subjects contained in combinations
    i need the following output
    COMB_ID COMB_NAME SUBJECT1 SUBJECT2      SUBJECT3      SUBJECT4
    383     S1     Biology Chemistry      Computer Science Physics
    384     S2     Chemistry Computer Science Mathematics Physics
    or even this is enough(what i actually needed)
    COMB_ID     subjects
    383           Biology,Chemistry,Computer Science,Physics
    384           Chemistry,Computer Science,Mathematics,Physics
    you can use any of the COMBINATION table(either (2) or (3))
    and i want to know
    1)which design is good in this case
    (i think SUB_ID1,SUB_ID2,SUB_ID3,SUB_ID4 is not a
    good method to link with same table but if 4 subjects only(and must) comes
    detail table is not neccessary )
    now i am achieving the result by program-coding in C# after getting the rows from oracle
    i am using oracle 9i (also ODP.NET)
    i want to know how can i get the result in the stored procedure itsef.
    2)how it could be designed in any other way.
    any help/suggestion is welcome
    thanks for your time --Pradeesh

    Well I forgot the table-alias, here now with:
    SELECT C.COMB_ID
    , C.COMB_NAME
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID1) AS SUBJECT_NAME1
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID2) AS SUBJECT_NAME2
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID3) AS SUBJECT_NAME3
    , (SELECT SUB_NAME
    FROM SUBJECTS
    WHERE SUB_ID = C.SUB_ID4) AS SUBJECT_NAME4
    FROM COMBINATION C;
    As you need exactly 4 subjects, the columns-solution is just fine I would say.

  • WRT54G Not Supported By LELA...help needed

    Alright, roughly 2 days ago I hooked up this router (WRT54G) to the computer, and then later that day hooked up a laptop by wireless signal.  These first couple of days were fine, but last night while on my laptop searching the web, I began to lose a signal every few minutes for roughly 30-45 seconds.  After becoming annoyed, I went to check out my network by using LELA.  However, instead of the screen I expected (showing your network diagram), I was told that I was using a new router.
    Obviously, I hadn't changed the router so I was confused and decided to update, which was the option it gave me and because cancelling out wasn't possible.  However, it didn't work.  After going through the setup, which was essentially just like the original setup for the router, I got to the last step and it said the LELA didn't support the router, as though I was using one from another computer or something.
    My dad said he had installed an Internet Explorer update and it had prompt him to change settings, and he had, but nothing that he thought would affect it.  Also, I did a system restore to a point just shortly after it was originally installed, and at a time I knew it had been working, but alas that didn't work either.
    I've searched on google and all over these forums for some help, but I've found nothing that gives me good answers.  I saw somewhere to roll back my firmware, but I don't know how, as it won't let me connect to the internet through the router, and if I unplug the router and bypass the router for my internet then I can access the web, but obviously not the router.  I'm stumped, and wondering if maybe all I need to do is a power cycle or roll back my firmware.  Please, answers would be helpful.  Thank you
    EDIT:  Also, I'm not sure where to find what version I have or what firmware I have.  I just know my model number, and that I can get to my settings by typing in the IP of the router in IE address bar.  I had enough knowledge to get it going, but its been very frustrating in fixing the problems.
    Message Edited by stangman on 12-31-2007 07:52 AM
    Message Edited by stangman on 12-31-2007 08:06 AM

    Oh, and a couple more things.  Why did a system restore not work, shouldn't this technical reset the system back to a time when it was working?  Or, does firmware not change?  I suppose, I'm kind of a newb to the whole router thing, and to be really honest, we just barely changed to high speed internet the day before I bought the router.  The high speed modem was professionally installed.  I know for a fact I had it hooked up right, I mean it didnt seem too confusing and plus it was working great for a short time.  Thanks.
    EDIT:  You know, now that I've done so much searching for answers, I've found that lots of people are having this problem, but yet, I'm having a hard time finding answers.  So you would think Linksys might fix this problem in a firmware update, and yet the only valid solution I have found is to go back to the previous firmware.  Yet, I don't know how to do that, besides I'm at school right now, so yeah thank you for the help in advance.
    Message Edited by stangman on 12-31-2007 10:29 AM

  • Help needed with itunes

    help needed with itunes please tryed to move my itunes libary to my external hard drive itunes move ok and runs fin but i have none of my music or apps or anything all my stuff is in the itunes folder on my external hard drive but there is nothing on ituns how do i get it back help,please

    (Make sure the Music (top left) library is selected before beginning this.)
    If you have bad song links in your library, hilite them and hit the delete button. Then locate the folder(s) where your music is located and drag and drop into the large library window in iTunes ( where your tracks show up). This will force the tunes into iTunes. Before you start, check your preferences in iTunes specifically under the"Advanced" tab, general settings. I prefer that the 1st 2 boxes are unchecked. (Keep iTunes Music folder organized & Copy files to iTunes Music folder when adding to library). They are designed to let iTunes manage your library. I prefer to manage it myself. Suit yourself. If there is a way for iTunes to restore broken links other than locating one song at a time I haven't found it yet. (I wish Apple would fix this, as I have used that feature in other apps.) This is the way I do it and I have approx. 25,000 songs and podcasts and videos at present. Hope this helps.

  • Urgent help needed on deployment facts

    Hi
    I had completed a Java Web based application using JApplet, which in turn uses Java Media Framework and Java Communications APIs. So when i deploy this application and let the clients use this application. I need to dump some jar files and properties files into the clients JRE so that all the APIs will work properly. Without any installations. I tried doing this manually by copying these files into client machines So is there a direct method for performing the task. Or i need to add some additional code to my applet so as to find the clients current JRE version and place the required files under using FTP? Can i write a setup routine or something which does all these operations once the client access the applet?
    Help needed in the above issues
    Thanks in advance
    Swaraj

    What you will want to do is look into JNLP and Java WebStart. They allow you to write a setup for your product that makes installation as easy as InstallShield&trade; does for the Windows&trade; platform (ie: it allows customers who cannot tell Java from Perl to install your product).

  • URGENT HELP NEEDED - iPhone 3Gs no longer detected or charged by MacBook

    My iPhone 3Gs (3.1) has been running fine, until several hours ago today, when I plugged it to my MacBook, the iPhone is no longer detected - it doesn't show up in iTunes, nor it is charged. I tried opening iPhoto, and it wasn't there too. Not with Image Capture too. I tried charging it using the out-of-box wall charger using the same out-of-box USB cable I use for MacBook, and it can be charged without any problem. Then I put it into Recovery mode, and there iTunes can see it. I don't want to restore it before I figure out exactly what went wrong, as I don't want the restore process somehow gets stuck in the middle that the connection is lost again.
    I've tried reinstalled iTunes, including completely removal of Apple Mobile Device Support, as instructed by Apple. But still no luck.
    I've tried switching to another USB port of my MacBook. No luck.
    My iTunes is the latest 9.0.1, and my Mac OSX is 10.6.1. My iPhone is on 3.1, upgraded from 3.0.
    I've read from web that it seems I'm not the only one out there having this problem. But none of them seem having any real working solution.
    Urgent help needed & appreciated. Millions of thanks in advance.
    Gary

    1. I used both cables - theirs & mine ... and on several macs
    2. yes, same cable for wall & mac
    3. as said, i did completely remove & install itunes (incl. apple mobile device support), as instructed on the apple webpage
    anyway, did a restore just now. it seems okay now. but the problem is i have no idea what cause this, and i can't replicate the problem. so i don't know when it will happen again ... maybe a bug with os 3.1 ... others on web said os 3.1 is quite buggy ...

  • Help needed in setting up Japanese Database

    Hi there,
    Help needed in setting up Japanese Database.
    I created database with UTF8 character set on Sun Solaris O/S.
    Oracle version 8.1.7.
    I am accessing the DB through SQL*Plus (Windows client).
    I downloaded the Japanese font on client side and also set the NLS_LANG environment variable to Japanese_Japan.UTF8. Still, I am not able to view Japanese characters. O/S on client side is Windows 2000 professional (English). Is O/S (client) need to be Japanese O/S? When I try to retrieve sysdate, its displaying in Japanese but not all characters in Japanese. Can anyone help me out how to set up the client and is there any parameters to be setup at server side? I also tried to insert japanese characters into table through client, but it displaying as "?????" characters. Any help in this regard is appreciated.
    Thanks in advance,
    -Shankar

    lol
    your program is working just fine.
    do you know what accept does? if not read below.
    serversocket.accept() is where java stops and waits for a (client)socket to connect to it.
    only after a socket has connected wil the program continue.
    try putting the accept() in its own little thread and let it wait there while your program continues in another thread

Maybe you are looking for

  • Reg: Updating the Financial Statement Version (FSV). Criteria for records ?

    Hi All, I am trying to update the Financial Statement Versions in lower systems with that of Production. Am using Xml to bring on the data from Production system to DEV box. I have the data as follows: Node_tab: Record Type      -                   

  • Problem in adding new downloadable objects in DW CS3

    i have a problem. i have download so many objects from this site and now i want to add these aep extention files and i dont know where i shud pate them in the installation folder to use these objects in my web site kindly do help me in this regard. i

  • SAP BPC 7.0 MS and Internet Explorer 8

    Hello experts!! Our company is considering 'upgrading' the Internet Explorer version from IE7 to IE8, and they have asked us if there will be some problems related with SAP BPC 7.0 MS. We have search for informations in the forums and in the OSS Note

  • Exception in CURSOR

    Hi Friends, I want to handle this exception(NO_DATA_FOUND) in cursor but my SELECT statement in cursor not like SELECT INTO. How to handle it? This is my Code-- SET SERVEROUTPUT ON DECLARE      CURSOR C_ARG(I_DNO NUMBER, I_JOB EMP.JOB%TYPE)      IS  

  • How I can open Labview6.1 files form Labview5.1, or how to save file using 6.1 in order to open it by 5.1

    I tried "save with options" but there are only 6.0/6.1 versions but no prior. How I can convert files from LV6.1 to LV5.1?