How do I hide the MaxL query I wrote when I spool ther results?

Hi,
I spoole the "Select" query I wrote to a cvs file, and I don't won't that the query will be presented but only the results.
Does anyone know how can I do that automaticaly through MaxL Shell and not manually through Excel?

Spool will always return the select statements.  A simpler way may be to use Smart View to get the MDX return onto a sheet.
MDX Queries
Data source types: Essbase
MDX users can bypass the Query Designer interface and enter MDX commands in the query
sheet or in the Execute MDX dialog box.
ä To execute MDX queries:
1 In Excel, connect to an Essbase data source.
2 From the Essbase ribbon, select Query, then Execute MDX.
3 In Execute Free Form MDX Query, enter the MDX query.
For example:
SELECT {[Sales], [Cogs]} on columns, Filter ([Product].Levels( 2 ).Members,
AVG([Year].CHILDREN, 9001.0) > 9000.00) on rows
4 Click Execute.
The other options are retrieving using the VBA Toolkit for Excel or altering the spool file with an OS language.  Anyway these may be options depending on your needs.

Similar Messages

  • How to always hide the SQL statements for users when they run User Queries?

    Hi,
    from the IT dept. position, I don't want users to see and be so curious about the SQL commands.
    How can I always hide the textbox of  Display Query Structure?
    thanks.

    Hi,
    Unfortunately system design has short of this function. If users are allowed to run those queries, you can not hide the query structure.
    You may post a DRQ here: /community [original link is broken]
    Thanks,
    Gordon

  • How do I hide the menu bar on Safari when watching videos on full screen mode?

    Hey guys,
    I have a mid 2010 macbook pro (Snow Leopard OS X 10.6.8) which I have recently restored from time machine after installing a new hard drive.
    However, now when I watch flash videos on putlocker or hulu etc the menu bar on safari on the top left of the screen and the icons on the top right (airport, battery, date/time etc) does not disappear as it used to.
    When I am on youtube I have a similar problem but this time the video only occupies the window so tabs (and everything above) in safari and my dock still appear. I know this may be a youtube related query, but if anyone knows how to change this I would appreciate any guidance.
    This is my first post so sorry if this in the wrong forum (feel free to move it) or if my description is unclear, I can provide further information if needed.
    Many thanks!
    Tom

    You're welcome and only on my first cup of coffee

  • How do I hide the dot on time bar when playing music on an iPod touch 5g like its hidden on an iPhone 4S?

    Hello,
    I've been stumped after updating and syncing both iPhone 4S and iPod touch 5G in regards to hiding the time bar counter when music is playing. On the iPhone 4S it's easy by tapping once the album artwork. However the iPod touch 5g is a problem child. I tried tapping once. Nothing happened. Double tap and the album flipped over. I even researched online on how to do it but couldn't find anything. Can the time counter be hidden on iPod touch 5g like it can on an iPhone 4S? Any advice, tips, info is greatly appreciated. Thank you!

    Right click on a movie(in iTunes), and click "get info" then go to album artwork and add the artwork that you want...
    -Messymeese

  • How can I hide the class file ??

    Hi !
    I has a question, when i write a program of Java, then use the command "javac" to compiler to class file for other people using, but the class file can be disassembled and convert to source code. How can I hide the class file and let people can not disassemble, or can not see the source code. Thinks

    See these....
    http://www.saffeine.com/
    http://www.jarsafe.com/
    I recently read this. This will help you.
    http://developer.java.sun.com/developer/qow/archive/160/index.jsp
    Enojy....
    Rajesh

  • How do I hide the artist picture in ios 7 music player?

    I like the artist and album "list view" in the ios 6 music player much better than the view that includes a random picture on ios 7.  How do I hide the picture and get my list view back?

    Just to clarify the behavior I'm experiencing on my iPhone 5, I can get new updates but the old ones appear with the Open button and don't clear themselves out from the Update screen.

  • How can i hide the menu bar at the bottom of the app in itunes

    how can I hid the bar at the bottom of the App screen in itunes. Where it shows how much audio, app etc space you have left on your device

    Unforrtunately the status bar doesn't make any difference, however I have worked out that the bar does show when I go into full screen. 
    I would have thought it should also work when not in full screen - it certianly used to.

  • How can I hide the password and user name in url???

    Hi experts,
    I'm creating a login page and know I have a problem.
    The Username and password are verified in a Java class, after checking the user and password, the user should be linked to the portal.
    So far everything has worked well.
    But when I call the lin like this
    res.sendRedirect ("/ irj / portal j_user =" + UserN + "& j_password =" + passw);
    then the user name and Pwasswort appears in the url.
    Can someone tell me how can I hide the password and user name???
    It will be very helpful.
    Thank you
    Edited by: Cilvaring on Aug 5, 2011 12:00 PM

    If there is no specific reason that you have to use sendredirect...thne you can try request.forward.....
    RequestDispatcher rd = request.getRequestDispatcher("pathToResource");
      rd.forward(request, response);

  • How can I hide the borders and keep it as an option?

    How can I hide the borders and keep it as an option?  I had someone go into the css I believe, and make it so there were no borders visible on the page (I could see the dotted outline while working on it, but when pushed, it wasn't visible (which is what I wanted).  They called it "noborders."  Since I had to reinstall, it went away.  Help?
    I have Dreamweaver CS5.5

    Try this site:  CSS Border
    Add code then type in a zero. Later add border size you want.
    examples:  border: 0px solid black;
    or
    border: 1px 000000;
    or
         border-top-style: solid; 0px 000000;
         border-right-style: dotted; 0px 000000;
         border-bottom-style: solid; 2px 000000;
         border-left-style: dashed; 1px 000000;

  • In DBI , how to find out the Source Query used for the Report

    Hi All,
    How to find out the Source Query used to display the data in the DBI Reports or Dashboards. We can get it in Apps Front end by Going to Help and Record Histroty. But DBI Runs in Internet Explorer so i dont know how to get the source query ( SELECT Query ) Used.
    In IE we have View --> Source . But that does not help since it gives the HTML Coding and not the SELECT Query used.
    If anyone has ever worked on it...Please help me in finding it.
    Thanks,
    Neeraj Shrivastava

    Hi neeraj,
    You can see the query used to display reports.Follow these steps to get the query.
    1)Login to oracle apps
    2)Select "Daily Business Intelligence Administrator" responsiblity.
    3)Now click on "Enable/Disable Debugging" (Now u enabled debugging)
    4)now open the report which you want to see the query of
    5)In view source it displays query along with the bind varilables.
    Feel free to ping me if you have any doubts
    thanks
    kittu

  • How do I hide the background when I shape an image in 3D?

    This is a problem that has cropped up before but I'm going to simulate it.
    Say in this instance I want to overlay the picture of a kitten over a ball image. I've already extracted (roughly) the background from the kitten picture. I want to use 3D to warp it to the shape of a sphere but I've still got the ball's default background colour as well. How do I hide the background colour of the ball entirely so only the, warped, image of the kitten is visible to overlay over the ball image?
         When I wrap the kitten image onto a 3D sphere mesh preset I get the default background
         And when I try to overlay it over the 2D ball image the background prevents correct overlaying. I want just the kitten pic
    Thanks

    You apply the texture to the transparency of the material.
    Mylenium

  • How I can hide the iCloud music library in iTunes?

    How I can hide the iCloud music library in iTunes? I want to see only my local music library.

    If you go into edit and click preferences there is a checkbox in the "store" tab that says "Show iTunes in the Cloud purchases" if you uncheck that it will show only the local content.

  • How can I hide the scroll bar in TextArea?

    How can I hide the scroll bar in TextArea?

    Hi. To remove the horizontal scrollbar you can do this:
    textArea.setWrapText(true);
    To remove the vertical scrollbar you can do this:
    ScrollBar scrollBarv = (ScrollBar)ta.lookup(".scroll-bar:vertical");
    scrollBarv.setDisable(true);  and set the opacity to 0 in the css file:
    //css file
    .text-area .scroll-bar:vertical:disabled {
        -fx-opacity: 0;
    }Here is an example:
    import javafx.application.Application;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.scene.Node;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.ContextMenu;
    import javafx.scene.control.MenuItem;
    import javafx.scene.control.ScrollBar;
    import javafx.scene.control.TextArea;
    import javafx.scene.input.ContextMenuEvent;
    import javafx.scene.layout.StackPane;
    import javafx.stage.Stage;
    public class TextAreaSample extends Application {
        @Override
        public void start(Stage primaryStage) {
        final TextArea textArea = new TextArea();
            textArea.setWrapText(true);
            StackPane root = new StackPane();
            root.getChildren().add(textArea);
            Scene scene = new Scene(root, 300, 250);
            primaryStage.setScene(scene);
            primaryStage.show();
            scene.getStylesheets().add(getClass().getResource("style.css").toExternalForm());
            ScrollBar scrollBarv = (ScrollBar)textArea.lookup(".scroll-bar:vertical");
            scrollBarv.setDisable(true);
        public static void main(String[] args) {
            launch(args);
    }

  • How do I hide the key board on the screen. I have a built in keyboard in my portfolio .

    How do I hide the screen keyboard?.  I have a portfolio with a key board.

    Go into settings -> general -> Bluetooth. Turn Bluetooth on, turn the keyboard on, and select the keyboard on the iPad. Once you've connected to a Bluetooth keyboard, the onscreen keyboard will disappear until you disconnect.

  • How can I hide the recipients of a group text message?

    How can I hide the recipients of a group text message?

    This is Illustrator, no matter which version you are using.
    It doesn't work like in other programmes and Illustrator's behaviour is often undesired.
    There is no good trick that I'm aware of to mimic Draw's or Freehand's way to do it.

Maybe you are looking for

  • Migration from ATG Dynamo 5.1 to Weblogic 10.3 Server

    Hi, We are currently involved in a project in which the application has be migrated from the ATG Dynamo Server 5.1 to Weblogic 10.3 application server. While doing this we are facing some problems related to DynamoHttpServletRequest. Previosly the co

  • ITunes library in shared folder

    When I installed Vista on this computer I partitioned the hard drive as C (O/S), D (DVD), E (Music) & F (Photos). All music was installed straight to the E drive and was using Windows Media Player and all users could access the music. We now have an

  • EVDRE report

    Hi I am trying to create  reports ( in  BPC )   of all the fixed assets categories  ( of a holding co )  ( like plant , leasedhold etc )  then additions during the year and removal of assets during the year. Opening balance plus additions minus delet

  • Macbook Pro goes into sleep mode randomly

    I have a Macbook Pro, early 2011 version running Mountain Lion. Sometimes, it doesnt matter  what I am doing but it will be running fine and then out of no where the screen will go black. I assume it goes to sleep because the sleep light goes on. It

  • Downloading the latest upgrades for Mac 10.8.2 keeps stalling. I still have Firefox 17.0.1 - has been many tries but process just hangs.

    Downloading the latest upgrades for Mac 10.8.2 keeps stalling. I still have Firefox 17.0.1. the system has tried many times but the process just hangs.