Export to Excel u0096 how to change the layout of the spreadsheet?

Hello all,
Do anyone knows how to configure the layout of the excel spreadsheet that opens when doing "export to Excel" from a web template report?
For example, I would like to add texts or the filter values, how can I achieve it?
Thank you!
Ron.

how can u add labels and texts in the exported excel sheet.
as far as i know , NO U CANNOT DO THAT.
cos watever data is displayed out of analysis web item that and only that u can output to excel websheet.
as the analysis web item is assigned to excel output
but if u want to output the texts and filter
i can suggest
create a tabbed pages
in tab page assign filter section
now in that tab page if u do export to excel the excel sheet will have filter output
u cannot change that binding as far as i know..

Similar Messages

  • As an update, I installed an update 5.7on my Mac laptop, now the Lightroom 5.0 has become a "Lightroom Mobile" version.  How can change it back to the laptop version?

    As an update, I installed an update 5.7on my Mac laptop, now the Lightroom 5.0 has become a "Lightroom Mobile" version.  How can change it back to the laptop version 5.7?
    Thanks for any help you can provide.

    LR on your laptop is still a desktop version.  It is just now able to upload to the cloud to replicate photos to either http://lightroom.adobe.com/ or an iPad that has LR Mobile installed.
    I think you probably just want to change the LR 5 identity plate back so it doesn’t mention LR Mobile all the time.  Hover over the identity-plate area, and click on the little triangle that appears, then choose Change Identity Plate.

  • How to change a setting in the Java Control Panel with command line

    Hi,
    I am trying to figure out how to change a setting in the Java Control Panel with command line or with a script. I want to enable "Use SSL 2.0 compatible ClientHello format"
    I can't seem to find any documentation on how to change settings in the Java Control Panel via the command line
    Edited by: 897133 on Nov 14, 2011 7:15 AM

    OK figured it out. This is for the next person seeking the same solution.
    When you click on the Java Control Panel (found in the Control panel) in any version of Windows, it first looks for a System Wide Java Configuration (found here: C:\Windows\Sun\Java\Deployment). At this point you must be wondering why you don't have this folder (C:\Windows\Sun\Java\Deployment) or why its empty. Well, for an enterprise environment, you have to create it and place something in it - it doesn't exist by default. So you'll need a script (I used Autoit) to create the directory structure and place the the two files into it. The two files are "deployment.properties" and "deployment.config".
    Example: When you click on the Java Control Panel it first checks to see if this directory exists (C:\Windows\Sun\Java\Deployment) and then checks if there is a "deployment.config". If there is one it opens it and reads it. If it doesn't exist, Java creates user settings found here C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7.
    __deployment.config__
    It should look like this inside:
    *#deployment.config*
    *#Mon Nov 14 13:06:38 AST 2011*
    *# The First line below specifies if this config is mandatory which is simple enough*
    *# The second line just tells Java where to the properties of your Java Configuration*
    *# NOTE: These java settings will be applied to each user file and will overwrite existing ones*
    deployment.system.config.mandatory=True
    deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties
    If you look in C:\Users\USERNAME\AppData\LocalLow\Sun\Java\Deployment on Windows 7 for example you will find "deployment.properties". You can use this as your default example and add your settings to it.
    How?
    Easy. If you want to add *"Use SSL 2.0 compatible ClientHello format"*
    Add this line:
    deployment.security.SSLv2Hello=true
    Maybe you want to disable Java update (which is a big problem for enterprises)
    Add these lines:
    deployment.javaws.autodownload=NEVER
    deployment.javaws.autodownload.locked=
    Below is a basic AutoIt script you could use (It compiles the files into the executable. When you compile the script the two Java files must be in the directory you specify in the FileInstall line, which can be anything you choose. It will also create your directory structure):
    #NoTrayIcon
    #RequireAdmin
    #Region ;**** Directives created by AutoIt3Wrapper_GUI ****
    #AutoIt3Wrapper_UseX64=n
    #EndRegion ;**** Directives created by AutoIt3Wrapper_GUI ****
    Func _JavaConfig()
         $ConfigFile_1 = @TempDir & "\deployment.properties"
         $ConfigFile_2 = @TempDir & "\deployment.config"
         FileInstall ("D:\My Documents\Autoit\Java config\deployment.properties", $ConfigFile_1)
    FileInstall ("D:\My Documents\Autoit\Java config\deployment.config", $ConfigFile_2)
         FileCopy($ConfigFile_1, @WindowsDir & "\Sun\Java\Deployment\", 9)
         FileCopy($ConfigFile_2, @WindowsDir & "\Sun\Java\Deployment\", 9)
         Sleep(10000)
         FileDelete(@TempDir & "\deployment.properties")
         FileDelete(@TempDir & "\deployment.config")
    EndFunc
    _JavaConfig()
    Now if you have SCUP and have setup Self Cert for your organization, you just need to create a SCUP update for JRE.
    Edited by: 897133 on Nov 16, 2011 4:53 AM

  • How to change a connection with the database in Runtime?

    How to change a connection with the database in Runtime?
    My connection was made using ADF Business component (ApplicationModule).
    ADF Swing.
    JDeveloper Studio 11.1.1.4.0.

    When deploying ADF applications with database connection, you should be using JDBC data sources configured in the weblogic server.
    You could change the JDBC data sources to a different DB instance or location - by changing the JDBC data source and restarting the weblogic server.
    For more details, check
    http://techiecook.wordpress.com/2010/12/02/oracle-weblogic-adf-datasources/
    Thanks,
    Navaneeth

  • How to change the layout of the desktop before you login as a User into iPS.

    I am trying to change the layout of the anonymous user desktop. I know how to change the layout after i login as a User. All the thin channels except one get lined up in the first column of a thin-thick-thin layout.
    How to change that?
    Any help is greatly appreciated.
    Hugo Victor

    Go to available channel list and the select show advanced options, you should see the row and column attributes for the channel. Set it to your choice ..

  • How to change the layout of the ALV screen

    Hi,
    I need to have a parameter in the selection screen.  If I change the layout name on the selection-screen, the layout of the ALV needs to be changed.
    Thanks,
    srinivas.

    Pass the layout (and report name) to the ALV. parameter IS_VARIANT of function module [REUSE_ALV_GRID_DISPLAY|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=reuse_alv_grid_display&adv=false&sortby=cm_rnd_rankvalue] or method [SET_TABLE_FOR_FIRST_DISPLAY|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=set_table_for_first_display&adv=false&sortby=cm_rnd_rankvalue]
    You may also use the following function modules in your selection screen :
    - [REUSE_ALV_VARIANT_F4|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=reuse_alv_variant_f4&adv=false&sortby=cm_rnd_rankvalue]  to select the layout/variant name. (in AT SELECTION-SCREEN ON VALUE-REQUEST FOR <variant>.)
    - [REUSE_ALV_VARIANT_EXISTENCE|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=reuse_alv_variant_existence&adv=false&sortby=cm_rnd_rankvalue] to check existence of the layout/variant name.  (in AT SELECTION-SCREEN ON <variant>)
    - [REUSE_ALV_VARIANT_DEFAULT_GET|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=reuse_alv_variant_default_get&adv=false&sortby=cm_rnd_rankvalue] to get the default variant (to fill <variant> in the INITIALIZATION)
    Regards

  • How to customize the layout of the partner selection pop-up in sales docs?

    When entering a sales order and mulitiple payers, for instance, are defined for the sold-to, a pop-up window will display allowing you to select the correct payer.  I've been told the layout of that screen can be changed and saved as a global default layout.
    If so, how is that done without ABAP coding?  I've tried all the right-click options I can find in that pop-up window. I can change the layout for the moment, but find no option to save it as a permanent display layout.
    Thank you,
    Jay K.

    Alan,
    We just wanted to change the order of the fields displayed after the partner number to view fields that are more relevant to how we identify our Payer partners.  Specifically, near the end is a field consisting of the partner name, address, city and state condensed into 1 field. We'd like to see that one right after the partner number.
    I'm beginning to think you are correct, the only method is an ABAP mod.  Yet, when you right click on that pop-up, there is an option to access the current layout and another to choose a layout.  That seems to imply you can create a custom layout and save it.  But if that's true, I haven't been able to figure out how.
    Thanks,
    Jay

  • FB03: How to change 0SAP layout?

    Hi all:
    I'm working on a Upgrade project from 4.6C to ECC6.
    I'm having this issue:
    In 4.6C version, the system shows the Text column (field BSEG-SGTXT) in FB03 transaction when I select 0SAP layout for ALV. This layout was modified from SAP original's one.
    In ECC6, doing the same, the system does not show the Text column when I select 0SAP layout. The layout is the original one.
    Of course, I can create a new layout. But I would like to know if it's possible to modify 0SAP layout, and how to do it.
    Thanks in advance
    Jordi

    Dear Sridhar:
    Thanks for your answer.
    Frankly speaking, I don't know how this change was made in 4.6C. This task was done by another person some years ago, and I cannot reach him now.
    Yes, I agree. 0SAP is from the standard.
    Anyway, do you know how to modify it?
    Thanks in advance.
    Jordi

  • Changing the layout of the af:panelCollection

    HI,
    Is there a way to change the layout of the af:panelCollection so that the buttons added on the toolbar facet show before the view menu. Can i use adf skinning tools for it?

    Hi,
    as far as I remember there is no option for this
    Frank

  • Problem in EP while changing the layout of the default portal page

    i am working with EP7.in this i encountered a problem when i tried to change the layout of the default framework page.
    i created a new layout in NWDS and uploaded it to portal.then i copied the default framework page to separate folder (my personal) and assigned the newly created layout and set that page as my default framework page.
    but whenever i log into the portal or refreshes the page the top level navigation iview merges (overlaps) with the masthead iview and comes back to the assigned position after some time.i tried many ways to solve this problem but i couldnt.
    if anybody have any idea about it please share.....
    regards,
    karthick

    Hi tamilventhan K 
                           Please have a look at SAP Note No. 687485.
    Hopefully this should solve your problem.
    Cheers.
    Award points for helpful answers:-)

  • Can we change the layout of the JAVATABLE to accomdate to the set Screen Resolution??

    Using Oracle Express 6.3.4 we are creating dataview(OLAP)in Web.
    We have set the background of the page calling a particular gif file.
    Now that the tool bar and Javatable color(Grey is the default colour) is not matching with the background of the gif file.
    I tried my best to change the color as a whole.But ended up in changing some portion of the layout like the pageedge,rowedge & columnedge colour in the JAVA TABLE.
    Can some one throw light on this???Is it possible to change the background of the whole applet to our likes.
    Thanks in Advance
    Nanda Kishore Kompala

    Nanda, you are right, there are certain areas of the table where you cannot change the color. There is currently no property for this.

  • Can you change the layout of the overview page?

    Is there anyway to change the contents or the layout of the overview page? I would like the wiki section to be longer.

    The teamcollab page is not modifiable unfortunately - we have complained about it and raised ERs but no solution is available as yet.

  • Editing the layout of the Subscription iview

    Can anyone help me as to how can i edit the layout of the Subscription iview? I need to customize the message it sends to the users.Can anyone help me locate the .xml file which contains the message of this iview.?

    Hi Santosh,
    First of all confirm which Subscription iView you are using like "Owned Subscription" or "Recieved subscription" bcoz for the latter case no modifications can be done.
    also this pdf will help you out.
    [http://help.sap.com/download/documentation/additional/getstart/ecc50/GettingStarted_ECC50_EN.pdf]
    Regards,
    Shailesh Nagar

  • I am confused by the layout of the I tunes Store...recently the entire graphics on the i tunes store pages are a complete mess, not downloading, creating odd layover and jumbled data and making it virtually impossible to access or read. Help!?

    I am confused by the layout of the I tunes Store...Ive had no problems or troubel for YEARS with the I Tunes store, but recently the entire graphics on the i tunes store pages are a complete mess, not downloading, creating odd layover and jumbled data and making it virtually impossible to access or read. I am looking for information or guidance on how to re-boot or fix this - Help?!

        I can see that this issue has been quite extensive, and frustrating, and I am so sorry for all that has happened societygirl! I would like to help you work this issue out. Please follow & send me a Direct Message, so I can get your account specifics and help finally bring this to a resolution.
    Thank you,
    MichelleH_VZW
    Follow us on Twitter @VZWSupport

  • Is it possible to cusomize the layout of the manual ordering dialog?

    Hello all,
    I have a question about the layout for manual ordering.
    The user should be able to order folders under a specific path manually. So I create a new layout set and add the UI Command "order_type_settings". So far, everything works fine. My question is, if it is possible to customize the layout of the organize folder dialog? The problem is, that the users are able to see the details dialog, if they open the context menu of a folder. Is there a possibility to restrict this context menu?
    Thanks a lot.
    Kind regards.
    Nicole

    Hi Nicole,
       Yes, you can. It's possible to restrict the context menu.
       As you see, you must use layout set. Each layout set use: Collection Renderer, Resource Renderer and details command. Each one of these, use command groups for folder, links and files.
       You can create a new command group in order to limit it.
       You should duplicate a layout set, and then you can assign it to a folder or your navigation iview.
       For more information:
    http://help.sap.com/saphelp_nw04/helpdata/en/30/504a1e7f0e354bbf9adedf1a29f3ec/frameset.htm
    Patricio.

Maybe you are looking for

  • Ibook clamshell almost starting up

    Recently, i was in the process of replacing my optical drive in my graphite clamshell. I did someting extreamly stupid, i forgot to take the battery out of the computer while i was working on it. When i was removing the optical drive the metal side o

  • Inserting data through Button!

    Hi, I'm getting a error while i submit some data on button click. I've created a normal insert statement in a block. and calling that procedure(created under page processes) on button click. Begin insert into LOG_TABLE(name,USERIP,currdate) values('n

  • I am having a problem installing the updated version 10.3.1.55 on my laptop.

    I am having a problem installing the updated version of Itunes 10.3.1.55 on my laptop which uses Windows XP operating system. I have download the software from Apple's website and have successfully installed it. However, when I launch Itunes I get an

  • Photoshop text issue with OSX Mavericks on Macbook Pro

    I have a frustrating problem with Photoshop on my Macbook Pro. I can enter text without any problem, but the minute I try to edit it, resize, change font or colour it totallt dissappears and the layer name revers to 'layer x" (whatever number it is).

  • TS1398 cant turn Wi-Fi on, please advise.

    Hello, I can't turn Wi-Fi on, can you please advise what to do/ Thank you for your help.