How to change the order of download options as per our convience in obiee

hi frineds,
How can i change the order of the download options in obiee dashboard ?
like if you press download option you see
download to excel
download to excel 2000
download data
download webpage(mhtml)
how to change this order.????????

The download options are setup in OracleBI\web\msgdb\messages\viewscontrolmessages.xml
- Search for the tag *<WebMessage name="kmsgEVCDownloadLinks">* that contains the download links within the hyperlink tag
- Each hyperlink tag is a download option
- Reorder as you require
- The actual text that gets displayed as a link can also be customized by editing the entry for a message such as kmsgEVCLinkDownloadExcel in the OracleBI\web\msgdb\l_en\messages\viewmessages.xml [the customization is locale specific]
- Restart the presentation server

Similar Messages

  • How to change the order of albums iOS 8?

    I recently upgraded from an iPhone 5 to a 6 Plus. Everything is fine except for the fact that some of my music is in the wrong order. There are some groups that released multiple albums in the same year, and I would like them to be in the order of when they were released. On my 5 I was able to put them in the right order by going on a computer, changing the sorting, then update iTunes Match to have it change on my phone as well. (example; group came out with album "1" and "2" same year and it defaults to "2" first, then "1." I was able to change it on the iPhone 5 to be in the right order by changing how they are sorted from my computer but that doesn't work on the 6 Plus.) I would like to order it where it goes top to bottom, with the newest on top going down. How would I do this?
    Thanks

    Hi Jason,
    How to change the order of tables within sheets
    Make a table active by clicking in it once to select that table, then drag it by the 'bullseye' (top left, I have placed a red circle to show the bullseye):
    After dragging the table down:
    Table 1 is now below Table 2.
    The blue line is an Alignment Guide
    Two types of Guide:
    1. Menu > View >Show Rulers. Drag Alignment Guides from a ruler to where you want them.
    2. Menu > Numbers > Preferences > Rulers > Alignment Guides. Turn on (tick) both guides. That allows you to align objects with *each other* (as well as with the ruler guides). These guides help to align objects left, middle, right, top, bottom.
    Alignment Guides do not show unless you are moving an object.
    to drag/move table to another sheet in the one file
    Not possible in Numbers 3. The Sheets Pane has gone. Instead, select the entire table (click once in the table to make it active, then click on the bullseye). Copy (or Cut if you are brave). Go to another Sheet and Paste.
    Also can you change the size of sheet tab width on tab toolbar, so I can see more sheets at once??
    No. Let's hope this will be added in future updates. However, you can drag a Sheet tab left or right to reorder them.
    Another tip: each Sheet tab shows the contents of that Sheet, with some options such as Duplicate and Delete:
    Regards,
    Ian.

  • How to change the order of users in appearance of login screen?

    Hello!
    Because we often switch to a user,
    which is listed last in login screen,
    we want move them to the second place.
    How to change the order of users in appearance of login screen?
    Thank you for a tip
    Erhy

    The order users show up on the login screen is the way they are ordered under the
    C:/Users directory. This is usually alphabetical, AFAIK there is no other way to change the order other than to change the username to something that starts with a letter that will be higher alphabetically.

  • How to change the order of the fields in the queryoutputnode in OVS.

    How to change the order of the fields in the queryoutputnode in OVS.

    The actual requirment is to re-arrange the elements of the queryoutput node, to look more organised
    say for ex.
    Seq 1:
    c code                            company name                          g/l ac                g/l ac description  
    Seq2 :
    g/l ac description             c code                                       g/l ac                company name  
    Seq 1 way of representation is more organised that Seq2. How can we achieve this re-arranging of ordering in the queryoutputnode.

  • Report Painter: How to change the order of lines in selection screen

    Dear Gurus on Report Painter,
    how can I change the order of the lines (where the values for the variable selection of my cost center report are entered) in the selection screen of a report painter report? The Selection screen looks awful.
    Is there also a possibility to add another description to each line of the selection screen?
    Thank you very much for your advice.
    Best regards Timo

    I am afraid you have much choice in choosing the order of the selection parameters. However, with the developer's access you may.
    This is how!
    Step 1: If it is a standard report, copy to your own report. and assign it to a report group. and execute.
    Step 2: When you execute, and the selection appears, go to systems>status and here , copy the program name (it may look something like GP46LP6VEDORBSA2IHWYSR4TL58020)
    Step3: Go to SE38 and enter the above derived program name with a view to re-arrange the line withing the program, with reference to selection parameters. 
    For example: I have a selection screen in the following order:
      Controlling area            
      Fiscal Year                 
      From period                 
      To period                   
      Plan version                                                                               
    Cost center group           
      Or value(s)                 
      Cost element group          
      Or value(s)                 
    The corresponding program that drives this order is in the program and would look like this,
    SELECTION-SCREEN BEGIN OF BLOCK VALUE_SELECTION
                     WITH FRAME TITLE TEXT-003.
    <b> PARAMETERS: $1KOKRE  LIKE CCR1S-KOKRS .
      PARAMETERS: %1KOKRE  LIKE CCR1S-KOKRS MODIF ID IN4.</b>
    <b><i> for controlling area</i></b>
      PARAMETERS: $1GJAHR  LIKE COSP-GJAHR .
      PARAMETERS: %1GJAHR  LIKE COSP-GJAHR MODIF ID IN4.
    <b><i> for fiscal year</i></b>
      PARAMETERS: $1PERIV  LIKE COSP-PERBL .
      PARAMETERS: %1PERIV  LIKE COSP-PERBL MODIF ID IN4.
    <b><i> for period from</i></b>
      PARAMETERS: $1PERIB  LIKE COSP-PERBL .
      PARAMETERS: %1PERIB  LIKE COSP-PERBL MODIF ID IN4.
    <b><i> for period to</i></b>
    etc.
      PARAMETERS: $1VERP   LIKE COSP-VERSN .
      PARAMETERS: %1VERP   LIKE COSP-VERSN MODIF ID IN4.
      PARAMETERS: $1VALUTP LIKE CCR1S-VALUTYP MODIF ID IN4 .
      PARAMETERS: %1VALUTP LIKE CCR1S-VALUTYP MODIF ID IN4.
    SELECTION-SCREEN END OF BLOCK VALUE_SELECTION.
    ......... set variables ..............................................
    SELECTION-SCREEN BEGIN OF BLOCK SET_SELECTION
                     WITH FRAME TITLE TEXT-004.
      PARAMETERS: $1KOSET  LIKE RKSB1-KSGRU.
      PARAMETERS: %1KOSET  LIKE RGSBS-SETNR MODIF ID IN5.
      SELECT-OPTIONS _1KOSET  FOR CCR1S-KOSTL .
      PARAMETERS: $1KSTAR  LIKE RKSB1-KAGRU.
      PARAMETERS: %1KSTAR  LIKE RGSBS-SETNR MODIF ID IN5.
      SELECT-OPTIONS _1KSTAR  FOR CCR1Z-KSTAR .
    SELECTION-SCREEN END OF BLOCK SET_SELECTION.<i></i><b></b>
    If you want fiscal year to appear first, you try just copying the coding relating to fiscal year just above the coding for Controlling area.
    Extend the same logic for what you may want to get.

  • How to change the order of pictures on Apple TV

    The pictures shown on the TV are not in date/time or file number order.  How do you change the order of the pictures on the screen?

    I have struggled with this last year. The sort order of pictures is different in iPhoto, iPad, Apple TV. There are some tricks to get the desired order, but I never managed to get this consistent. The Apple TV has no option for sorting unfortunately.
    Maybe things are better now, but I have given up on showing photos using iTunes.
    Nowadays I am streaming photos from my NAS and I can show them in any order I want.

  • How to change the order of the List box entries in GET attributes - Account

    Hi,
    We have four entries in the List box for the GET attribute in the Account. Please help me out, how we could change the order of the entries ? Is there any place in PCUI I can do the changes ?
    Thanks & Regards,
    Jagadees K Arumugam

    Hey Doc!
    Thanks for your effort!
    Seems like the picture I posted was confusing, I actually wanted to show, what indesign does, not what I want to achieve!
    I downloaded your template and that's exactly what I want to achieve! But I still have trouble reconstructing what you did:
    How did you link the captions to the TOC?
    The captions have a paragraph style which looks exactly like mine, also the paragraph style of the TOC doesn't look much different. So where does the difference hide?
    EDIT: Kannst Du mir sagen, wie diese Verlinkung auf Deutsch heißt? Dann find ich's vielleicht auch von selbst

  • How to change the order of the tabs in featured news?

    Hi,
      I use the 'Featured News' widget on my company website and it has 10 tabs. The newest item is at the top but when I add a new tab it goes to the bottom and I can find no way of changing the order of the tabs so that everytime I add new news I have to copy each tab and it's content down one place in order to get an empty tab at the top to put the new news item in. This takes an unneccesssarily long period of time. Can someone please let me know if there is an easy way to change the order of the tabs?
      Thanks very much ;0)
            Justine

    Just click on the title tab until it is isolated (one click before the text is highlighted) and move the tab to the position you want.
    Thanks for your reply. I've done this in the past but found that the position of the tab in terms of it's place in the hierachy doesn't change so if I move the top tab down one, the way you've described and then upload the page I find that the second tab down (which was the first previously) displays first. How can I change the 'position of the tabs interms of their hierachy in the widget?
      Thanks again
         J

  • How to change the order of phone numbers in Contacts?

    For the phone numbers for a specific contact on my iPhone, I may have: 1. work fax, 2. work, 3. home, 4. mobile. For the same contact synced on my Mac, I have, in Address Book: 1. home, 2. mobile, 3. work and 4. work fax. I obviously prefer to have Mobile first.
    Is there a way to control and change the order of phone numbers for a contact on the iPhone?

    Before you sync your iPhone the next time, activate the option "sync addressbook" and "replace all Contacts on iPhone". The next sync will replace your contact info on your phone. From that point on all contact infos will be the same on your mac and and your phone. And changes or new infos will also be seen on both systems.
    Hope this helps

  • How to change the order of columns in a speadsheet?

    It seems this would be completely straight-forward. However I can find nothing in help to tell me how to do this. I am using a spreadsheet for data so want to be able to rearrange in the order of the columns. How does one do this?
    Thanks.
    John

    I don't want to move or sort the data. What I want
    to do is change the order of the columns. I have
    columns A through P. I want to move columns M, N,
    O, and P to come after A and B so I can see the
    information in these 6 columns in one glance.
    How does one do that?
    One doesn't, but there are altenatives.
    1.
    Select columns C..L by clicking and dragging across the column headers.
    Go Format (menu) > Column width.
    Set the width to 0 (zero) and click OK.
    This hides columns C..L, showing A, B, M, N, O, P...
    You can still enter data into cells in columns C..L by clicking on a cell in column B, then pressing tab to move through the hidden columns.
    To restore the display, select columns B..M then reset the column width to a visible value (the current width of column B will be the default).
    2.
    Copy the values in columns A, B, M, N, O, and P into a set of contiguous columns. Set a New View to show these columns in a separate window.
    Example:
    Go Window > New View
    Drag the new window that opens up and left to cover the initial window.
    In AA1, enter =A1
    Select AA1..AB1 then Fill right (command-R)
    In AC1, enter =M1
    Select AC1..AF1 then Fill right
    Select AA1..AFn where n is the last row in which you have data then Fill down (command-D)
    This copies the contents of the cells you want to view together into a set of cells that are together. You can view them by going to the Window menu and switching between the two views of the same spreadsheet. Or you can skip the step of creating a second View, and scroll from one location in the sheet to the other.
    The usual caveat applies: Anytime you're making extensive changes to a document, work with a COPY and keep the original as a backup you can revert to should a misstep along the way result in data loss.
    Regards,
    Barry

  • How to change the order of entries on the podcast or blog pages?

    Hi,
    I tried to move entries in the entry area on the podcast page to change the existing order but it seems they stay in the way they were created. Is there any opportunity to change the order of entries after they were created?
    Thank you,
    Vlad

    I'm having the same problem. How do I do this? I just
    hit delete entries. So the blog doesn't show up on
    iWeb, but it shows up on my website.
    This is NOT the same problem.
    Clear your browser cache.

  • How to change the order of cascading prompt?[The prompt at higher level appears at TOP]

    Hi Guys,
    I have one doubt in cascading prompt without Hierarchy view in UNIVERSE 3.1
    While running a report with it.
    The prompt at higher level appears below the prompt at lower level.How can we change the order,i.e, I want Level 2 Account Code as top and then Level 3 Account Code ?
    It can achieve in hierarchy view,but i don't want to set it as hierarchy view,because there are huge number of Level 2 Account code[Search pattern is not available too]
    Thanks in Advance
    Shenbu

    Hi Sathish,
    Thanks for your reply.
    I created Cascading list of value as you said only.please find below screenshot for your refefrence.
    I think,its tool  limitation as "The prompt at higher level appears below the prompt at lower level in report".Can any other way is there to achieve?

  • How to Change The Order of Songs?

    I have an album in my iTunes, and the tracks are in the wrong order. I edited the info for all of them so they all said __ of 11. I also made sure that they had the same exact spelling of the Album. I tried marking it as a gapless album and also as a compilation, and neither of those worked. What can I do?
    And on a side note, the newest version of iTunes changed the order of my artists so that artists that start with a number (3 Doors Down, 2Pac, 311, etc) are at the end of the alphabet, after Z, rather than at the beginning, before A. Why did this happen, and how can I change it?

    bump

  • How to change the order of Mail accounts

    Is there a way I can adjust the order of how my Mail accounts appear? I have six accounts on my iPhone, but generally only receive e-mails to two of them, so I'd like to put them at the top of the list.
    Thanks!

    You're welcome.
    I'm not sure how the account order is established on the iPhone when transferring email accounts from your computer to your iPhone via the iTunes sync process. I access only two email accounts and I manually created both on my iPhone.
    You can delete all accounts on your iPhone, and then select only one email account at a time under the Info tab for your iPhone sync preferences followed by a sync - selecting the account you want listed first. Follow this by deselecting the account under the Info tab for your iPhone sync preferences and then select the next account that you want listed on your iPhone followed by a sync.
    Repeat the same for the 3rd account, 4th account, and so forth.
    Another thing to check, what order are the email accounts listed under the Info tab for your iPhone sync preferences? Does the order match the order of the accounts on your iPhone? If so, can you change the order of the accounts under the Info tab for your iPhone sync preferences? If yes, you can delete all email accounts from your iPhone followed by transferring all 6 email accounts at one via the iTunes sync process.

  • How to change the order of shapes

    hi,
    if I have two shapes on the canvas, one is oval, another one is rectangle, rectangle is partly on the
    oval. Now I want to change the order, oval should be to the front, partly on the rectangle.
    how can I do this?

    you need to make sure you draw the oval after you draw the rectangle.
    this will result in that the oval will be on top of the rectangle.

