Several HSGETVALUE in one Excel Spreadsheet from various application

Hello,
For the HSGETVALUE, I have to type HsGetValue (“Connection”,”POV”). However I don't know How to type the "Connection". I have tried [Server].[Server.Application].[ServerCube].
My goal is to have by example in cell A1 : a value from my monthly report in one application and in Cell A2 a value from my daily report fromn another application
Thank you for time
Best Regards

Check the examples below...you will need to include info for all dimensions as well as the dimension labels. If you are having trouble, you can also use the "Function Builder" menu option from the SmartView menu.
The HsGetValue function retrieves data from a data source for the dimension members that you
specify. You can specify all dimension members. Any member not specified is considered a
default POV member and uses the default in the POV Manager.
When users select Refresh or Refresh All, only HsGetValue is called. When users select Submit,
HsSetValue is called first, HsGetValue is then called only if HsSetValue returns sucessfully.
The syntax is as follows:
HsGetValue (“Connection”,”POV”)
Here are two examples:
The function in the following example returns the value from the HFM01 application for the
default Point of View.
Example 1:
HsGetValue(“HFM01”,”Scenario#Actual;Year#2004;Period#July;View#YTD;
Entity#UnitedStates.Connecticut;Value#USD;Account#Sales;ICP#[ICP
None];Custom1#GolfBalls;Custom2#Customer2;Custom3#[None];Custom4#
Increases;”)
The function in the following example returns the value from the HE application for the default
Point of View.
Example 2:
HsGetValue(“HE01”,”Scenario#Actual;Period#July;View#YTD;
Entity#UnitedStates.Connecticut;Account#Sales;”)

Similar Messages

  • Hi. My 2013 MacBook Air has suddenly reverted to a previous Excel spreadsheet (from May). I use the same spreadsheet several times a day and hit cmd 's' every 5-10 minutes. How can I find the version I was using yesterday?? Please help. Thanks

    Hi. My 2013 MacBook Air has suddenly reverted to a previous Excel spreadsheet (from May). I use the same spreadsheet several times a day and hit cmd 's' every 5-10 minutes. How can I find the version I was using yesterday?? Please help. Thanks

    Might be something for you here > Automatically save and recover files - mac excel

  • Moving Excel Spreadsheets from Work to Home

    I have had this problem for the past month. The problem is when moving Excel
    spreadsheets from home to work only (1) out of (6) will not open. It says there is not enough memory. The other spreadsheets are larger so I know the allocation is ok. The work computer is an IMac running system 9.2, the home
    computers are a G4 IMac and a G3 IBook. Both of these are running Tiger 10.4.4. These spreadsheets open on both of these Tiger computers.
    I use a 128MB USBDrive for moving files back and forth. One thing I have noticed recently is that when opening at work the Icons say PC. I have a newer version of Excel at home, cannot load that version at work because it is not compatible with system 9.2.
    Help????????

    Hi, klugej -
    I don't use OSX, so can't suggest a method there. However, in OS 9, try highlighting the icon of the drive (click on it once), then select Erase from the Special menu. With luck, that will offer one of the Mac formats (probably Mac OS Standard) as well as MS-DOS.

  • I transferred excell spreadsheet from my old pc to my new mac. I used it last fortnight but now cannot find it. Any Help please.

    I transferred excell spreadsheet from my old pc to my new mac. I used it last fortnight but now cannot find it. Any Help please.
    I have tried Spotlight but to no avail I have an Imac.
    gp140

    The file should still be listed by name under, "Open Recent."

  • How do I download a excel spreadsheet from my iPad back to my Mac Pro laptop

    how do I download an excel spreadsheet from my iPad back to Mac Pro. the tech at the store showed my how to upload but not down load.

    It kind of depends on how it is setup to sync. You can try to reverse his steps.
    If you have icloud and use numbers - it will be done by icloud and you don't need to do anything
    If he used file sharing in itunes, you need to drag that document backwards.
    You can also email it.
    And perhaps there are other ways as well.

  • I need to move the data from several cells in an excel spreadsheet to another computer's excel spreadsheet.

    I have a data aquisition program on computer #1(not labview)  that writes to an excel spread sheet and I would like to have a row of data transfered to another excel spreadsheet running labview(computer #2)on the same network. I would like to make this transfer of data either over the network or some other method to link these two computers (they are two feet apart). I'm not sure that datasocket would help , as it seems that the data to be moved must be written for datasocket in labview.  My other alternative is to write drivers for the device that provides the data for computer #1. This is a new one for me as the user doesn't want to give up the non-labview program on #1.
    Solved!
    Go to Solution.
    Attachments:
    Read_Value_From_Excel.vi ‏83 KB

    I would write a LabVIEW VI to read the Excel file(s) on computer n°1 and publish the data in a shared variable over the network.
    Chilly Charly    (aka CC)
             E-List Master - Kudos glutton - Press the yellow button on the left...        

  • Opening Excel Spreadsheet from ABAP

    Hello,
    Is there any way to put data from an ABAP program into an existing Excel spreadsheet? I know how to put the data into a new spreadsheet but my users want to put the data into an existing spreadsheet where they have developed macros.
    Thanks,
    Becky

    Hi Becky
    Here is a procedure using OLE automation.
    DATA gs_excel TYPE ole2_object .
    DATA gs_wbooks TYPE ole2_object .
    DATA gs_wbook TYPE ole2_object .
    DATA gs_application TYPE ole2_object .
    CREATE OBJECT gs_excel 'EXCEL.APPLICATION' .
    SET PROPERTY OF gs_excel 'Visible' = 1 .
    GET PROPERTY OF gs_excel 'Workbooks' = gs_wbooks .
    GET PROPERTY OF gs_wbooks 'Application' = gs_application .
    *--Opening the existing document
    CALL METHOD OF gs_wbooks 'Open' = gs_wbook
         EXPORTING #1 = <file_path_var> .
    "*--After this point you can go on processing the sheet
    using OLE Automation techniques"
    If it is just the template to be stored you can save the template .xls file at the application server each time downloading it to a temporary place to open. Or you can store it at SAP Office templates folder. For SAP Office operations you can inspect "BC_SO_*" masked FMs.
    And as a last thing, let me introduce you the SDN forums pointing system: You can assign points to posts you find helpful while solving your question. You can reward points by clicking the yellow star icon at header of each reply post. You can reward;
    - one 10 points (solved)
    - two 6 points (very helpful answer)
    - many 2 points (helpful answer)
    Kind Regards...
    *--Serdar

  • How to generate an excel spreadsheet from an Oracle Application forms runni

    I need URGENT generate an Excel spreadsheet with rows and columns populated from a forms that is running on Oracle Application R11.5 and open this worksheet for the User save.
    I want to include a PL*SQL code on a button and this button to run the spreadsheet open save for the User.
    Sorry my poor English, thanks for the comprehension

    909356 wrote:
    I need URGENT generate an Excel spreadsheet with rows and columns populated from a forms that is running on Oracle Application R11.5 and open this worksheet for the User save.
    I want to include a PL*SQL code on a button and this button to run the spreadsheet open save for the User. This functionality is already available in the application (File > Export) and you do not need to write a code to do that.
    How To Export Form Data To a CSV Format File [ID 779079.1]
    How To Setup Action Export Functionality in Release 11i [ID 136074.1]
    Thanks,
    Hussein

  • Is there a way to create auto fill fields in an excel spreadsheet from AB?

    Hey, so I've got an Excel spreadsheet that I'd like to tweak so when I enter a name, the boxes next to it labeled Phone Number and Email will auto fill the information in from Address Book. I don't know if this is possible in Excel, I have a Address Label Widget that does it though.

    Being Applescriptable, you should be able to do that in Excel. MacTech magazine has a long article on applescripting Office. You might ask around in the Applescript forums or take a look at Macscripter.net.

  • How can I download to one excel sheet from more than two table?

    Hi.
    as you know
    <SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER='DATAPROVIDER_T1' >
    this script can make download excel sheet which is same cotents of table or chart in web template.
    but if template has more than two tables how can we get excel sheet from tables?
    <SAP_BW_URL CMD='EXPORT' FORMAT='XLS' DATA_PROVIDER_1='DATAPROVIDER_T1' DATA_PROVIDER_2='DATAPROVIDER_T2'>
    I hope this gonna work but result was fail same as I expected.
    is there any way put two tables download one excel sheet?

    Welcome to SDN.
    Post this in Business Explorer forum for quicker resposne.
    SAP Business Explorer (SAP BEx)
    Regards
    Raja

  • Exporting Excel Spreadsheet from Numbers

    How do you export to the .xlsx format? The choice now appears to only be the older .xls version of Excel. The only way I've found is save is to open the .xls in my 2011 Excel and resave as the .xlsx format.

    No specific reason at this time to have to save it as xlsx. I see .xls shows Excel Workbook 97-2004 on Numbers and also as on Office for the MAC Excel's on the "standard" format list. Just seems like there was some reason .xlsx camre about. 97-2004 is sorta "old".
    I've had no problem opening Numbers .xls and .xlsx spreadsheets and viewing both those on my iTouch/Dropbox. Haven't been able to open or import a .numbers spreadsheet from Excel 2011 though.

  • Want to open an Excel Spreadsheet from a link.

    I am working with financial website and it has a link to a Excel Spreadsheet already design to performa complex calculation.  Spreadsheet is in Excel.  Clicking on the link does not open it and I cannot figure how to get it to open in Numbers - any ideas. 

    Hi Laura,
    This note, from a cell in the Excel spreadsheet, likely explains the difficulty:
    If you are using on older version of Excel, you may need to install an “Add-In.” On the Tools menu at the top of your screen, click Add-Ins. Select the Analysis ToolPak box, and then click OK. If necessary, follow the instructions in the setup program.
    The add-ons in Excel's Analysis Toolpak are, to the best of my knowledge, not supported in Numbers.
    Regards,
    Barry

  • Exported Excel spreadsheet from Constant Contact, now cannot find it. Thanks!

    I exported an Excel spreadsheet file from Constant Contact and now I cannot find it anywhere. Constant Contact verified it was sent.

    Best things to have in this situation is a receipt of the shipment of the returned device.
    Do you have it? If so go to a Fedex office and file an insurance claim.
    If you don't have this..
    IF your device tracks anywhere at all on USPS or FedEx's website call customer service and have them submit an ITTS ticket for a lost shipment. If your rep does not do this get another rep on the line. If they have already submitted a CLNR NON RETURN form then you either need the receipt of the shipment or need it to track on the carriers website.

  • Code generate report in excel format from portal(Application Server)

    Hi all
    Please give some solution with code generate report in excel format from
    oracle portal(Application Server).

    Not feasible.
    Why? Because "the Excel format" is a binary and proprietary Microsoft file format. And writing a generator to generate Excel files will be complex, and resource expensive. In the vast majority of cases this will not be justified.
    As an alternative the very basic Microsoft XML office format can be used. But note that this is not a a ISO standard (it has been shot down in flames) - and effort and resources for that would be better spend on the Open Document XML standard (which very likely will be ratified as the ISO standard instead).
    Of course, you could have meant a CSV file - in which case, you need to play close attention to details. CSV is not an Excel format. A software designers and developers, our success is determined by attention to technical detail. In which case you are not paying any attention to technical detail by confusing CSV with Excel.

  • Java.util.logging: write to one log file from many application (classes)

    I have a menuapp to launch many applications, all running in same JVM and i want to add logging information to them, using java.util.logging.
    Intention is to redirect the logginginfo to a specific file within the menuapp. Then i want all logging from all applications written in same file. Finally, if needed (but i don't think it is), i will include code to write logging to specific file per app (class). The latter is probably not neccessary because there are tools to analyse the logging-files and allow to select filters on specific classes only.
    The applications are in their own packages/jars and contain following logging-code:
            // Redirect error output
            try {
                myHandler = new FileHandler("myLogging.xml",1000000,2);
            } catch (IOException e) {
              System.out.println("Could not create file. Using the console handler");
            myLogger.addHandler(myHandler);
            myLogger.info("Our first logging message");
            myLogger.severe("Something terrible happened");
            ...When i launch the menuapplication, it writes info to "myLogging.xml.0"
    but when i launch an application, the app writes info to "myLogging.xml.0.1"
    I already tried to leave out the creation of a new Filehandler (try/catch block in code above) but it doesn't help.
    Is it possible to write loginfo to same specific file?

    You should open/close it somehow at every write from different processes.
    But I personally prefer different file names to your forced merging, though.

Maybe you are looking for