Value slide needs fixin'

The value slider below the color wheel should automatically
indicate the value of whichever color control point you click on.
It doesn't, which is confusing.

Oh yes they do. It's tricky work and it's on our radar.
Thanks for the post.
Lyd

Similar Messages

  • Crystal Reports 2008 SP3 Additional parameter values are needed

    I recently upgraded to Crystal Reports 2008 SP3, and now when I try an export a report from the Crystal Reports Designer, I get the error "Additional parameter values are needed before this report can be saved or viewed with data.  Click 'Ok' to enter the missing values or 'Cancel' to proceed without data".  I am trying to export the report to Crystal Reports format.  The report is getting data from a MS SQL 2005 stored proc. I tried building a new simple report (just took all the fields in the result set and put them in the details section) using the same stored proc, and get the same error when I try to export.  
    FYI, before I try to export I always preview the data in the report, so the parameters are defiantly set correctly.
    This was working correctly in Crystal Reports 2008 SP2.

    Please re-post if this is still an issue or purchase a case and have a dedicated support engineer work with you directly:
    http://store.businessobjects.com/store/bobjamer/DisplayProductByTypePage&parentCategoryID=&categoryID=11522300?resid=-Z5tUwoHAiwAAA8@NLgAAAAS&rests=1254701640551

  • What value we need to pass as parameter in where clause in select query

    Hi ALL,
    I have written following query, it was executing fine and returning me all the rows with search criteria.
    SELECT *
    FROM
    PRTY_RQST PR
    JOIN BUSN_APPLC BIAP ON BIAP.BUSN_APPLC_ID = PR.BUSN_APPLC_ID
    JOIN INTN_STATS INSTS ON INSTS.INTN_STATS_ID = PR.INTN_STATS_ID
    JOIN INTN_PROCES_TYP INTPTY ON INTPTY.INTN_PROCES_TYP_ID = PR.INTN_PROCES_TYP_ID
    LEFT JOIN RQST_TYP RQSTYP ON RQSTYP.RQST_TYP_ID = PR.RQST_TYP_ID
    JOIN ADDTN_RQST_INFO ADTINF ON PR.PRTY_RQST_ID = ADTINF.PRTY_RQST_ID
    JOIN ADDTN_INFO_KEY_TYP ADDKEY ON ADTINF.ADDTN_INFO_KEY_TYP_ID = ADDKEY.ADDTN_INFO_KEY_TYP_ID
    JOIN PRTY_KEY PRTKEY ON PR.PRTY_RQST_ID = PRTKEY.PRTY_RQST_ID
    JOIN PRTY_KEY_TYP PRKYTP ON PRTKEY.PRTY_KEY_TYP_ID = PRKYTP.PRTY_KEY_TYP_ID
    WHERE (BIAP.BUSN_APPLC_NM = 'bpel')
    AND (INTPTY.INTN_PROCES_TYP_NM = 'FulfillmentOrder')
    AND (PR.UPDT_BY = 'update3')
    AND (INSTS.INTN_STATS_NM = 'Submitted')
    AND (PR.CHLD_RQST_IND = 'N')
    AND (PR.TRACK_RQST_IND = 'Y')
    AND (RQSTYP.RQST_TYP_NM = 'PensionPortfolioRebalance')
    AND (RQSTYP.RQST_CLASS_NM = 'Composite')
    AND (PRKYTP.PRTY_KEY_TYP_NM = 'NPIN')
    AND (PRTKEY.PRTY_TYP_VAL = '101101' )
    AND (ADDKEY.ADDTN_INFO_KEY_TYP_NM = 'PlanNumber')
    AND (ADTINF.ADDTN_RQST_TYP_VALUE = 'TBMBUpdated');
    My question here is i don't want pass the value for BIAP.BUSN_APPLC_NM, still want to get the values for remaing conditions. what value i need to pass here.
    I tried Null it giving me no rows. can some one help me on this.
    Thank you in advance.
    Vijay

    933325 wrote:
    thank you,
    since it is search criteria. I have to use OR instead of AND. this resolved my problem.
    SELECT *
    FROM
    PRTY_RQST PR
    JOIN BUSN_APPLC BIAP ON BIAP.BUSN_APPLC_ID = PR.BUSN_APPLC_ID
    JOIN INTN_STATS INSTS ON INSTS.INTN_STATS_ID = PR.INTN_STATS_ID
    JOIN INTN_PROCES_TYP INTPTY ON INTPTY.INTN_PROCES_TYP_ID = PR.INTN_PROCES_TYP_ID
    LEFT JOIN RQST_TYP RQSTYP ON RQSTYP.RQST_TYP_ID = PR.RQST_TYP_ID
    JOIN ADDTN_RQST_INFO ADTINF ON PR.PRTY_RQST_ID = ADTINF.PRTY_RQST_ID
    JOIN ADDTN_INFO_KEY_TYP ADDKEY ON ADTINF.ADDTN_INFO_KEY_TYP_ID = ADDKEY.ADDTN_INFO_KEY_TYP_ID
    JOIN PRTY_KEY PRTKEY ON PR.PRTY_RQST_ID = PRTKEY.PRTY_RQST_ID
    JOIN PRTY_KEY_TYP PRKYTP ON PRTKEY.PRTY_KEY_TYP_ID = PRKYTP.PRTY_KEY_TYP_ID
    WHERE (BIAP.BUSN_APPLC_NM = null )
    OR (INTPTY.INTN_PROCES_TYP_NM = 'FulfillmentOrder')
    OR (PR.UPDT_BY = 'update3')
    OR (INSTS.INTN_STATS_NM = 'Submitted')
    OR (PR.CHLD_RQST_IND = 'N')
    OR (PR.TRACK_RQST_IND = 'Y')
    OR (RQSTYP.RQST_TYP_NM = 'PensionPortfolioRebalance')
    OR (RQSTYP.RQST_CLASS_NM = 'Composite')
    OR (PRKYTP.PRTY_KEY_TYP_NM = 'NPIN')
    OR (PRTKEY.PRTY_TYP_VAL = '101101' )
    OR (ADDKEY.ADDTN_INFO_KEY_TYP_NM = 'PlanNumber')
    OR (ADTINF.ADDTN_RQST_TYP_VALUE = 'TBMBUpdated');
    AND (ADTINF.ADDTN_RQST_TYP_VAL_DT ='06-JUN-12 04.18.56.000000000 PM')
    AND (ADTINF.ADDTN_RQST_TYP_VAL_NUM ='123123') ;
    once again thank you all.But that's a completely different query than what was in the original post

  • LOV query is invalid, a display and a return value are needed

    hello - i am having this issue and can't get around this when creating a popup LOV based on sql.
    below is LOV query. as you see the view has only two columns. I tried various ways by giving alias to columns in query but nothing works. What did I miss here?
    select description,inventory_item_id from xx_apex_inv_v
    1 error has occurred
    LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query.

    Did you try it like this?
    select description d, inventory_item_id v from xx_apex_inv_v

  • Help - Missing: Tempo Value Slider, Time Signature Slider

    I'm assuming I'm missing something really basic here but I can't for the life of my find an answer.
    How do I set which controls appear in the project controls area at the top of Soundtrack Pro?
    I see Sample Rate but I do NOT see the Tempo Value Slider, the Time Signature Slide, the Key Pop-Up Menu. Where in the menus do I control what does and doesn't appear in that top bar under the project name?

    One note of clarification. I do understand that I can find the tempo slider and time signature slider (or even the button to change the timeline from beats to seconds) under the project tab in the left-hand pane. But I seem to remember all of these controls being conveniently located at the top of the timeline. Is this just a change with the new version of Soundtrack? Is there no way for me to restore those controls to the top of timeline alongside the sample rate and read/latch/touch button as I believe used to be the case?
    Message was edited by: ahossain

  • Select List with Submit : a display and a return value are needed...error

    Hi,
    Why the next SELECT returns error in Select list with submit ?
    List of values definition:
    SELECT b.nom nom_bannniere,
    b.no_banniere no_bann
    FROM banniere@my_source b
    WHERE b.statut = 0
    ORDER BY nom_bannniere;
    1 error has occurred
    * LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query.

    gfrancoeur,
    Try this SQL:
    SELECT b.nom d,
    b.no_banniere r
    FROM banniere@my_source b
    WHERE b.statut = 0
    ORDER BY 1Thanks,
    - Scott -

  • Get every 10 sec a int.value and need to take the sum of the last 18 values

    Hi,
    i get every 10 sec a int.value and need to take the sum of the last 18 values (3 minutes).
    the programm should work permanently.
    I tried with a 1d-array but didn´t get a result. Could anyone help me?
    Best regards
    kasche

    Use the example in the posted link, then add another shift register for your sum of all elements. Dont add all the elements every time, add them to a running total when they come in. You will need to evaluate how big this number is going to get, however, and decide if you should use an I64 for your running total of all elements. Even this will overflow eventually. 
    So your code would look like that posted by GerdW in the above link, then add a shift register with a starting value of 0. Then add your input value to the value comming from this shift register and send the output to the shift register's output terminal. This creates your running total of all values. The code by GerdW provides your "last 18 elements" total in a very efficient manner, just change the 15 to an 18.
    I have attached a sample bit of code to make it clear. I saved it in LV 8.0 so more people can open it.
    CyberTazer
    Software Systems Engineer
    Attachments:
    Running 18 total.vi ‏11 KB

  • How to get the Values i need from a String???

    hi i need some help on my program,
    I have a Server that actually sent some data to my Client.
    The data consist of some messages and intergers . The whole piece of data is stores as a String message.
    ARRAY 'Monitor Chart' 2 5
    'Total OverFlow' 'Queued' 'Completed' 'Host Resets' 'Errors'''
    0.0 1.0 2.0 3.0 4.0
    'Series1' 11.0 0.6 8.6 11.5 6.6
    'Series2' 12.8 6.7 21.6 11.1 30.0Inside the Client i need to get the values out to showed on my textfields
    Example :
    Tf1 = 11.0
    Tf2 = 0.6
    Tf3 = 8.6
    Tf4 = 11.5
    Tf5 = 6.6
    Question: How to i get the values out from the String???

    using the split() method. i am able to split everything now
    so it appear somthing like this :
    import javax.swing.*;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.*;
    public class testing{
         String d1 =     "ARRAY 'Monitor Chart' 1 5";
         String d2 = "'Total OverFlow' 'Queued' 'Completed' 'Host Resets' 'Errors'";
         String d3 = "'' 0.0 1.0 2.0 3.0 4.0 ";
         String d4 = "'Series1' 11.0 0.6 8.6 11.5 6.6 ";
         String d5 = "'Series2' 12.8 6.7 21.6 11.1 30.0 ";
         String data = d1 + d2 + d3 + d4 + d5;     
         public testing(){
              System.out.println(data);
              String[] result = data.split("\\s");
              for(int x=0;x<result.length;x++)
              System.out.println(result[x]);
         public static void main (String args[])throws IOException{
            testing Application = new testing();
    }ARRAY
    'Monitor
    Chart'
    2
    5
    'Total OverFlow'
    'Queued'
    'Completed'
    'Host Resets'
    'Errors'''
    0.0
    1.0
    2.0
    3.0
    4.0
    'Series1'
    11.0
    0.6
    8.6
    11.5
    6.6
    'Series2'
    12.8
    6.7
    21.6
    11.1
    30.0
    but how do i get the values out ??how do i noe it is which index or wad?
    11.0
    0.6
    8.6
    11.5
    6.6

  • VA01 screen value change needed

    Hi All,
    My requirement is, In VA01, change displayed value of VBKD-KURSK with Ztable value. I can fetch this value, the issue is how to show this Zvalue on screen. In other words I want to overwrite the VBKD-KURSK value if certain sales order type used.
    Can anyone suggest any possible way ?

    Hello,
    think it should be possible in the formroutine USEREXIT_CHECK_VBKD in include MV45AFZB.
    It's one of the old exits in the SD-area, so you'll need an object registration.
    Regards Wolfgang

  • Audigy 2 Value DRIVERS needed... help

    <FONT face=Century>Hi Guys...<FONT face=Century>UK Calling.
    <FONT face=Century>
    <FONT face=Century>Yesterday I bought the SB0400 Audigy 2 Value for my 5 yr old daughter. Only problem was it did not come in a box (OEM version apprantly) came with installation CD which was damaged.
    <FONT face=Century>
    <FONT face=Century>Retailer says they have discontinued the range and so will have big trouble replacing the CD (called "Soundblaster Audigy 2 Value, Installation and Applications CD").
    <FONT face=Century>
    <FONT face=Century>I already have the Audigy 2 Platinum ex being used on my desktop. It absolutely rocks.
    <FONT face=Century>
    <FONT face=Century>I cannot find <any drivers for the "Value" Sound Card. I have tried downloading and installing "SBA2_PCWDRV_LB__84_55-R" and also "A2LS_PCWDRV_LB__88_25" which were available on various websites. Neither of them worked.
    <FONT face=Century>
    <FONT face=Century>Error messages come up such as " ..could not find components" etc.
    <FONT face=Century>
    <FONT face=Century>I want to keep the card. Its great value for what it is. Before you ask... my Audigy 2 Platinum ex discs do not work for the Audigy 2 Value. I now hear from one of the posst that "Value" is a totally different chipset from Audigy 2 i.e. its not a true Audigy 2 at all!
    <FONT face=Century>
    <FONT face=Century>Anyway... drivers drivers.... i need drivers...!!!!

    ... and from here you find another link to DL whole driver/software CD package.
    jutapa

  • Value contract - Need restrcition of amount in PO for contract line item

    Hello Guru,
    I want to create a single value contract (WK) for multiple years .. say 3 years with target value as 450K USD with three line items for each year of value 150K USD.  I would like that when buyers create a PO system should not allow them to create release purchase order for each line item more than 150 K for the year. Can somebody tell me how to configure that?
    Here is my current config example :
    Contract #ABC - Target value 450 with validity date 1/1/11 until 12/31/13
    Line item 1 - 150 K
    Line item 2 - 150 K
    Line item 3 -  150 K
    Now when I create PO with respect to contract#ABC line item 1 - system allows me to create PO with more than 150 K but gives me error message only if I exceed more than 450 K (because message 06/042 is error in config).
    The requirement is to create a single contract for the vendor. Can somebody help me to figure out the way to restrict PO amount by each year limit by standard or custom configuration?
    Thanks, Sachin
    Edited by: sachindubey on Feb 29, 2012 10:15 PM

    Hi,
    As far as I remember it was simple logic!
    Something like
    Goto EKPO select KONNR ;
    If  KONNR != blank (Not equal to blank)
    Do not allow to change condition type u201CPB00u201D
    Also incorporate addition date check for your need

  • Master Slides - Need alternate solution.

    I am an Apple Keynote/Aperture user who desires to create multi-image slides using a grid in which individual photos are deposited into cells like picture frames - sort of like a school yearbook layout. I have experimented with creating master slides using "Tables" and "Shapes" within Keynote, but find that they have limitations:
    1. Using shapes in Master Slides, it is extremely difficult to get equal-sized borders between images using the "align" and "distribute" functions, particularly so if the cells are different sizes. As you are aware, these functions only operate on a horizontal or vertical basis. Is there a function that would automatically align all the cells on a slide in both dimensions?
    2. With Tables, I cannot zoom or re-orient the image other than "fit" or "fill".
    I would like to have a variety of various "grids" stored and available for use again and again. I am guessing that some software manufacturer makes a variety of template type grids - like the type graphic artists must use - that can be employed within the Apple system. If these do exist it would make my job a lot simpler. So my question is: On what computer user's forum should I raise this question?
    Thanks for your time and I would appreciate any thoughts you might have.
    Kent Loudon
    Message was edited by: Old Photog

    Old Photog wrote:
    1. If I click "create a new master slide", Keynote duplicates the nearest master in the list. Is there a way to start out with a blank master?
    No. As you say, creating a new master slide always just duplicates the currently selected master
    2. I dragged some images from Finder into media
    placeholders in a new slide. Later when I came back to Keynote I found the images had been replaced with a grey background, outline "X" and question mark. What happened?
    Keynote doesn't treat images the way it treats audio and video i.e. images are always copied into the presentation, whereas with audio and video you have a choice to simply link to them. You wouldn't see the 'broken' image holders if you, say, dropped some images into a presentation and then moved/deleted the original images in the Finder. Keynote would be using the local copies it made of the images, and would have no dependency on the originals.
    The only way I could duplicate this was to actually view the package contents of the presentation and manually delete the local copies of images that Keynote had stored. When I did that to a presentation and then opened it, I did indeed see the grey boxes with question marks that you describe.
    Can you describe in more detail what you did between placing the images and then "coming back to Keynote" to find that the images had broken. Was it really just a case of closing the file, and then opening it again?
    3. What is the proper way to select a master slide when creating a new slideshow slide?
    I'm not sure exactly what you mean here. Are you talking about the best way to choose which master slide is applied to a new slide that you create in a presentation?
    Similar to creating a new master slide, you don't really have much control over which master is used. Keynote will use the master of whichever slide you have selected when you add the new slide.
    After that you can do one of 3 things to choose which master is applied to the slide:
    1. Choose one from the Masters button on the toolbar
    2. Drag a master from *Master Slide* area in the slide viewer onto the newly created slide in the Slides area
    3. In the Slide tab of the inspector, under Appearance choose a master from the list of thumbnails
    Message was edited by: maddoguk69

  • AT SELECTION-SCREEN ON VALUE-REQUEST needed

    hi,
    i want code for atselection-screen for one parameter.
    pls check the code i am sending.i am not understanding that if any one knows pls explain me.and it is correct or not.
    parameters: P_LDCTY(2).
    DATA: BEGIN OF IHELP_FIELDS OCCURS 20.
            INCLUDE STRUCTURE HELP_VALUE.
    DATA: END OF IHELP_FIELDS.
    DATA: BEGIN OF HELPTAB OCCURS 100,
           FELD(50),
    END OF HELPTAB.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR P_LDCTY matchcode object ZSDOTC_VOYAGE.
    REFRESH IHELP_FIELDS.
      MOVE 'VBAK'  TO IHELP_FIELDS-TABNAME.
      MOVE 'ZZLOADCTY1' TO IHELP_FIELDS-FIELDNAME.
      MOVE 'X'     TO IHELP_FIELDS-SELECTFLAG.
      APPEND IHELP_FIELDS.
       REFRESH HELPTAB.
      SELECT *
             FROM ZPORT
             ORDER BY ZZCNTRY INTO IHELP_FIELDS.
        MOVE ZPORT-ZZCNTRY TO HELPTAB.
        APPEND HELPTAB.
        ENDSELECT.
      CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE'
        EXPORTING
          DISPLAY                   = ' '
          FIELDNAME                 = 'ZZCNTRY'
          TABNAME                   = 'ZPORT'
        IMPORTING
          SELECT_VALUE              = SELECTED_VALUE
        TABLES
          FIELDS                    = IHELP_FIELDS
          VALUETAB                  = HELPTAB
        EXCEPTIONS
          FIELD_NOT_IN_DDIC         = 01
          MORE_THEN_ONE_SELECTFIELD = 02
          NO_SELECTFIELD            = 03.
      IF SELECTED_VALUE <> SPACE.
        P_LDCTY = SELECTED_VALUE.
      ENDIF.
    pls help mein this issue.
    points will be awarded for right answer,
    thanks and regards
    suneetha

    Hi suneetha,
    1. we have to juse like this.
    2. a) use FM F4IF_INT_TABLE_VALUE_REQUEST
       b) syntax is : AT SELECTION-SCREEN ON VALUE-REQUEST FOR MYFIELD.
    3. just copy paste in new program.
    4.
    Hi prakash,
    1. sample code (just copy paste)
    2.
    REPORT ABC.
    DATA : BEGIN OF ITAB OCCURS 0,
    UNAME LIKE USR01-BNAME,
    END OF ITAB.
    data : RETURN_TAB LIKE DDSHRETVAL occurs 0 .
    data : RETURN_wa LIKE DDSHRETVAL .
    PARAMETERS : A(12) TYPE C.
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR A.
    ITAB-UNAME = 'U01'. APPEND ITAB.
    ITAB-UNAME = 'U02'. APPEND ITAB.
    ITAB-UNAME = 'U03'. APPEND ITAB.
    CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST'
    EXPORTING
    DDIC_STRUCTURE = ' '
    retfield = 'ITAB-UNAME'
    PVALKEY = ' '
    DYNPPROG = SY-REPID
    DYNPNR = SY-DYNNR
    DYNPROFIELD = 'A'
    STEPL = 0
    WINDOW_TITLE =
    VALUE = ' '
    VALUE_ORG = 'S'
    MULTIPLE_CHOICE = ' '
    DISPLAY = ' '
    CALLBACK_PROGRAM = ' '
    CALLBACK_FORM = ' '
    MARK_TAB =
    IMPORTING
    USER_RESET =
    tables
    value_tab = ITAB
    FIELD_TAB = FTAB
    RETURN_TAB = return_tab
    DYNPFLD_MAPPING =
    EXCEPTIONS
    PARAMETER_ERROR = 1
    NO_VALUES_FOUND = 2
    OTHERS = 3
    break-point.
    regards,
    amit m.

  • MWST as 0 value manulay needs to be entered in line items

    Hi All,
    Can we enter MWST condition type as 0 value manulay in each line item ?I am getting incompletion as mwst cannot be null value.

    Hi,
    Reason for sales document getting into incompletion: MWST condition type is mandatory in your pricing procedure. If you remove it then it will not take that to incompletion log.
    If business requirement is to have it mandatory then you can look at two options:
    Option 1:  Maintaining condition records for Zero Percentage for the required combination.
    Option 2: In order to allow manual entry at the time of creation of Sales Document, change the field "manual entiries"for the respective condition type (T-Code: V/06) , in your case MWST, either to blank or 'C'.
    Thanks n Regards,
    Prasad

  • A fix that needs fixin'

    One of the most irritating fixes is the numbering problem.
    When you do a DV start/stop detect all is well. The numbering
    of the clips is fine.
    But, when you turn them into subclips, the numbering goes
    haywire with 2 coming after 19, 3 after 29, etc.
    I'd love to see this fixed, rather than re-numbering the clips
    all the time.
    Of course, I still love FCE!
    Schuney

    You do not need to enter a new number, but edit the clip name to add leading zeros to the number already there. It is a nuisance, however and I have sent Apple feedback suggesting that an option for leading zeros be provided.
    867 MHz PowerPC G4   Mac OS X (10.3.9)  

Maybe you are looking for

  • ITunes 11.0.1: Can't drag files into playlist unless it's in "List" view mode

    If I drag and drop audio files from Finder into a playlist in iTunes 11 (which I do in order to make sure meta tags are correct), they only appear in the playlist if i'm using "List" mode. Using "grid" or "artist list", the files get added to my iTun

  • Graphic error in 10.2.1

    Ever since the update to 10.2, I noticed that if iTunes opens and it is not the window in focus, some of the colors were off in parts of the screen. I have recently discovered this is what happens in the Mini Player when it is not selected as the top

  • Purpose of the following tables?

    Hi All, Does anyone knows the exact purpose of the following tables; 1. BSIK 2. BSAK 3. BSAS 4. BSIS I need a clear description. Thanks, Kishan

  • Easy DM - cannot open original with all SAP users

    Hello SAP gurues, I have problem with Easy Document Management, more specifically with originals in DIR's. We have the following situation: Our client explicitly wanted to have only links (absolute file paths) to original files in DIR's, therefore th

  • Workitem

    hi all i want to send a sap transaction link in the workflow mail how should i go abt it regards navjot