Maybe you are looking for

  • GR/IR not cleared with F.19

    Hello! I use F.19 to regroup the GR/IR account at month end. I select "GR/IR clearing" on the Parameters tab in order to have the GR/IR account cleared at the same time. Unfortunately the account is not cleared. Has anyone experienced this issue befo

  • How do I remove the gap above my Spry Menu bar?

    Hi Folks, I have an extensive web site which I built over many years and using different programs but have now jettisoned all of thse and work exclusively with Dreamweaver to maintain and improve it myself. To date I have always had to edit each item

  • I'm not able to load windows 8.1 with boot camp on new MacBook Pro retina with on the new mavericks 10.9. If anybody can help? thanks. Michel

    I already spent half a day in order to load windows 8.1 on my new Macbookpro Retina without success. Boot camp not reconize the USD drive with windows 8.1. Is anybody able to help me?

  • User exit to default reason code on MI07

    Hi MM Experts, Am an ABAPer and need your expert advice on this. For some reason I have been asked to default the reason code on MI07 screen with a certain value  as soon as  the user gets on the screen. I have not been able to find a user exit where

  • Tasks page in collaboration room

    Hi all, In one of my collaboration rooms I'm using the Tasks page. The page that I'm using for this is located at: Portal Content -> com.sap.ip.collaboration -> RoomPartContent -> Generic -> Pages This iview works just fine in dev, but it doesn't wor