How HFM process records

On a learning curve, I'm playing with the consolidation rules and debugging.

In order to understand the functioning of HFM, I added the following rule of consolidation, with the appropriate WriteToFile sub().

Void Consolidate()

Dim MyDataUnit

Dim lNumItems

Set MyDataUnit = HS. OpenDataUnit("")

lNumItems = MyDataUnit.GetNumItems

for i = 0 to lNumItems-1

Call MyDataUnit.GetItem (i, strAccount, strICP, strCustom1, strCustom2, strCustom3, strCustom4, dData)

Call WriteToFile ("Line 1;" & lNumItems & ";" & i & ";" & strAccount & ";" & strICP & ";" & strCustom1 & ";" & strCustom2 & ";" & strCustom3 & ";" & strCustom4 & ";" & dData)

next

EndSub

After running a consolidation my result file looks like this

Line 1; 258; 1; Sales; [ICP no]; P3000_Phones; Comma_Phone_Stores; Retail_Direct; [None]; 15887.488716; 08/08/2013-13:36:40

Line 1; 258; 2; Sales; [ICP no]; Comma_PDAs; Electronic_City; National_Accts; [None]; 19239.0919236; 08/08/2013-13:36:40

Line 1; 258; 3; Sales; [ICP no]; Comma_PDAs; Radio_Central; National_Accts; [None]; 21959.2720157; 08/08/2013-13:36:40

Line 1; 258; 4; Sales; [ICP no]; Comma_PDAs; Western_Electronics; National_Accts; [None]; 24728.9099251; 08/08/2013-13:36:40

Line 1; 21; 0; Wages; [ICP no]; [None]; [None]; [None]; [None]; 5997.2854618; 08/08/2013-13:36:40

Line 1; 258; 5; Sales; [ICP no]; Comma_PDAs; Freds; National_Accts; [None]; 4955.7155768; 08/08/2013-13:36:40

Line 1; 21; 2; Legal; [ICP no]; [None]; [None]; [None]; [None]; 237.3450281; 08/08/2013-13:36:40

Line 1; 21; 3; Housekeeping; [ICP no]; [None]; [None]; [None]; [None]; 84.0907017; 08/08/2013-13:36:40

Line 1; 258; 6; Sales; [ICP no]; Comma_PDAs; Power_Price; Distributor_Sales; [None]; 13046.6934218; 08/08/2013-13:36:40

...

My first entity has (INumItems) 258 records, 21 second.

I expect the system to work through each feature in a sequential order, but I see them intertwined. So my first question

(1) is due to a parallel processing?

the numbers I have loaded are different. For example, for the first line, I loaded the amount 15887.48871 and not 15887.488716

(2) where is this 6 coming from?

Thanks in advance for any idea,

Patrick

Yes, I could say, HFM uses a PARALLEL treatment.  It's difficult handwriting of newspapers.  I think that the treatment is shared between the entities, although I have not really dug too deep into it.  You will need to modify the writetofile routine to write a separate log for each entitiy confirm.

As that 6 in the end, you are course that is has not been responsible for this way in the system?  In addition, it is the routine of consolidation, which means that it is to translate.  Is it possible that is the result of exchange rates?

Go to a grid, explore the this intersection, right click and click on information of the cell.  At the bottom it will show you the data displayed, stored data and data full resolution.  The last two are probably the 6 extra.

Tags: Business Intelligence

