Can we create two dashboard prompts for the same column in the samepage

hi ,
can we create two dashboard prompts for the same column on the same page,
I have a date column and I am trying to create 2 dashboard prompts on the same page one as from date and the other one as to date.Is this possible to create.When I am trying to create it is giving me error like cannot use same column for creating the prompt
Any suggestions or ideas

863997 wrote:
hi ,
can we create two dashboard prompts for the same column on the same page,
I have a date column and I am trying to create 2 dashboard prompts on the same page one as from date and the other one as to date.Is this possible to create.When I am trying to create it is giving me error like cannot use same column for creating the prompt
Any suggestions or ideasYou are correct. You cannot build two prompts on the same column. Use this link for instructions on how to build a "between prompt" because of this fact:
http://oraclebizint.wordpress.com/2008/02/26/oracle-bi-ee-101332-between-prompts-for-date-columns-using-presentation-variables/

Similar Messages

  • Can we create a Screen Prompting for username and password

    Hi
    i have a requirement , to design a screen with username and password. Once the user logins in, another screen with the details are to be displayed.
    Can anybpdy help in creating the initial username and password?
    Regards
    Ramya

    Hi Ramya,
    Plz clarify ypur requirement.
    As i m getting, for first screen u need user_name and password, so u have to create two input fields.
    And bind these input fields with the context attributes. For the input field which is used for password,
    changed its properties. Select the property Password Field.
    and what ever details u want to show u can use just select statement.
    get back to me if any problem.
    Regards,
    Pankaj Aggarwal

  • Getting the same columns from the table twice

    Hi,
    I have a question.I am trying to join two tables whose structures and te data are as follows.
    portAssoc
    MOId     AssociatedMOId     AssociatedClass     
    2     1     CrossConnect     
    1     1     CrossConnect     
    7     3     CrossConnect     
    6     3     CrossConnect     
    crossConnect
    MOClass     MOId     MOName     MOParentClass     MOParentId
    CrossConnect     1     pvc2     Port     1     
    CrossConnect     3     pvc5     Port     1     active
    Port
    MOClass     MOId     MOName     MOParentClass     MOParentId     portIndex
    Port     1     vcl5     Card     2     10
    Port     2     vcl4     Card     2 20
    Port     6     vcl8     Card     2 30
    Port     7     vcl9     Card     2 40
    I would like to get the output as follows.
    MOId networkInterfaceMOId networkPort lineInterfaceMOId linePort
    Here the MOId is the MOId of the crossConnect.This is equal to the AssociatedMOId of the portAssoc table.The networkIntefaceMOId is the MOId of the portAssoc which is equal to the MOId of the port.The networkPort is the portIndex in the port table and this is the same for lineInterfaceMOId and linePort.i.e, I have to be able to get the moid of tha associated class and the moid and some values of the port which are asociated.Can any one please tell me how to do this.
    your help would be greatly appriciated.
    Thanks and Regards,
    Bhagya

    Try this:
    select c.MOld, a.MOld as 'networkInterfaceMOld', p.portIndex as 'networkPort', 'lineInterfaceMOld', 'linePort'
    from crossConnect c, portAssoc a, Port p
    where c.MOid = a.AssociatedMOid
    and a.MOid = p.MOid
    I'm not quite sure what you mean by "...and this is the same for lineInterfaceMOId and linePort"
    but if they are a column in one of your tables, just add it in based on the model above.
    hth
    Chris
    www.MyDBA2000.com
    Hi,
    I have a question.I am trying to join two tables whose structures and te data are as follows.
    portAssoc
    MOId AssociatedMOId AssociatedClass
    2 1 CrossConnect
    1 1 CrossConnect
    7 3 CrossConnect
    6 3 CrossConnect
    crossConnect
    MOClass MOId MOName MOParentClass MOParentId
    CrossConnect 1 pvc2 Port 1
    CrossConnect 3 pvc5 Port 1 active
    Port
    MOClass MOId MOName MOParentClass MOParentId portIndex
    Port 1 vcl5 Card 2 10
    Port 2 vcl4 Card 2 20
    Port 6 vcl8 Card 2 30
    Port 7 vcl9 Card 2 40
    I would like to get the output as follows.
    MOId networkInterfaceMOId networkPort lineInterfaceMOId linePort
    Here the MOId is the MOId of the crossConnect.This is equal to the AssociatedMOId of the portAssoc table.The networkIntefaceMOId is the MOId of the portAssoc which is equal to the MOId of the port.The networkPort is the portIndex in the port table and this is the same for lineInterfaceMOId and linePort.i.e, I have to be able to get the moid of tha associated class and the moid and some values of the port which are asociated.Can any one please tell me how to do this.
    your help would be greatly appriciated.
    Thanks and Regards,
    Bhagya

  • Can you have two iCloud accounts for one Apple id?

    Can you have two iCloud accounts for one Apple id?

    the appleID is you in the ios world if you have an iphone and an ipad and an Ipod touch and an appletv and a mac then you should use 1 appleID on all of them it does not mean the same data is on all of them unless you want it to be

  • How can we bind Two Static Lists to a single Column.

    Hi All,
    My requirement is
    1) I have two different Static List's.
    2) These two static list's are saved to the same column in the database table.
    3) In the UI, I will be having different dropdown's. And each dropdown is bound to this column. Say if I have two dropdowns, in the first dropdown it has to show first static list values and in the second dropdown it hase to show second static list values.
    4) I can change the dropdowns and save(to the same column).
    I am totally stuck here. How can we implement this????

    Hi,
    Thank you very much for your response. The link was not useful for me.
    The actual scenario here is,
    I have a table with columns say (Id, detailId,Type, Unit, Value). here id & detailId acts as composite primary key and it looks similar to this.
    Id     DetailId     Type     Unit     Value
    111     1111     A     Min     12
    111     1112     B     KBytes     13
    111     1113     C     MBytes     14
    So for this I had created two static list View objects (Say ST1 & ST2). The possible values for ST1 are {'sec','min','hours','days'} and the possible values for ST2 are {'Bytes','KBytes','MBytes','GBytes'}.
    And from above table you can observe that these two view objects are mapped to same attribute(Unit) of the table.
    So what I am trying here is, as my UI page contains, 3 different dropdowns(say af:SelectOneChoice) along with 3 textboxes. one textbox and one dropdown in the same line.
    These 3 are related to above 3 types, dropdowns should contain the Units and textboxes should contain the values, i.e based on the type we have to display that.
    I tried so many combinations, but I am not able to succeed in getting this. So your help is highly needed here.
    Please let me know if you are not understood any of the above conditions.
    Thanks & Regards,
    Ravi.

  • Two item renderer for one datagrid column?

    hi
    i have one doubt
    can we use two item renderer for one datagrid column
    any possibilities
    why i am asking this because
    during drag and drop i need one itemrenderer and during application initialization i need another itemrenderer
    any possibilities
    karthik.k

    Hi,
    I think your requirement can be completed by using ViewStack you can pass selected index to it according to requirement.
    See:
    <itemRenederer ...
         <viewstack selectedIndex = 0 ...>
              <vBox id="vBox1" >
                        Your 1st itemrenderer will come here....
              </vBox>
              <vBox id="vBox2" >
                        Your 2nd itemrenderer will come here....
              </vBox>
         </viewStack>
    </itemRenederer>
    You have to just toggle selectedIndex.
    Thanks

  • Change Column Header / Column Background color based on a value in a specific row in the same column

    SSRS 2012
    Dataset (40 columns) including the first 3 rows for Report layout configuration (eg: the <second> row specifies the column background color).
    Starting from the 4th row, the dataset contains data to be displayed.
    I would like to change the background color of the ColumnHeader/Column based on the value in the same column in the <second> row.
    How can I accomplish the this requirement? (this must be applied for all the columns)
    Thanks

    Hi Fasttrck2,
    Per my understanding that you want to specify the background color of all the columns/column header based on the value in one special column of the special row, right?
    I have tested on my local environment and you can add expression to condition show the background color in the columns properties or the column header properties.
    Details information below for your reference:
    Specify the background color in the Column header: you can select the entire column header row and in the properties add expression in the Background color :
    If you want to specify the background color for the entire column, you can select the entire column and add the expression, repeat to add background color for other columns.
    If you want to specify the background color based on the value in the specific columns and row, you can create an hidden parameter to get the list of values from the  specific column, specify the Available values and default values by select "Get
    values from a query", finally using the expression as below to get the specific value you want:
    Expression(Backgroud Color):
    =IIF(Parameters!Para.Value(1)="1221","red","yellow")
    If your problem still exists, please try to provide some smaple data of the report and also the snapshot of the report structure to help us more effective to provide an solution.
    Any problem, please feel free to ask.
    Regards
    Vicky Liu
    If you have any feedback on our support, please click
    here.
    Vicky Liu
    TechNet Community Support

  • Can we create two POs for the same 3rd party Sales Order?

    Hi MM experts,
    Issue: Can we create two POs for the same 3rd party Sales Order
    In Third party purchase process, first sales order created with a spl. item category  and it creates the PR automatically with the Sales order material and Qty and this PR converted PO.
    They got a pur.req. for sale order on same item for same delevery date. They did not get any warning msg. saying that a PO was prviously placed against this sale order.
    How it is possible that we were able to place another PO? concern is that second PO was palced against SO which was already used & completed. they were able to place 2 POs for the same customer same delevery date. How it is possible?
    If anyone face the same issue, please let me know if you have any answer to this questions.
    Thanks in advance.
    Suresh.

    Suresh,
    It is hard for me to give you a definitive answer since you have created a customized solution.
    How it is possible that we were able to place another PO? concern is that second PO was palced against SO which was already used & completed. they were able to place 2 POs for the same customer same delevery date. How it is possible?
    Normally, the system will not do this.  A third party PR or PO will be 'account assigned' to the Sales order.  SAP standard 3rd party will not create additional purchase reqs unless there has been manual intervention.  Try searching for changes in the Sales order and changes in the original purchase order.  They may give you a clue.
    I believe the normal Item category for third party SO is TAS (I am working from memory here, I am not in front of a system).  I don't know what ZTAG does.  I confess I am not an SD expert.  You might also want to post your question in an SD forum.
    You mention two custom applications, ZMMPLAN and ZSTPMP.  These somehow have functionality that is used to help you convert your PRs to POs.  If I were in your position, I believe I would also look at these applications for clues to how they might be contributing to your problem.  And please don't send me details about these apps.  I will not comment on custom code in this forum.
    Sorry I can't be of more help.
    Rgds,
    DB49

  • Can I create a single PO for two company codes

    Hi
    Can I create a single PO for two company codes. Though I know that Company code is assigned at header level but still I know there is a setting in controlling which when activated two company codes under same controlling area can procure the goods under the same PO.But i forget from where to activate that message or control in config.
    Thanks

    Hi Lekhram,
    I'm just beginner so maybe I got the wrong end of the stick.
    If you order something that something must belong to a definite company > plant. How could possess two company the same thing at the same time (totally)?
    (companies are at the same organisational level - none of them is subject to the other).
    Maybe I'm mistaken.
    So I <b>guess</b> you can use only one company code for one PO.
    Controlling area & company code
    http://help.sap.com/saphelp_46c/helpdata/en/e5/077a704acd11d182b90000e829fbfe/frameset.htm
    http://help.sap.com/saphelp_46c/helpdata/en/08/513f4b43b511d182b30000e829fbfe/frameset.htm
    Purchasing & organisation
    http://help.sap.com/saphelp_46c/helpdata/en/75/ee0a9555c811d189900000e8322d00/frameset.htm
    All the best
    Csaba

  • Can i create two playlist for two i-pods

    can I create two playlist for two I-pods

    Hi rcranford,
    Welcome to the Apple Support Communities!
    You can create different playlists in iTunes on your computer and sync only the specific playlist you want to each device. Please use the following article for information on creating playlists in iTunes.
    iTunes 11 for Windows: Create a playlist
    http://support.apple.com/kb/PH12340
    Have a great day,
    Joe

  • HT201209 How can I create an apple ID for my daughter, without adding a credit card to the account?

    How can I create an apple ID for my daughter, without adding a credit card to the account? I have tried to purchase a gift card online, but it just credits it to my account; I cannot use it to credit her new account therefore I cannot create that account.

    There are intructions on this page for how to create a new account without giving credit card details : http://support.apple.com/kb/HT2534
    e.g. log out of your account, find a free a free app in the store, click on its free 'price' :
    click on 'create Apple id' on the popup :
    Agree to the terms and fill in the details, and you should get 'none' on the payments screen.

  • Can I create an Apple ID for my minor daughter so she can use the Find My iPod ap on her iPod Touch?

    Can I create an Apple ID for my minor daughter so she can use the Find My iPod ap on her iPod Touch?  I can't use my own Apple ID, because I have my own iPod Touch.

    yes you can, you can have as many itouch on your account and still be able to loacte them throu MobileMe or iCloud if there on and connected to wifi

  • I have two accounts and for both accounts I use the same emails. I cannot verify my email on my main account because of this. Help? Can I just cancel my other account to avoid confusion?

    I have two accounts and for both accounts I use the same email. I cannot verify my email on my main account because of this. Help? Can I just cancel my other account to avoid confusion? I am totally stuck now.

    By the sounds of it you have linked Email Accounts, if so this means that you will both recieve the majority of the same Emails, and if you do and you read them on your account (which is linked with your husbands) then they will appear to read on the both of them because they are linked. With the majority of Email providers these days they're Emails are (simplified) in the cloud you could say, meaning that if you read or delete shared Emails then it will do the same on both accounts rather than just the yours.
    I hope all that made sense, sorry that I couldn't be of anymore assistance.. If you havent already try googling your problem - you may find some answers on there

  • I have create many free acounts for apple I have reached the limit of creating free acounts how can I delete that free acounts which I have made?

    I have create many free acounts for apple I have reached the limit of creating free acounts how can I delete that free acounts which I have made?

    iOS devices can only create 3 free iCloud accounts, Get a new iOS device
    why would you need more than 3 iCloud accounts for 1 device o.O

  • I have only 1 ipad device, can I create 2 icloud accounts for the same ipad?

    I have only 1 ipad device, can I create 2 icloud accounts for the same ipad?

    Of course.
    To create the first iCloud account, open Settings > iCloud, type your Apple ID and follow the steps to set up iCloud.
    Then, to add a second iCloud account, open Settings > Mail, Contacts & Calendars > Add Account > iCloud, type the second Apple ID and set up iCloud for this Apple ID.
    Note that one iCloud account will work as the primary account and the other one as the secondary account. See > http://support.apple.com/kb/TS4020

Maybe you are looking for

  • Avg function in xml report

    Hi all I have developed a matrix xml report which is giving out put as below . deptno      edp         account 10            5000        25000 20            20000      130000 30            35000       160000          (avg) value       avg value)how t

  • BAPI or FM for clearing GL Accounts (f-03)

    Dear All,          Could you please care to let me know if there is any BAPI/FM to clear GL account ( am using Tcode f-03), Your help will be highly appreciated and rewarded, Thanks. Kind Regards.

  • How do I use Lightning Camera Kit and charge iPad at the same time?

    Well, that's the question. I don't like interrupting my creative work only to charge this device, I'd like to have a charger and any other external device working at the same time. If you know such product which has Lighning feed-through with a charg

  • TOC Generation Not Recognizing Style in RTF Output

    I am having a problem generating TOC where my rtf template contains grouping of data. I tried using style TOC1 and Header 1 in my template but this formatting does not get carried through to my output result when I try to PREVIEW on the desktop. Am I

  • Modification of the ship to address in the sales order at item level

    SAP ECC6 Sales order. Transaction code VA01/VA02 Creation/modification of the ship to address at item level/Allowed by SAP when sold to ≠ ship to/Impossible when sold to = ship to Hello All, I would like to set up an enhancement on the sales order. >