! condition typee is dependant on the other 2

Dear Sirss,
                    I have 3 conditions type in pricing. The third one is 3% of the total value of the 1st 2 condition types plus Rs 5000 please help me in configuring the same.

Hi Shailendra,
This is how you do it.
Create a new condition type to determine that Rs.5000. (By doing this you can vary that amount as well (if required ))
Eg: Use condition type "CITX" as an example, where "Condition class" = Prices & "Calculation type" = Fixed amount
Go to VK11 & enter Rs.5000 as value for that condition.
Then add below steps in your pricing procedure.
Step 10 - Your first condition
Step 20 - Your second Condition
Step 30 - Total 1 - Total value of Step 10 to 20
Step 40 - Fixed Price condition (Rs. 5000)
Step 50 - Total 2 - Total of Step 30 to 40
Step 60 - Percentage Condition (3%) - from Step 50
I think this has more clarity.
Hope this helps you !
Best regards,
Anupa

Similar Messages

  • OBIEE - How to make one presentation variable dependent on the other

    Hi,
    I have the following requirement. In a prompt say there are two columns acting as filters:
    Columnfilter1 Columnfilter2
    Now the columnfilter2 is constrained based on columnfilter1.
    The user wants that, upon logging only the columnfilter1 should have default value set and not columnfilter2. And the report should run in the following way:
    If only columnfilter1 is entered at the prompt and not columnfilter2. Therefore it should give values for all the columnfilter2 values wrt columnfilter1.
    and
    if both the prompts are entered, then the report should filter on both the columnfilters.
    I dont know how to set the above to conditions in the report.Please let me know how should i proceed.
    Thanks

    Hi,
    Thanks for the reply.. I think i did not pose question properly.. In my report I have the following requirement:
    Column1 Prompt Column2 Prompt
    Where column2 prompt depends on the column1 prompt such that there is a hierarchy, column1 (parent) --> column2 (child)
    Now, if in my report i need to display measures by comparing column1 and column2 prompts with parallel set of column1 and column2 values of another hierarchy.
    now, if column1 prompt is chosen and no column2 prompts are chosen then, then alll values of column2 are considered. Now I want to put a condition of comparison when all values are considered and a different condition of comparison when a specific value for column2 prompt is entered. How do i do that?? I thought of using default value in the condition statement. But its not working. Maybe I am implementing it wrong.
    Could you let me know how to achieve the above?
    Let me know if you need any other details.
    Thanks,

  • Why do I have cc and cc2014 both in my list of apps in creative cloud? Can I delete the older and keep the newer or does one depend on the other?

    I have a list of both CC and CC2014 in all my programs on my Creative Cloud 'dashboard'.
    Do I need to keep them all, do they depend on each other, or can I delete the CC and just keep 2014?
    PS: I have never yet found the CSS panel where you can choose different settings in Dreamweaver CC and CC2014 - it looks entirely different from CS6. Can you tell me where to locate that or is it gone?

    http://blogs.adobe.com/jkost/2014/06/installing-the-2014-release-of-creative-cloud.html
    This messages says (at least some) CC 2014 programs use NEW plugins https://forums.adobe.com/thread/1499663
    -so do not uninstall the older CC programs if you use plugins in your programs until you are sure you have plugins that work in CC2014
    If you are sure you don't need the old CC programs
    -http://helpx.adobe.com/creative-cloud/help/install-apps.html to install or uninstall
    -read reply #3 about the ORDER of uninstalling & installing https://forums.adobe.com/thread/1242671
    For program specific questions you need to ask in that forum
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Prompt dependant on the other prompt

    Hi All,
    I have prompts which has year and quarter on the top and after 2 sections which has reports we again have a day prompt for the remaining 2 reports.How can I make day prompt to be dependant on year and quarter.My requirement is not to place them together year,quarter and day and use ocnstrain.I need to have day seperated from them as it is used only for 2 reports.Can somone please suggest.
    I have obiee 11.1.1.6
    Regards,
    Amrit

    Hi Veravelli,
    Thanks for the repsonse and suggetsion.I set the presentation variable for year as year_var1 and quarter as quar_var1.Now in day prompt I clcik on show--sql results.It gives SELECT "- Time"."Day" FROM "Manufacturing" .Can u please tell me now in this sql result how should I write where condition.(Actually it could be year is given a value and quarter is all choices so how should the where condition be written)
    Thank you so much for your help.

  • How to update colomn depend on the other in the same table

    hi ,
    i have the following table with 2 colomns (A and B)
    A B
    100 null
    90 null
    80 null
    70 null
    60 null
    and i want move the first max 2 number to the colomn B to be like this
    A B
    80 100
    70 90
    60 null
    and help please ,

    with t as ( select 100 A, null B from dual union
                   select 90, null from dual union
                   select 80 ,null from dual union
                   select 70, null from dual union
                   select 60, null from dual)
          select A, B
          from t
          model
          dimension  by (row_number() over (order by A desc) num )
          measures (A, cast (null as number)  B, count(*) over ()  cnt )
          RULES (
                 B [for num from 1 to 2  increment 1] =  A[cv()],
                 A[for num from 1 to cnt[1] increment 1] =  A[cv() + 2]
    A     B
    80     100
    70     90
    60Edited by: pollywog on Jun 15, 2011 3:44 PM
    or if you have 11g there is now a fuction called nth_value
    /* Formatted on 6/15/2011 4:03:51 PM (QP5 v5.149.1003.31008) */
    WITH t AS (SELECT 100 A, NULL B FROM DUAL
               UNION
               SELECT 90, NULL FROM DUAL
               UNION
               SELECT 80, NULL FROM DUAL
               UNION
               SELECT 70, NULL FROM DUAL
               UNION
               SELECT 60, NULL FROM DUAL)
      SELECT LEAD (A, 2) OVER (ORDER BY A DESC) A,
             CASE
                WHEN A < NTH_VALUE (MAX (A), 2) OVER (ORDER BY A DESC) THEN NULL
                ELSE A
             END
                B
        FROM t
    GROUP BY AEdited by: pollywog on Jun 15, 2011 4:04 PM

  • Need to change color of one column's value depending on the other column

    Hi,
    i have a search form which displays two column values
    First column value's colour should be based on second column's value
    For example, if second column has values 'Active', 'Inactive' and 'Pending'
    If 'Active' , the first column value's color sholud be 'red'
    If 'inacitve, another color ....
    Thanks in advance,

    Hi!
    What we did was we added a column on the VO that returns kind of a css part (for example if a column value is 'Active' the value of this column should be "background-color:rgb(255,0,0);")
    Than you use something like this on your column:
    inlineStyle="#{row.StatusStyle}"where StatusStyle is the name of the column with "background-color:rgb(255,0,0);" value.
    The problem here can be that the background color doesn't cover the whole column but only the text in it (so if it is null, the color is default).
    If you want the whole column to be of this color you use something like this:
                                        <af:column ...>
                                          <afh:tableLayout ...>
                                            <afh:rowLayout ...>
                                              <afh:cellFormat inlineStyle="#{row.StatusStyle}" ...>
                                                <af:outputText ...>
                                                </af:outputText>
                                              </afh:cellFormat>
                                            </afh:rowLayout>
                                          </afh:tableLayout>
                                        </af:column>Basically you put another table layout inside a column instead just a outputText (or whatever control you use)
    Hope this is understandable and it helps :)
    It works for us.
    BB

  • Conditions in SQVI for amount depending upon the Debitcredit Indicator

    Hello ABAP's
    I am new to this forum & learning. I am using SQVI for getting Information from Table BSEG. The data is getting extracted but I am unable to give any conditions for amount depending upon the Debitcredit Indicator. If it is "H" ie. Credit the Amount should change colour and if it is "S" it should be as it is.Just like in tcode MB51 when we get negative amount the Line is dispalyed in Pink and in case of Positive in Green.
    Looking forward to your help.
    With regards
    Sandy

    Hi Sandesh,
    You can not manipulate data in SQVI. For that you can write a query in infostructures transaction SQ01/02/03.
    1. Go in SQ02, create an infoset and assign it to user-group available.
    2. Inside infoset, declare table BSEG and click on button 'Extras'. here, you can write your code to multply by '-1' to a field depending upon some condition. Select 'Code' tab and code section as 'Record Processing'. Write code in window displayed.
    3. In SQ01, select infoset you just created and select the query.
    Execute the same and you will get required output.
    Let me know if it helps.
    Gouri.

  • Generating number depending on the condition

    Dear All,
    I have table with following structure.
    formno          number(5)
    name          Varchar2(100)
    centreno     number(2)
    rollno          Varchar2(10)
    I want to generate rollno depending on the following condition.
    1. Roll number should be generated based on the centreno
    2. Roll number should be generated based on the alphabets but not in a sqeuence.
    For eg.
    my data is like
    form no     name     centreno     rollno
    200           A1      01           1
    206           A2      01           4          
    502           A3      02           6
    234           A4      03           10
    400           B1      01           2               
    501           B2      02           7
    788           C1      01 3
    100           C2 02           8
    343           C3      01           5
    130           C4      02           9
    232           C5      03           11
    i.e. first I need to sort names alphabetically by centreno. But then I need generate number in a sequence that first A, B, C...Z will be generated. Then it starts again from A, B, C...Z for that centre. Then it will run same process for other centres.
    Any ideas how to do this?
    Regards
    Trusha
    Edited by: trusha on Oct 10, 2008 3:53 PM

    Something like .. (for given sample data)
    SQL> select * from test;
            C1 C2 C3
           200 A1 01
           206 A2 01
           502 A3 02
           234 A4 03
           400 B1 01
           501 B2 02
           788 C1 01
           100 C2 02
           343 C3 01
           130 C4 02
           232 C5 03
    11 rows selected.
    SQL> select c1,c2,c3,
      2    row_number() over(order by c3,rn,c2) regno
      3  from(
      4  select c1,c2,c3,
      5   row_number() over(partition by c3,substr(c2,1,1) order by c2) rn
      6  from test)
      7  order by c2;
            C1 C2 C3      REGNO
           200 A1 01          1
           206 A2 01          4
           502 A3 02          6
           234 A4 03         10
           400 B1 01          2
           501 B2 02          7
           788 C1 01          3
           100 C2 02          8
           343 C3 01          5
           130 C4 02          9
           232 C5 03         11
    11 rows selected.
    Edited by: jeneesh on Oct 10, 2008 4:51 PM
    corrected                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

  • Hiding text depending on the condition

    Hi All,
    I am new to reports, I want to know how can I hide and show text information depending on the condition....
    Thanks,
    Pavan.

    Then, u should kindly mention it pls to help others and state the version of reports u r using..!
    Regards,
    Abdetu..

  • Hide/show an textfield depending  on the value of two other textfield.

    hi,
    I have two textfield i.e grade_code and travel_policy
    now let me explain what these field are...
    grade_code is field like E4,M4,M1 ETC. WHERE
    travel_policy is field like AIRWAYS,RAIL - 1AC,RAIL -2AC etc i.e mode of transport.
    now.....
    as person of grade E4 is allowed to travel ONLY in RAIL - 2AC,IF GRADE E4 TYPE PERSON is travelling in Airways.then he have to give REASON FOR THAT.....
    what I required is ,that depending on grade_code and travel_policy textfield the,another textfield REASON should be hidden and shown dynamically
    GRADE - ALLOWED TO TRAVEL MODE
    M4 ---- AIR,RAIL - 1AC.
    M3 ---- AIR,RAIL - 1AC.
    E4 ----- RAIL - 2AC.
    Edited by: Shirish on Jan 31, 2012 9:19 AM

    I still think that a function that returns Boolean is the way to do that.
    Straightforward option is to enumerate all possible combinations. A better choice is to find out whether there are more "display" combinations or "don't display" ones, so you'd name those that require less typing while the others would be "others".
    Here's an example:
    if :P1_GRADE_CODE = 'E4' and :P1_TRAVEL_POLICY = 'AIRWAYS' then
       return (true);
    elsif :P1_GRADE_CODE = 'M4' and :P1_TRAVEL_POLICY = 'AIRWAYS' then
       return (true);
    elsif :P1_GRADE_CODE = 'M1' and :P1_TRAVEL_POLICY = 'AIRWAYS' then
       return (true);
    else
       return (false);
    end if;Even better option would be to create a table in between GRADE_CODE and TRAVEL_POLICY values which would contain valid combinations. Then you'd just have to check whether entered values exist in that table and return (true) or (false).

  • How do I make a white box in my master page that's intelligent enough to resize on all my other pages depending on the amount of content?

      I have a tiled background image but sometimes the white box only covers half the content and my tiled image is displayed under the other half of the content...  Do I have to manually make the box for each page or is there a way to attach it to both the header and footer so it expands depending on how much content is on each page while retaining my background image in only the border areas?

    Muse doesn't have that specific feature. However, in may cases the desired effect can be achieved by inverting how you think about it.
    Using a 100% with rectangle with a fill image for your header and another for your footer, that leaves the page fill and/or background fill image to grow and shrink to fill he space between your header and footer. If you only want one column of your page design to have this effect, you may be able to achieve that using a vertically repeating background fill image for the page or browser fill (where the fill is a horizontal band the with color only where you want the vertical column to appear.

  • How do you tell if the other person is typing or not?

    Hi, I have ichat 5.0.3 but I have had this problem on all my ichat versions since I started using
    it on my eMac way back in 2004.
    When I use AIM, or Yahoo, Skype, or MSN messenger, I can tell if the other person is typing or not and then if they are typing, I can wait for them to finish before I say something. But on iChat I have never been able to do this.
    Can someone tell me how to tell if the person I am chatting with is replying to me by typing?
    I would really appreciate it!
    Thank you,
    Martha

    You are welcome.
    For the points
    Further Note.
    If you happen to be inked on a LAN to other Macs and everyone has the Bonjour option in iChat On they you can select to "Send as you Type" (AIM on PC has this feature over Internet Connections and it is Called "Real Time").
    However one should remember that someone could be reading it as you type and it is not the same as typing something you would like to say but can't and deleting before sending a revised message.
    9:33 PM Monday; August 30, 2010
    Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

  • Calculate a measure depending on the value of other dimension

    HI,
    I would like to know if it’s possible to calculate a measure depending on the value of other dimension. I want to calculate this measure in the Business Model and Mapping. I show you how I am trying to do it:
    http://img338.imageshack.us/img338/2496/imagenjp.png
    But when I try to make an aggregation of this measure then I get an error of consistency.
    I think a good example to make you to understand me is the function TODATE which calculates an aggregation depending on one time dimension. I would like to do the same thing but regarding to the value of other dimension.
    Can someone help me? Thanks a lot.

    Hi,
    Do you have that dimension table as a "Sources" in that BMM folder? if yes, then you can use the "Data Type" option and click on "show all logical sources". Then click on your fact table using which you want to do the calculation and then use this formula. After that you can have the aggregation.
    It should work.
    Thanks,
    Rohit

  • Pricing (3 condition types, if 1 is filled, the other 2 must be empty)

    Hi,
    We have 3 freight conditions:
    FRA1
    FRB1
    FRC1
    Is one of this three is filled, the other 2 must not be filled.
    How can I arrange this? Can this be done in the calculation schema?
    Thank you in advance,
    Eric van Zundert.

    Dear Lakshman Iyer,
    Thank you for your answer. It does not work, maybe due to
    wrong setup. What do I wrong?
    Define Condition Exclusion Groups
    I created 1 excl. group = 10.
    Assignment of Condition Exclusion <-> Condition Types
    Assigend 3 condition types to 10.
    Assignment of Condition Exclusion <-> Calculation Schema
    entered:
    Snr. 1 then group A and then group 10.
    A is the condition excl. procedure.
    But If I create a PO all three freight conditions are available.
    And the last (with the access sequence is filled with 5%).
    Then I enter the manual condition type with 100 Euro. And
    now I have 2 conditions filled.
    The goal is: if I fill manually the condition the condition
    with the percentage should not be filled anymore.
    Best regareds,
    Eric.
    Entered grou

  • My firefox is running very slow, espically when I am typing, scrolling and in many simple activities. On the other hand my internet explorer is going normally like simple browser.

    My firefox is running very slow, espically when I am typing, scrolling and in many simple activities. On the other hand my internet explorer is going normally like simple browser.

    Hi,
    Please try disabling all the features under '''Browsing''' in '''Tools '''('''Alt''' + '''T''') > '''Options '''> '''Advanced '''> '''General'''. You can later toggle the values to find an optimum solution. Please also [https://support.mozilla.org/en-US/kb/Options%20window%20-%20Advanced%20panel?as=u see this.]
    Useful links:
    [https://support.mozilla.com/en-US/kb/Options%20window All about Tools > Options]
    [http://kb.mozillazine.org/About:config Going beyond Tools > Options - about:config]
    [http://kb.mozillazine.org/About:config_entries about:config Entries]
    [https://support.mozilla.com/en-US/kb/Page%20Info%20window Page Info] Tools (Alt + T) > Page Info, Right-click > View Page Info
    [https://support.mozilla.com/en-US/kb/Keyboard%20shortcuts Keyboard Shortcuts]
    [https://support.mozilla.com/en-US/kb/Viewing%20video%20in%20Firefox%20without%20a%20plugin Viewing Video without Plugins]
    [http://kb.mozillazine.org/Profile_folder_-_Firefox Firefox Profile Folder & Files]
    [https://developer.mozilla.org/en/Command_Line_Options#Browser Firefox Commands]
    [https://support.mozilla.com/en-US/kb/Basic%20Troubleshooting Basic Troubleshooting]
    [https://support.mozilla.com/en-US/kb/common-questions-after-upgrading-firefox-36 After Upgrading]
    [https://support.mozilla.com/en-US/kb/Safe%20Mode Safe Mode]
    [http://kb.mozillazine.org/Problematic_extensions Problematic Extensions]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20extensions%20and%20themes Troubleshooting Extensions and Themes]
    [https://support.mozilla.com/en-US/kb/Troubleshooting%20plugins Troubleshooting Plugins]
    [http://kb.mozillazine.org/Testing_plugins Testing Plugins]

Maybe you are looking for