Similar Questions

  • How to correctly record the ESXi 4.0 and vSphere Client for free?

    Hello everyone.

    Can someone help me with registration

    of free VMware ESXi 4.0? I am totally confused with the process I

    certainly do not understand.

    My goal is to install and use ESXi

    4.0 and manage via vSphere client with free licenses free of charge for

    more than 60 dayes. Is it possible?

    Installation of its products

    gone without problems, but failed to save. I found a few

    suggestion on other threads, but nothing helped. Give me a hand please,

    I will be grateful.

    I'll write what I did:

    1. I went to the http://www.vmware.com/products/esxi/ site.

    2. I read that I can get the free license for VMware ESXi 4 and VMware vSphere Client.

    3. Decided to download this software, registered and was redirected to
      the site where I could download iso 4 ESXi and vSphere Client .exe

    4. Installation and basic configuration of ESXi on the bare metal and vSphere Client Windows XP without problems.

    5. I am able to create virtual machines and use it - it's OK, but vSphere Client know that I have to the 60-day trial.

    6. Meanwhile I received the email with "Activate your VMware ESXi license".

    7. I have
      Click on the link in the e-mail and was redirected to the same
      the site, where I can download the software, but on the top of the web page I can
      find information and a 'ESXI licenses""this license key is valid.
      "for VMware ESXi 3.5 Update 2 and later versions. So I guess it's also valid
      for ESXI 4.0. I'm I right?

    8. I would like to record my ESXi 4 software installed and the vSphere Client. Of
      I chose the vSphere Client Menu: help - & gt; VMware on the web - & gt;
      Sign up for now. The site ask me "series/license number Activation".
      Code"so I typed the license key. Iassume that this license key should not be placed here, because the web site of replay that: "Code of Activation of series/license number has already been registered. So how do?

    As I wrote, I'm confused. How to correctly record the ESXi 4.0 and vSphere Client? What I did wrong and how to fix?

    To register the serial number in your ESX4i host

    Home-> inventory-> higher level (your ESXi host)

    Tab Configuration

    Left side - features licensed

    Edit-> Assign new key for this host-> Enter Key

    Paste your key

    Confirm all

    Your ESXi server is now fully licensed

    Note: you no longer have the basic features and all the enterprise features that came with a trial license are no longer valid

    Maish

    Architect of virtualization & Systems Administrator

    http://technodrone.blogspot.com

  • How to use record group to insert data into the hierarchy tree?

    Hello

    I had a hierarchical tree in my block and I want to use the record group to display
    in the hierarchy tree, call david_tree. He did work for the code I try below
    and I think it might be that the create_group_form_query was wrong? or miss an order?


    DECLARE
    htree;
    rg_data RECORDGROUP;
    v_ignore NUMBER;
    BEGIN
    htree: = Find_Item ('tree_block.david_tree');

    rg_data: = CREATE_GROUP_FROM_QUERY ('rg_bank',
    "select name, short_name".
    || "from css_banks");

    -Fill the record with data.

    v_ignore: = POPULATE_GROUP (rg_data);

    -Transfer the data from the record group to the hierarchical
    -tree and bring it to display.

    FTREE. SET_TREE_PROPERTY (htree, FTREE. (RECORD_GROUP, rg_data);

    END;


    Thank you


    David

    David,
    You get an error with your code? Looks like you took your example code help Forms. I don't really see a problem with the code, but the forms example gives an example of how create the record group used by the HTree so the Receiver General may be the cause of the problem. When I used the HTree, I used the FTREE. Procedure ADD_TREE_DATA to fill the tree. When I started working with HTree I created a wrapper package to simplify the process. You can watch how I work with the HTree in a demo that I published called: forms and how to: create a shape of the HIERARCHICAL tree.

    Hope this helps,
    Craig B-)

    If someone useful or appropriate, please mark accordingly.

  • How to add records to a file via the file adapter.

    Hi all
    How to add records to a file via the file adapter.

    I must read data from the database and need to add all the records in a file.

    Thanks in advance.

    Hello

    I think you have a while loop to hit the DB in your process (as you said you need to extract data from DB 10 times if 1000 rec is here)
    First sopy your DB O/P to a var
    and second time add to previous data. (Otherwise you can directly use Add to start instead of copy and add)
    When the loop ends, you can turn to the file adapter Var.

    Otherwise, you can configure yourFileadapter as it will be aapend current recordings for previous records.

    You can use 'Append = true' in your adapter wsdl file.
    It will add the previous records to existing records in the same file.

    Concerning
    PavanKumar.M

  • How can I record music from my iPhone to my imac

    Hey guys!

    How can I record music from my iPhone to my macbook pro.

    You can transfer iTunes purchases:

    Redownload or transfer of your iTunes Store purchases for...

  • How can I record video using my web cam of 1407

    I have a webcam of 1407 of microsoft. I want to know is how can I record video? I connected it to an old dell with windows xp. and the only thing I can do is take a picture. Is it possible that I can get to record a video.

    Hi George,.

    Thanks for posting your question in Microsoft Commnunity.

    The model number you have produced is not in the list of Microsoft Hardware devices. Let us know the model number of the webcam that you use?
    You use any application to captute photography? If so, what app do you use?

    You can follow the suggestions below and check if it helps.

    How to create audio and video content?
    http://www.Microsoft.com/hardware/en-us/help/support/how-to/webcam/create
    You can download and install the latest Windows Movie Maker to make videos.
    http://Windows.Microsoft.com/en-us/Windows-Live/Essentials-home

    I hope it helps. If you have problems in the future, please let us know. We will be happy to help you.

  • How many processes should normally turn my vista computer?

    Original title: vista-based computer

    How many processes should normally run my vista computer.

    How many processes should normally run my vista computer.

    There is no overall normal - normal only for * you * and * your * system.

    The less you have to run all the time, most things you want to run will perform:

    Use Autoruns to understand this all starts when your computer's / when you log in.  Look for whatever it is you do not know using Google (or ask here.)  You can hopefully figure out if there are things from when your computer does (or connect) you don't not need and then configure them (through their own built-in mechanisms is the preferred method) so they do not - start using your resources without reason.

    You can download and use Process Explorer to see exactly what is taking your time processor/CPU and memory.  This can help you to identify applications that you might want to consider alternatives for and get rid of all together.

  • How did you record pictures from a memory card on computer?

    How did you record pictures from a memory card on computer do not directly use HP Photosmart 7520 web services?

    No, that would be the only way to access the memory card.

  • How can I "RECORD each piece of data (and I mean everything!)" contained in the hard disk of the laptop? »

    How can I "RECORD each piece of data (and I mean everything!)" contained in the hard disk of the laptop? »

    I know PC never fade completely everything, so if there is a way to get personally, I'd really like the head upward on the how to do?  I would be better for me to download all this information on a PHDD, rather than handing the portable real in question so that its content of forensics experts, because current 'Communications Network serious security' we have been subjected to.

    Here you go:

    1. Use an imaging program to create a clone of your hard drive.
    2. Delete the original from your PC hard drive and keep it somewhere safe.
    3. Put the clone in the PC.
    It is the only way to really keep all while still able to use the PC.
  • How can I record audio now?

    Before the update my graphics to a (Radeon 4650) hdmi connection I could record audio. After installing the new graphics card, I had a conflict with the graphics card and my sound card.  A very loud snoring through the TV speakers. I use a 42 inch LG tv as a monitor. I get sound on the tv speakers. Because the hdmi connection supports the audio I removed my sound card. Now I can't record audio. How can I record audio now? Need me a sound card to support the recording with a microphone? When I choose the tape recorder, located in the Accessories menu, I get a message that "a recording device is not found.  Thanks a lot for the answers!

    I went a little less than a year with my card its removed from my machine.               I have re-installed the sound card, after I posted the message above. Then, I chose my hdmi graphics card as my default. At this stage no buzzing high strong ground. So far, everything works fine. Thank you for your response.

  • How many processes should be running?

    I don't know if this is the right place to post this, but I was wondering how many processes should be running on my computer.  It is a fairly new computer.

    In addition, in the first minutes of the computer couple upward the number of process initializing increase without me open all programs.  Is this normal or not?  It can be normal and I had just paid attention to before.

    Thank you.

    Hello

    Yes, there may be more than one process running and these methods and these tools will help you
    View and order a lot of them.

    How to troubleshoot a problem by performing a clean boot in Windows Vista or
    Windows 7
    http://support.Microsoft.com/kb/929135

    Use advanced tools to solve performance problems in Windows 7 http://www.howtogeek.com/howto/6152/use-advanced-tools-to-troubleshoot-performance-problems-in-windows-7/

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/default.aspx/GP/slow_windows_performance?p=1

    Use advanced tools to solve performance problems in Windows 7http://www.howtogeek.com/howto/6152/use-advanced-tools-to-troubleshoot-performance-problems-in-windows-7/

    Problems with the overall speed of the system and performance
    http://support.Microsoft.com/default.aspx/GP/slow_windows_performance?p=1

    How to troubleshoot performance issues in Windows Vista
    http://support.Microsoft.com/kb/950685

    Optimize the performance of Microsoft Windows Vista
    http://support.Microsoft.com/kb/959062
    To see everything that is in charge of startup - wait a few minutes with nothing to do - then right-click
    Taskbar - the Task Manager process - take a look at stored by - Services - this is a quick way
    reference (if you have a small box at the bottom left - show for all users, then check that).

    How to change, add or remove startup programs in Windows 7
    http://www.SevenForums.com/tutorials/1401-startup-programs-change.html

    A quick check to see that load method 2 is - using MSCONFIG then put a list of
    those here.
    --------------------------------------------------------------------

    Tools that should help you:

    Process Explorer - free - find out what are the files, registry keys and other objects processes have
    Open, which DLLs they have loaded and more. This exceptionally effective utility will show same
    you who owns each process.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896653.aspx

    Autoruns - free - see what programs are configured so that it starts automatically when your system
    boots and you login. Autoruns shows you the full list of registry and file locations where
    applications can configure Auto-start settings.
    http://TechNet.Microsoft.com/en-us/sysinternals/bb963902.aspx
    Process Monitor - Free - monitor the system files, registry, process, thread and DLL activity in
    in real time.
    http://TechNet.Microsoft.com/en-us/Sysinternals/bb896645.aspx

    There are many excellent free tools from Sysinternals
    http://TechNet.Microsoft.com/en-us/Sysinternals/default.aspx

    -Free - WhatsInStartUP this utility displays the list of all applications that are loaded
    automatically when Windows starts. For each request, the following information
    appears: product Type of startup (registry/Startup folder), Command - Line String,
    Name, file Version, company name, location in the registry or the file system and more.
    It allows you to easily disable or remove unwanted programs that run in your Windows
    startup.
    http://www.NirSoft.NET/utils/what_run_in_startup.html

    There are many excellent free tools to NirSoft
    http://www.NirSoft.NET/utils/index.html

    Window Watcher - free - do you know what is running on your computer? Maybe not. The
    Window Watcher says it all, reporting of any window created by running programs, if
    the window is visible or not.
    http://www.KarenWare.com/PowerTools/ptwinwatch.asp

    Many excellent free tools and an excellent newsletter at Karenware
    http://www.KarenWare.com/

    I hope this helps.

    Rob Brown - MS MVP - Windows Desktop Experience: Bike - Mark Twain said it right.

  • How to transfer/record music off I / tunes to my mp3?

    How to transfer/record music of I / tunes to my mp3.

    I'm on Windows 8.
    Thank you very much
    Jazz

    Siloh salvation,

    Thanks for the reply.

    I wish that you move all the music files to the folder my document library in the folder my music library. Now, check if you are able to transfer them to the MP3 player.

    What is the brand and model of the MP3 player?

    Usually, these players will have their own file transfer software. If you are able to find and install the software for this MP3 player, then you should be able to transfer the songs.

    Please, try the following steps and get back to us with the State of the question.

  • How the process of searching / replacing text within brackets ([])

    Hello

    How the process of searching / replacing text within brackets ([]).

    I want to make the process so that the replacement inside text: ([]) this particular color and style of a particular paragraph.

    You try this option: (-[]) ([*. * \w*\d*)(\])

    Unfortunately, the process was not successfully that entirely, it does not determine if there is more than one paragraph.

    File test installation with photos.

    Sorry for mistakes in writing, I don't know English well.

    PDF + INDD

    http://www.up-00.com/?ggcf

    http://www.up-00.com/?QBcf


    Fonts:

    http://www.up-00.com/?ABcf

    Test_3.png

    Test_2.png

    Test_1.png

    Relevant if no Notes: (?s)\[.+?\]

    If not, this regular expression could play the game:   (?s)\[(~F?. *?) +\]

  • the user running the export / HFM process

    Hello world

    We need export data on a network share to HFM.
    Informing Department they need to give him access to the network share that I need to specify (in general) - out of HFM, let's use vbscript Rulesfile to create a file and write lines in there.

    In general: what user SYSTEM (for example in taskmanager the user running the process in the operating system and of course not the user of shared services) will write this file? For example, in essbase, it is the user who runs the process essbase = > here I know;).

    -C' is the user who runs the HFM process? Is there any special device for export / when the rules file is run?
    -It is usually the user which was used during the installation?
    -is the general system user?

    I am unfortunately not able to log the servers directly to have a glance - but I just need to ask the right questions of the installation team.

    All responses are much appreciated.

    Thanks & BR,
    Julius

    If you use WriteToFile in HFM rules, the file is generated by the user DCOM of HFM. Thus, the DCOM user must have write access to any network share, you want the output files to, and then all human users should have access to the same share.

    -Chris

  • How to re-record 12 of Flash file version to the version 10?

    Hello

    my SWF files have been built using the Flash version 12, but they cross the DFA, they must be built in Flash version 10 or in.

    Can you please advice how to re-record my version of Flash 12 files up to version 10?

    Thank you very much!

    each version of flash pro can record in the current version and an earlier version.  so, if you have 12, you can save in version 11 and then open with the verion 11 and save back to version 10.

Maybe you are looking for

  • Exchange - permanent removal email e-mail account

    When in MS Windows and Outlook, I can hit * delete a message to permanently delete an e-mail message.    I can't seem to find a way to permanently and exchanging e-mail attached in my IOS devices.  I can only delete and have the message moved to the

  • Unable to renew with credit card applications.

    Unable to renew applications with credit card due to the previous purchase, added new card but still does not work.

  • My shift key does not work on my MacBook Pro

    My shift key does not work on my MacBook Pro. Can I use capital letters but only if I click on change and it's annoying. When I click on the passage icon shift comes at the top right of my screen to show its on but when I click on the lock button not

  • Canon lens EF 28-90mm f/4-5, 6 lll

    I think to buy a Canon EF 28-90mm f/4-5, 6 lll lens. How compatible is the EOS Rebel T3i? Thank you for your time.

  • Drivers for ScanJet 4200C for Vista

    I am running Windows Vista 64-bit, and I'm trying to get drivers for my ScanJet 4200 C. Am I out of luck?