Need for a function in Excel that will retrieve all members of specific dim

Hi all
We are a condition where the user needs to see all members in the menu dropdown in an excel file. Also, the report is a dynamic where the meta data are updated daily. To do this, we want to update metadata on a daily basis as it is reflected also in the drop-down list. Please let us know if there are all the specific features we can incorporate as part of our macro that will provide all members of the specific dimension in a single column. Note that we do not want the user to select anything manually using member selection that everything must be hard-coded.

Thank you very much
Krishna

I am assuming that you are using the Excel Add-In; is that correct?

I did this in two ways:

First, use a hidden form and function Spreadsheet Toolkit (i.e. EssVZoomIn) to drill down. You may need to use EssVSetSheetOption to make sure that the appropriate fuse are selected.

Second (more complicated), functions to use the VB API to write a program to recursively process the dimension and retrieve all members.

Furthermore, on the question of if the user must interact - unless you go to hardcode a password for Essbase in your code, you may need to the user open a session at some point in the process.

Tags: Business Intelligence

Similar Questions

  • I bought an annual individual license for Illustrator and also one for Photoshop + Lightroom, now, I realized that I need Acrobat Pro, and need to buy another individual license that will cost me the 3 together more than the creative cloud all opt

    I bought an annual individual license for Illustrator and also one for Photoshop + Lightroom, now, I realized that I need Acrobat Pro and need to buy another individual license that will cost me the 3 together over the whole creative cloud option that includes all applications. Can I Exchange my 2 subscriptions for the rather creative cloud and pay only the difference?

    Single update for all http://forums.adobe.com/thread/1235382 clouds can help

  • Hi, I installed an Alfred Workflow (see code below) that will mark all my mails as read. After you run it for a minute, the mail has crashed and I had to forcequit. However, now, when you open the Mail it crashes instantly, even after restart and repair o

    Hello

    I installed an Alfred Workflow (see code below) that will mark all my mails as read. After you run it for a minute, the mail has crashed and I had to forcequit. However, now, when you open the Mail it crashes instantly, even after restart and repair the permissions. I also used the Ctrl + C and CTRL-Z commands in the Terminal to leave the alfred_script, but nothing helped. I'm running out of ideas here, so I hope you could help me either reinstall the mail.app. I could always just switch to a different mail application, but it's kind of a last resort.

    Code:

    Tell application "Mail".

    Define allAccounts on each account name

    Repeat with currAccount in allAccounts

    the unreadMboxes value (each mailbox to the account currAccount the unread number is not 0)

    Repeat with currMbox in unreadMboxes

    (read status of each message to currMbox including the playback State is set to false) true value

    end repeat

    end repeat

    tell the end

    Any input would be greatly appreciated. Can post the report of crash on demand.

    Not sure that Alfred's, but it's just an Applescript script and it would not cause Mail to be planted.

    However, when running through all the messages, it is possible Mail database has been corrupted and it crashes because of this.

    I'll probably get anything out of the accident report, but others might.

    My first instinct would be to rebuild the mailbox. Because you can't do that with him crashing, you can simply delete the databases and it will rebuild them.

    Navigate to this folder:

    ~/Library/Mail/v3/MailData/

    You can either manually through the files, or copy the full path and paste it into go the folder in the menu go to the Finder.

    Remove the envelope Index files. Open Mail and see if it works well.

    If your library does not appear in your folder, hold down the Option key and select library in the menu go to in the Finder.

  • I can now create a folder that will hold all of my photo files?

    Original title: search folder

    I did a search with the little dog under (music photos or videos).  I have all my photos gathered.  I can now create a folder that will contain all the? I use Microsoft Word or Word Perfect 10, but most of my documents are in WP. I have photo files in Picasa and Photo Shop as well as those of Word Perfect.

     

    Hello


    What documents are there in WordPerfect?

    Yes certainly, you can create the folder that holds all of the image files.

    See the following steps to create a folder.

    (a) to highlight all the images files or press Ctrl + A on the keyboard

    (b) go to the location where you want the folder to be (example: Office)

    (c) right-click and click New, and click folder

    (d) the name of your choice.

    (e) open the folder, right click and click on paste.

  • Hello. I need help developing a PowerCli script that will show me the current configuration of the video Ram of each individual virtual machine on a host\cluster or a vcenter. Can you help me?

    I have a script that will allow me to change the configurations of VRAM, but I need a script that retrieves the configuration of all virtual machines VRAM in my infrastructure.
    I need to get out information to a csv file and run this report on a monthly basis... can you help me?

    Right now my environment is mixed. I have Windows XP virtual machines set to 4 MB, Windows 7 virtual computers set to 8 MB and a subset of sall of virtual machines set to automatic detection of settings.

    I need to be able to recover these settings in a CSV file in order to use this information for comparisons of trdouble-shot performance issues...

    Thank you.

    vram.JPG

    Try something like this

    Get - VM |

    Select Name,

    @{N = "OS"; E={$_. ExtensionData.Config.GuestFullName}},

    @{N = "VideoRamMB"; E = {}

    [math]: Round (($_.)) ExtensionData.Config.Hardware.Device |

    where {$_-is [VMware.Vim.VirtualMachineVideoCard]} |

    (Select VideoRamSizeInKB - ExpandProperty) / 1 Ko, 1).

    }} |

    Export-Csv vm - videoram.csv - NoTypeInformation - UseCulture

  • installed need for speed with success. now, it will not open run

    I installed the need for speed game successfully. now, it won't open or run. ??

    Looks like it can't find the disc.

    Hello

    You receive all code or an error message when you try to run the game?

    You can try to run the game as administrator & check if it works:

    For more information, refer to this link: to start a program as an administrator

    Hope the helps of information.

  • Need for a function defined by the user in order to obtain a weighted average

    Hello

    We have a table where we want to device the weighted average for a column of prices below using formula,

    sum (quantity * price) / sum (qty)

    We have a few lines where part or all of the columns that is price or quantity can be NULL.

    We have tried to write the function as follows however, it fills even after 30 minutes, where as we have the addition of this feature request could was completed in 25 seconds.

    Please note that we are dealing with big data i.e. the table could have 50 million records. It has appropriate indexing and other components to improve performance required.

    We know that we did something wrong in the creation of feature below, but we are unable to resolve

    CREATE OR REPLACE FUNCTION "WEIGHTEDAVGPRICE" (PCOLNAME NUMBER( ) RETURN NUMBER

    IS

    TEMP NUMBER (26,13);

    BEGIN

    SELECT SUM (QUANTITY * PCOLNAME) / SUM (QUANTITY) IN TEMP DE FEES;

    RETURN TEMP;

    END WEIGHTEDAVGPRICE;


    Here, we send the parameter THAT PCOLNAME represents the name of the price column we want to do a weighted average.


    We know we could do this without adding a feature, but we need instructions BOX, and then in our SELECT clause. We use toplink to query the database, in this case, it will be difficult to covert.

    Also, we want this function to be used in other places as well.


    Thank you

    @Bhagyesh KNW



    The reason for the decrease in performance when you use the function, you call the function from a query and which is originally a context switch between SQL and PL/SQL engines.  That is known to slow down performance.  If you can only do the task in SQL, you must do so, in order to avoid context switching.

    It would be useful that you provided a few sample data and expected the output, as indicating the version of your database, so that people can understand and help you better.

    Please read:

    Re: 2. How can I ask a question in the forums?

  • Recommend components for the plant of thumbnails that will be automated using NI USB-6009

    I build a treatment for a University project and I'm looking for a few recommendations of components that work well with the NI USB-6009 case. Because of what is a project of the University, my budget is $ 100 and I need the following:

    a float switch or something similar

    a solenoid valve two-way or three-way

    a pump

    a pH sensor

    a temperature sensor

    a camera

    I understand that I may not have a sufficient budget for all these components, but all product recommendations would be appreciated.

    Hello

    I recommend using the following tool to see examples of projects other users worked on in order to determine the appropriate components: http://www.ni.com/examples/

    I hope this helps!

  • I might be accidentally deleted files needed for the functioning of Windows media player

    is there a way to re - download files for wmp? I delete junk and I think I deleted something I need. I get the following message is displayed now when I go to play videos. any help is appreciated.

    "Windows Media Player cannot play the file. The player might not support the file type or does not support the codec used to compress the file. »

    Hello

    Probably you are missing the correct codecs, which can happen even if WMP is not working properly.

    See if that helps you.

    http://www.SnapFiles.com/get/k-Lite-full.html

    For info: This program offers to install promotional or third party software. Installation of these components is optional, but you should pay attention during installation to prevent the installation of unwanted software

    See you soon.

  • How and where can need to update video card, so that will support WDDM - I get updates?

    I have windows Vista Premium - I don't know if it's a 32-bit or 64-bit. I need to upgrade the video card or update the driver; maybe both. Where should I go to access the update so that I can fully enjoy Microsoft Media Center.

    You need to update the video card driver (if an update exists) from the web site of the manufacturer of the video card (support and/or driver download section of their web page.)

    First of all understand what architecture of Windows Vista you are using: http://windows.microsoft.com/en-US/windows-vista/32-bit-and-64-bit-Windows-frequently-asked-questions

    Second figure on what video card, you have to download, install and run the Belarc Advisor free tool and view in his section of the display.  There are several other ways - but I think the more information you can get right now - the better.  I would like to print the results and store your documentation system, system software and backups in a safe place

    Third - visit the manufacturer's Web site for drivers for the make and model of video card you have.

  • Need for a function to generate the second neighbor no divisble by 10

    Hello

    WE need a function or a procedure where given a number as a parameter, need to generate then the closest number divisble by 10.

    For ex receives a number: 3 we must generate 10
    given a number 234 need to generate 240.

    Kind regards

    This does not work with multiples of 10. Use rather CEIL!

    SQL>select trunc(3/10)*10+10 from dual;
    
    TRUNC(3/10)*10+10
    -----------------
                   10
    
    SQL>select trunc(10/10)*10+10 from dual;
    
    TRUNC(10/10)*10+10
    ------------------
                    20
    
    SQL>select ceil(3/10) * 10 from dual;
    
    CEIL(3/10)*10
    -------------
               10
    
    SQL>select ceil(10/10) * 10 from dual;
    
    CEIL(10/10)*10
    --------------
                10
    

    URS

  • r204tu for laptop HP 15: pilot that will allow a wireless adapter on my laptop

    Recently I bought hp 15 laptop r204tu I'm confused about which driver should I use to access wireless internet. When you go on the Web site of hp for drivers they gave 7 drivers I donot know which would work please can all provide a link to the driver or the name of the manufacturer of the wireless adapter I m using windows 7 64 bit sp1

    Thanks to all of you for your support I finally solved the problem by using the following driver. I share the link with you people
    http://h20564.www2.HP.com/hpsc/SWD/public/detail?swItemId=ob_132572_1

    First problem is the adapter used by the computer wireless portable hp15 r204tu is realteak (site Web RTL8732BE and hp provide no such driver on the list of drivers Hp 15 r204tu page. I came to know the adapter by using the information system by pressing ESC at startup upward and found Wlan fcc id RTL8732BE...
    as you can not see the wireless adapter in network adaptersin Device Manager.
    Although you can find model wlan adapter in device manager, if you look under "other devices" option you will find 'network controller' with yellow Panel and copy the first line of hardware ID and you can achieve the same result as above

    If the link is not work search "sp66190.exe" on the hp Web site

    Hope this works for all

  • I need help to create a report that will provide the following information:

    I would like to see areport by the following:

    Server name average CPU UTIL, UTIL memory AVG, AVG disk UTIL for each hour for a period of one month

    Any ideas?

    Can I schedule it to run at the same time specifig? How?

    Your help is appreciated.

    George,

    Reports can be organized through the system scheduler foglight and run at a specific time or day. You can check the outside of the host view box for the performance of an existing report. Challenge reports every hour for a month will be available in the graphics space. Looking for a table for information to display view?

    David Mendoza

    Foglight Consultant

  • What is Onboard LAN I need for my Compaq precarious CQ5320F, mine will not connect.

    Ethernet port does not, he should get the new card for compaq precarious CQ5320F, what should I buy?

    Paul has already answered your question.

    http://h30434.www3.HP.com/T5/desktop-hardware/Ethernet-connection-failed-on-my-Compaq-Presario-CQ5320F-need/m-p/1035431

  • How to create momentum for an emitter follower circuit that will lead to a motor continuous

    The circuit is a circuit of position control. A pulse must be created (between + 12v and - 12v) which would be injected into the acquisition of data in order to make the circuit follower of transmitter (composed of 1 npn and pnp transistors to 1) if the result is positive, the motor continuous go drive and negative from the other direction. PWM can be used? any other type of pulses may work?

    You have installed the drivers for the acquisition of data?  What DAQ hardware do you use and what drivers?  There are several different versions.

    There should be some counter examples if you have installed the drivers for data acquisition.  Have you tried the examples?

    Lynn

Maybe you are looking for

  • Search has hijacked my default homepage

    I suspect that by updating / Java downloadI refused all offers for software and finally stopped downloadDo research now is the first page that loads when I click on MozillaWhen I press "Home" (top right/address bar) I go to Mozilla Firefox Start Page

  • Satellite L750-201 - problem with update of the BIOS - preparation for Win 8

    I have a L750-201 and is eligible for Windows 8. Currently Windows 7.I thought that I would update to the BIOS (latest version 2.6) in the latest version (3.6), which has some relevant changes to Windows 8, I understand. I have downloaded the BIOS up

  • Disk error when you exit the Portege M100 in standby mode

    Hello all :) Have a Portege M100 for general use with WXP Pro installed.Recently decided to upgrade to a DVD - rom DVD burner, then bought a Sony DW-Q250A burner.Installed and it worked, but I continue having problems when the computer wakes from sle

  • 10.6.8 resettlement on iMac 21.5 mid 2010

    Good afternoon everyone!  I was given a used iMac 21.5 mid 2010 with OSX installed 10.6.8.  However, I tried to clean this computer completely to remove all information of the previous owner, connections, etc.  In my efforts, I discovered that the op

  • Satellite A200-WOO overheating - hight temp

    Hello I bought my computer in Australia. A model Toshiba A200 WOO, 2.2 GHz, 2 GB Ram and Core Duo and for the last few months, I noticed the laptop gets very hot. At some point, I put on low power when it's plugged in because it overheating randomly