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.

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

  • ! 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

  • 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

  • I have two apple id accounts ,when i used to update application it used to prompt a default id and if the application was downloaded using the other id i would cancel and it would prompt the other id but not any more .

    i have two apple id accounts ,when i used to update application it used to prompt a default id (the old one) and if the application was downloaded using the other id i would cancel and it would prompt the other id but not any more .
    it just prompt the old id which im not signed in with im signed in using the new id and when i cancel nothing happens and when i try to update applications separately  i have the same problem .
    im signed in using the new id
    the old one is my wife's so i can't delete it
    the problem happens  when i update all or  each application by its own
    using ios 5.0.1 on a iphone 3gs
    the applications are downloaded using both the new and old id's
    any help will be greatly appreciatedِ

    These are user-to-user forums, you are not talking to Apple here and they don't monitor these forums - I've asked the hosts to remove yout account ids from your post.
    In terms of combining accounts it's not currently possible to do so, nor to copy/transfer content from account to another.

  • I had a free trial of Adobe CC on my mac at home and later purchased on a different computer PC at work. When trying to install at home I am prompted for the Adobe password with the pre-typed email address on my home computer, not the other email on my wh

    I had a free trial of Adobe CC on my mac at home, which I since uninstalled
    .  Later, I purchased on the PC I use at work with a Different email address than home. I have not been able to install at home.  When I log in the email address is preprinted and I cannot change it to the other one that I used when I made the purchase. Also the time for the email that was sent when I joined has expired. I tried changing the email and password at home and have only been able to get access to another free trial.

    If you are facing issue with changing the email address your Home mac computer, then you may try below steps once.
    Click Gear icon on the top Right corner and Quit Creative Cloud App
    Click on Finder and then hold Command + Shift + G keys on your keypad
    It will open Go to folder window, type  exactly ~/Library and click on Go
    Then open Application Support > Adobe > OOBE folders
    Delete opm.db file.
    Then relaunch Creative Cloud App and check if you are sign in page.

  • 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.

  • 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

  • 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).

  • Does the jspx page design depend on sm other thing  inaddition to its souce

    Hi,
    In a jspx page of an application there are some parent tabs.There is no pagedef file for that page. I created another page and copied whole of the source code of the other page. Those tabs are not present in this new page. What could be the reason? What should I do to bring the tabs?

    Well, you see, it makes it so much harder for someone on this forum (who doesn't have access to these special bits) to try it out and see what you see.
    In general, copying and pasting the source, together with any required page definition should work... having said that, we non-Oracle employees cannot comment on things such as those internal tag libraries. When you say the "global tabs," what component on your page generates those tabs?
    About the only thing I can guess at this point is that you need to include the new page in your menu model in order for it to render correctly.
    Best,
    John

  • Sharepoint 2003 Message please wait while setup upgrades your sharepoint sites. This may take a few minutes to a few hours depending on the size of your sites.

    Hi All,
      We have recently installed Service Pack 4 In SharePoint 2003 I,e SPS 2.0 , we ran the stsadm upgrade command from the Command Prompt , since 5 days the upgrading the sites windows showing and does it completes or not or is there some thing wrong ?.
    Environment:
        SharePoint 2003 Service Pack 3
    SharePoint 2003 Message  :
    Please wait while setup upgrades your sharepoint sites. This may take a few minutes to a few hours depending on the size of your sites.
    We have applied in development box it was completed in 8 hours , but when we do the same in production it was never coming back since 5 days. Not sure what happening
    Thanks in Advance
    Ravishankar Maduri MCTS,MCPD,MCP

    how large are your site collections and content databases?
    sounds to me like you're WELL past the recommendations, which could certainly cause such an impact.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Why does Photoshop display colors differently from the other applications even in sRGB mode ?

    Hello all !
    Here is my problem :
    Photoshop is set to use sRGB workspace (in edit/colors.../workspace/RVB).
    If I understand correctly this is how all native windows applications work.
    This means Photoshop and the other applications should display the same colors on a file with a sRGB profile.
    Now this is the case until I calibrate my monitor.
    When I do, Photoshop colors become different from the other applications (irfanview, explorer, browsers...).
    The only way I found to let everything display the same colors is to set Photoshop to use Proofing/RVB Monitor.
    What upsets me even more is that Photoshop colors look "better" to me (dark grays seem to dark to me in the other applications.)
    I have read that this is because Photoshop takes the new profile into account and others applications do not. But I don't think this is relevant here because everything is in sRGB so the only profile is my monitor's and I think calibration is handled globally by windows : everything (including browsers, explorer, and Photoshop) changes color if I choose to apply the monitor's profile or not with windows color management tool ("use my parameters for this device").
    Here is my system configuration :
    - Photoshop CS4 (11.0.2)
    - Windows 7 64 bits
    - HP ZR2440W and DELL 2209WA (these are not wide gamut screens)
    I have spent two days trying to figure the logics behind this and really am upset. Any help would be greatly appreciated. Don't hesitate to ask me if there is something that is unclear or some information I forgot to mention.
    Thanks in advance,
    Yannick

    That sounds like an invitation to continue to talk about the issue.  Fair enough.
    I'm not sure where you're getting "insecurity"...  I am just trying to help you help others more effectively.
    I invite you to re-read just the first sentence of what you wrote very carefully, putting yourself in the shoes of someone struggling with both the terminology and the concepts:
    Photoshop (CMS) reads an embedded ICC profile and CONVERTS it to the custom monitor profile for a theoretical 'true color' display
    Think about what "Photoshop (CMS)" might mean to a person who doesn't know the acronym might stand for "Color Management System" (which is I assume what you meant).  Adobe themselves don't call it "CMS", they use the acronym "CMM" (Color Management Module).  The term "CMS" is used in the computer industry for about a dozen different things.
    While a color profile might have been embedded in an image file before it was opened by Photoshop, Photoshop works on documents.  A profile is not "embedded" in a document, it is maintained by Photoshop with the document and describes the color values in the document.  If Photoshop opens a document without an embedded profile, depending on settings and user choices it might assign a profile or it might even operate on the document without color-management.  Oversimplification doesn't help people when they're trying to learn new things unless it's described as such, for example, "This is a bit of an oversimplification..." or "Generally speaking..."
    Not every monitor profile is a "custom monitor profile".  Quite often a standard profile (e.g., sRGB IEC61966-2.1) is associated with a monitor by the operating system as a default, or a factory profile is installed by a driver package or system update.  Your use of the term "custom" is a bit ambiguous and could be read as implying the creation of a profile using a calibration and profiling device specific to the particular monitor.
    Photoshop's color management code does not convert an embedded ICC profile at all (read carefully what you wrote).  As I said, it transforms color values.  That was the key error in your description that prompted me to comment.
    If ever there is a time to pick words carefully, it's in a color-management discussion.
    -Noel

  • Changing a style in xss depending on the facet

    Is it possible to change a style in the xss depending on the facet?
    I want to change in my UIX application the prompt style of the messageTextInput components - not the contentStyle - for example underline the prompts. But I want this to happen only if facet==printable.
    Can I change this once in an xss and apply it to the whole application? I know I should change the OraPromptsomething (I've found the correct one, I just don't have its name here) - but I don't know how to change it depending on the facet

    So I suppose it is not possible?

Maybe you are looking for

  • IOS 8.1.3 safari crashing, phone constantly freezing, & battery drain

    i updated my iPhone 6 to iOS 8.1.3 last night and I literally can't even use safari. Every time I open safari it crashes and closes. If by some miracle it does open, it closes after a few minutes. Everything keeps freezing too. Like if I can manage t

  • HP dv6662se microphone garbled after upgrading to Windows 7

    I recently upgraded my dv6662se laptop to Windows 7 (32 bit) from Vista. It has the built in webcam and microphone.  I also downloaded all of the subsequent Windows updates for it. The webcam still works but now the microphone only produces garbled n

  • Crashing on Mac OS 10.8.3

    After installing Mac OS 10.8.3 and the latest version of Flash 11.7.700.169 I cannot open flash from preferences. It completely locks up, must force quit. Also crashes when loading farmville game from facebook. Please help, the wife is frantic to far

  • VPD with single connection

    Hi, I have a, perhaps stupid, question about VPD. What if I'm in an environment with connection pooling etc., where all connections to the database are as a single application user, say 'scott'. Can I use vpd to limit row access based on what I put i

  • CUA - Adding Child systems after implementation

    Hello all, just have a quick question: We have about 10 systems all with 8-10 clients in each of them and are in desperate need of the CUA.  I wanted to just do a couple of systems at first so that everyone could get used to the CUA and then add the