Combining data files

Hi,
I tooks data from hardware and saved it as a series of small files so I would not be stuck with huge files. Now I want to put together some of these files. I have the files as data_001.lvm, data_002.lvm, data_003.lvm etc. I have tried using the merge files option but it put the data side by side. I want this data to be output in the same columns so that I have  a column with all the time data and a column with all the sampled amplitudes.
I have attached 2 exapmles of the data files. I am using Labview 7.0.
Thanks, Magreen
Attachments:
data_001.txt ‏525 KB
data_002.txt ‏534 KB

As I said, the file IO has changed quite a bit since LabVIEW 7.0. Since my VI is in LabVIEW 8.5, you won't be able to open it.
Still you should be able to create it from scratch.
Create a while loop
define the folder containing your file (e.g. using  the file dialog or a diagram constant).
Open a new file for the output.
In the loop, create the file names according to the format pattern
If the file does not exist (e.g. "file info" generates an error), do nothing and stop the loop
if the file exists, read as a plain text string and append it to the new file.
Repeat until you run out of matching files.
Close the new file.
(You could also use "list files" with e.g. "data_*.txt" as pattern and simply autoindex over the file names in a FOR loop.)
See how far you get. If you think you are close, attach your work and we find out what else is needed.
Message Edited by altenbach on 08-15-2008 11:00 AM
LabVIEW Champion . Do more with less code and in less time .

Similar Messages

  • How to read a data file combining strings and data

    Hello,
    I'm having a data file combining strings and datas to read. I'm trying to read the filename, time, constants and comments into four seperate string indicators (the lines for the comments varies for different files). And read the data into a 2-D numeric array. How can I do this? Is there any function that can serch special characters in the spreadsheet file so I can exactly locate where I should start reading the specific data. The following is how the data file appears. Thank you very much.
    Best,
    Richard
    filename.dat
    14:59:00 12/31/2009
    Sample = 2451
    Frequency = 300, Wait time = 2500
    Temperature = 20
    some comments
    some comments
    some comments
    some comments
    some comments
    7.0000E+2    1.5810E-5
    7.0050E+2    1.5400E-5
    7.0100E+2    1.5500E-5
    7.0150E+2    1.5180E-5
    Message Edited by Richard1017 on 10-02-2009 03:10 PM
    Solved!
    Go to Solution.

    Hi,
         I'm fairly new to the NI forums too and I think you just have to wait longer.  Your post was done right.  I do a similiar function as to what you are talking about except I read in numbers from a file.  I create an ini file (just a notepad file of type *.ini) that is is set up with sections inside brackets [] and keys with whatever name followed by an = sign.  You may be able to use a *.dat file too, I just haven't.  Then the vi attached goes to that file and reads the keys from those sections.  You just repeat for the different sections and keys you want to read.  You can use similar provide VI's to write to that same file or create it.  Let me know how that works. 
    Attachments:
    Help1.ini ‏1 KB
    Help1.vi ‏10 KB

  • How to do calculations on the combinational data.

    Hi,
       I am not able to do calculations on the combinational data. I have four combinations the formula what I am expecting
    comb4 = comb1*comb2/comb3.
    For this I have written formula like below by using REC syntax. Let me know how could I do this. Please find the below script logic an the formula log.
    LOGIC:
      *SELECT(%PROJECT_VALUES%,"ID","PROJECT","SCTSQ1='Y'")
    *XDIM_MEMBERSET PROJECT=%PROJECT_VALUES%
    //*XDIM_MEMBERSET DATASRC = INPUT
    //*XDIM_MEMBERSET CLIENT_GROUP = 1010
    //*XDIM_MEMBERSET CATEGORY = BUDGET
    //*XDIM_MEMBERSET RPTCURRENCY = LC
    *FOR %PROJECT_VAR%=%PROJECT_VALUES%
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=%PROJECT_VAR%,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *NEXT
    *COMMIT
    FORMULA LOG:
      LGX:
    *XDIM_MEMBERSET PROJECT=8392321,8392322,8392323,8392326,8392327,8392332,8392339,8392348,8392349,8392350,8392351,8392352,8392354,8392355,8392387,8392391,8392398,8688673,8905302,8905303,8918960,8962018,8962022,8962025,8968928,31049475,31051109,31065115,31066112,31066113,31077404,31077406,31100620,31100621,31100622,31100623,31100624,31100625,31100626,31100627,31100629,31100631,31100633,31100634,31112552,31112553,31112554,31112556,31114884,31175064,31175122
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392321,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392322,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392323,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392326,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392327,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392332,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392339,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392348,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392349,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392350,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392351,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392352,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392354,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392355,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392387,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392391,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8392398,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8688673,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8905302,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8905303,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8918960,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8962018,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8962022,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8962025,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=8968928,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31049475,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31051109,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31065115,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31066112,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31066113,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31077404,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31077406,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100620,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100621,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100622,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100623,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100624,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100625,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100626,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100627,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100629,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100631,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100633,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31100634,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112552,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112553,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112554,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31112556,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31114884,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31175064,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *WHEN PROJECT
    *IS 9074541
    *WHEN ENTITY
    *IS PC10102106
    *WHEN ACCOUNT
    *IS 58192
    *WHEN INTCO
    *IS Non_InterCo
    *WHEN TIME
    *IS 2011.JAN
    *REC(FACTOR=([PROJECT].[PROJECT_VAR],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Non_InterCo],[TIME].[2011.BSS])/([PROJECT].[No_PPC],[ENTITY].[NO_PCENTER],[ACCOUNT].[880014],[INTCO].[Alloc_PC10102106],[TIME].[2011.BSS]),PROJECT=31175122,ENTITY=NO_PCENTER,ACCOUNT=880014,INTCO=Non_InterCo,TIME=2011.FEB)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *COMMIT
    LOG:
    LOG BEGIN TIME:2012-06-13 05:20:14
    FILE:\ROOT\WEBFOLDERS\Global_PandL_BAC \ADMINAPP\TEST\TEST.LGF
    USER:Z-BPCSYS
    APPSET:Global_PandL_BAC
    APPLICATION:TEST
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    [INFO] GET_DIM_LIST(): I_APPL_ID="TEST", #dimensions=10
    ACCOUNT,CATEGORY,CLIENT_GROUP,DATASRC,ENTITY,INTCO,MEASURES,PROJECT,RPTCURRENCY,TIME
    #dim_memberset=1
    PROJECT:8392321,8392322,8392323,8392326,8392327,...51 in total.
    SCRIPT RUNNING TIME IN TOTAL:2.01 s.
    LOG END TIME:2012-06-13 05:20:16  
    Thanks and Regards,
    Krishna.

    Hi Vadim,
                  I have implemented a script for all the base members,It is working fine with the right out put. I have a requirement i.e to pick any one of the project which is having the property SCTSQ1 = Y. How to pur this property name in this script. Please help me in this.
    Developed Script for the BASE members:
      //*SELECT("%PROJECT_VALUES%","ID","PROJECT","SCTSQ1='Y'")
    //*XDIM_MEMBERSET PROJECT = %PROJECT_VAR%
    //*XDIM_MEMBERSET TIME = 2011.TOTAL
    //*FOR %PROJECT_VAR%=%PROJECT_VALUES%
    *WHEN PROJECT
    *IS 9074541
    *WHEN CLIENT_GROUP
    *IS 1010
    *WHEN ACCOUNT
    *IS 58192
    *WHEN DATASRC
    *IS INPUT
    *WHEN RPTCURRENCY
    *IS LC
    *WHEN CATEGORY
    *IS BUDGET
    *WHEN TIME
    *IS 2010.APR
    *REC(EXPRESSION=(%VALUE%*([PROJECT].[8392321],[CATEGORY].[BUDGET],[ACCOUNT].[880014],[RPTCURRENCY].[LC],[DATASRC].[INPUT],[CLIENT_GROUP].[1010],[TIME].[2010.JUL])/([PROJECT].[9074542],[ACCOUNT].[880014],[CATEGORY].[BUDGET],[DATASRC].[INPUT],[RPTCURRENCY].[LC],[CLIENT_GROUP].[1010],[TIME].[2010.AUG])*-1),PROJECT=9074543,CATEGORY=BUDGET,ACCOUNT=58123,DATASRC=INPUT,CLIENT_GROUP=1010,TIME=2010.AUG,RPTCURRENCY=LC)
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    *ENDWHEN
    //*NEXT
    *COMMIT
    Thanks and Regards,
    Krishna.

  • JDBC-ODBC Bridge to SPSS data files - Result Set Type is not supported

    Hello,
    As mentioned in the subject I am trying to read SPSS data files using the SPSS 32-Bit data driver, ODBC and the JDBC-ODBC Bridge.
    Using this SPSS Driver I manged to read the data directly into an MS-SQL Server using:
    SELECT [...] FROM
    OPENROWSET(''MSDASQL.1'',''DRIVER={SPSS 32-BIT Data Driver (*.sav)};DBQ=' SomePathWhereTheFilesAre';SERVER=NotTheServer'', ''SELECT 'SomeSPSSColumn' FROM "'SomeSPSSFileNameWithoutExt'"'') AS a
    This works fine!
    Using Access and an ODBC System DNS works for IMPORTING but NOT for LINKING.
    It is even possible to read the data using the very slow SPSS API.
    However, when it comes to JDBC-ODBC the below code does only work in part. The driver is loaded successfully, but when it comes to transferring data into the resultset object the error
    SQLState: null
    Result Set Type is not supported
    Vendor: 0
    occurs.
    The official answer from SPSS is to use .Net or to use their implementation with Python in their new version 14.0. But this is obviously not an option when you want to use only Java.
    Does anybody have experience with SPSS and JDBC-ODBC??? I have tried the possible ResultSet Types, which I took from:
    http://publib.boulder.ibm.com/infocenter/db2luw/v8/index.jsp?topic=/com.ibm.db2.udb.doc/ad/rjvdsprp.htm
    and none of them worked.
    Thank you in advance for your ideas and input & stay happy!
    Here the code without all the rest of the class arround it:
    // Module:  SimpleSelect.java
    // Description: Test program for ODBC API interface.  This java application
    // will connect to a JDBC driver, issue a select statement
    // and display all result columns and rows
    // Product: JDBC to ODBC Bridge
    // Author:  Karl Moss
    // Date:  February, 1996
    // Copyright: 1990-1996 INTERSOLV, Inc.
    // This software contains confidential and proprietary
    // information of INTERSOLV, Inc.
    public static void main1() {
      String url   = "jdbc:odbc:SomeSystemDNS";
      String query = "SELECT SomeSPSSColumn FROM 'SomeSPSSFileName'";
      try {
        // Load the jdbc-odbc bridge driver
        Class.forName ("sun.jdbc.odbc.JdbcOdbcDriver");
        DriverManager.setLogStream(System.out);
        // Attempt to connect to a driver.  Each one
        // of the registered drivers will be loaded until
        // one is found that can process this URL
        Connection con = DriverManager.getConnection (url);
        // If we were unable to connect, an exception
        // would have been thrown.  So, if we get here,
        // we are successfully connected to the URL
        // Check for, and display and warnings generated
        // by the connect.
        checkForWarning (con.getWarnings ());
        // Get the DatabaseMetaData object and display
        // some information about the connection
        DatabaseMetaData dma = con.getMetaData ();
        System.out.println("\nConnected to " + dma.getURL());
        System.out.println("Driver       " +
          dma.getDriverName());
        System.out.println("Version      " +
          dma.getDriverVersion());
        System.out.println("");
        // Create a Statement object so we can submit
        // SQL statements to the driver
        Statement stmt = con.createStatement(ResultSet.TYPE_FORWARD_ONLY ,ResultSet.CONCUR_READ_ONLY);
        // Submit a query, creating a ResultSet object
        ResultSet rs = stmt.executeQuery (query);
        // Display all columns and rows from the result set
        dispResultSet (rs);
        // Close the result set
        rs.close();
        // Close the statement
        stmt.close();
        // Close the connection
        con.close();
      }

    Thank you for your reply StuDerby!
    Actually the above script was before, as you suggested, leaving the ResultSetTeype default. This did not work...
    I am getting gray hair with SPSS - in terms of connectivity and "integratebility" none of their solutions offered is sufficient from my point of view.
    Variable definitions can only be read by the slow API, data can only be read by Python or Microsoft Products... and if you want to combine both you are in big trouble. I can only assume that this is a company strategy to sell their Dimensions Platform to companies versus having companies developping their applications according to business needs.
    Thanks again for any furthur suggestions and I hope, that some SPSS Developper will see this post!
    Cheers!!

  • Merge and Combine PDF files in a numerical order

    Greetings!
    I'm using Adobe Acrobat to create a photo LookBook or an eBook. I'm importing and merging straight from .JPEG's and Acrobat work's great. The JPEG's are sorted by capture date, renamed and numbered as such: "10_File.Name.jpg". However, once I attempt to merge over 100 files I noticed that the numerical order of the file names is wrong. You'll notice in the example below that when viewed by name, the three digit numbers begin after 10. Well, in this example it's twelve. This affects to page order of the combined .PDF file. How can I maintain consistent name order to avoid assembling the finished ebook by implementing two workflow steps. Meaning the first step to combine the double digit numbers, then the second step to combine the three digit numbers. What can I do to resolve this issue?
    Greatly appreciated!

    Try it with a leading zero ( 003_, 007_, 008_, 010_, 011_, and 012_ ).
    Be well...

  • ORA-01124: cannot recover data file 1 - file is in use or recovery

    I am trying to recover standby database, but it is giving the below error.
    ORA-00283: recovery session canceled due to errors
    ORA-01124: cannot recover data file 1 - file is in use or recovery, recovery is already stated
    ORA-01110: data file 1: 'I:\ORACLE\QAS\SAPDATA1\SYSTEM_1\SYSTEM.DATA1'
    when i checked in the alert log the recovery is not started. and later i hae given "alter database recover cancel' and the command end up with the below line
    "media recovery not started".
    it seems that the recovery has stuck in between.
    please advise me how to kill the recovery session that's stuck. because i dont want to bounce the standby database.
    thanks in advance.

    Without dataguard and MRP, you are running a scripted standby.
    In a scripted standby, a RECOVER DATABASE session would have an UNTIL clause (most likely UNTIL SEQUENCE). At the end of the recovery to that point (SEQUENCE#), it exits and shuts down the database.
    Also, the scripting is such that when one RECOVER session is active, another session is not allowed to start. It may loop in wait state or exit and retry at the next scheduled interval.
    Apparently your standby scripting is not robust enough to prevent another RECOVER session from starting off even as the first is active (and/or it doesn't have a proper UNTIL clause and stop, exit, shutdown actions)
    What you have is a custom implementation of a standby database. Without complete details of the script, the "locking" between sessions (to prevent a second RECOVER from starting when one is already running) etc .... we really cannot do much to help you.
    Your scripts should be maintaing status information . It should be possible for you to discover the "other" sqlplus session that has issued a RECOVER DATABASE but not yet exited (e.g. ... how about a simple "ps -ef |grep sql" and "ps -ef | grep ora" combination ??)
    Hemant K Chitale
    Edited by: Hemant K Chitale on May 29, 2013 5:47 PM

  • Clear Data package - "The data file is empty." Error

    Hi,
    When I run the Clear package in Data Manager, I get the error "The data file is empty". We are running BPC 7.5 SP3. There are no calculated members selected. Any suggestions?
    Thanks.
    Tom

    Hi Tom,
    If i'm not mistaken when we run the clear data package, BPC inserts -ve values for the combination of dimensions selected.
    For ex if you have selected time as 2010.DEC it would reverse out all these values by inserting negative values which would then total up to zero.
    So i still think it could be a problem with the Transformation file.
    P.S. Maybe you can try using the Clear from Fact table package.
    Santosh

  • Combining form files

    I have 286 separate pdf form files that I need to combine to one pdf file so that I can export the text into a spreadsheet. Problem is that when I combine the files, Acrobat replaces the data on the forms with the data from the first file. For example, one of the fields is 'Name'. When i combine the files, Acrobat fills in the name from the 1st file to all 286 pages of the combined pdf. Obviously this is a big problem. Does anyone know of a remedy for this problem?

    Thank you so much! It looks like this function SHOULD do exactly what I need it do; but, there is a bug in the function. When I run it, it only enters the name of each file in the spreadsheet. Adobe is looking into it and gave me a case# to check back for a fix in 24-48 hrs. Hopefully they can fix the issue.   Thank you again!

  • 'No date' files in Open file dialog window

    It is annoying to open recent created/modified files/folders.  They are dated as 'no dated'.
    This does not happen browsing files/folders in Finder.
    This snapshot was taken on Nov 24 and "Today" contains Nov 17 files
    And here 'No Date' files at bottom of the popup window
    Thank you

    In the Finder Toolbar (top of the window), you'll see the Arrange icon:
    (If you don't see this icon, control-click in the Toolbar, choose Customize Toolbar, and add the Arrange icon to your Finder Toolbar.)
    When you click on that, you have a choice of how you'd like items in the open folder to be arranged. If you option-click on that, you have the choice of how you'd like the arranged icons to be sorted. Depending on the Arrange-Sort combination you've selected, No Date becomes a part of the mix. Play with the Arrange and Sort possibilities to list your files more to your liking.

  • How can I put the signature into the data file.

    Hi all,
    I want to put the signature into the data file, mean the data file will be on the top and the signature will be at the buttom.how can i do that?
    Thanks.
    example:-
    dataFile.txt
    Name=...
    Address=...
    Signature=6A07C70E....123FEAB(Hex)

    Thanks for your reply.
    First, i have a keypair (public key and private key).
    I use the private key to initialize the Signature and
    use the Signature to sign a data file ( dataFile.txt) .
    So when i need to comfirm the data file not being modify
    I have to verify the data file with the Signature and the public key.
    I hardcoded the public key in my program so my client (receiver of data)
    need only the Signature file and the data file (2 files).
    So how can i combine the Signature file and the data file into 1 file?

  • WD application showing combined data

    Hi All,
    Is it possible to create WD application showing combined data from flat file and from external DB?
    Does anyone has experience or guide how to do it?
    Thanks in advance
    Marek

    Hi Marek,
    Apparently the scenario which you have explained is not that simple as it seems to be. There is lot behind this.
    As per your requirement:
    1. I get data from external DB into WD
    2. I upload data from local file into WD
    3. I would like to combine data from both DB and local file.
    4. I would like to display combined representation data from both external DB and local file.
    I would go point wise and hope that clears your issue:
    1) If you want to get data from External DB it depends which external DB you are using. Is it a SAP system or a non-SAP system. If that is a SAP ABAP system then you can use the Adaptive RFC model which is provided in Webdynpro to extract data. In case that is the non-SAP system then you need some connector from XI which can extract the data from 3rd party systems and can bring on to the same platform of SAP and then you can get the data out of it. In case you have non-SAP system then proabably you need to do lot of things before you actually get the data in webdynpro.
    2) Get data from Local file: This is simpler than above case, however require some coding efforts. You need to read the local files in such a way that it can be formatted in a given format. After that this can be easily accessed in the webdynpro application. This will be a small JAVA code to extract the data from a local file system (i am assuming that data is in .csv, .xls, .txt formats)
    3) Combine data from both datasource: This is quite tricky task as you need to get the data from both data source in common format so that it can be used to get displayed using the Webdynpro application. Again I would say this require java coding tricks.
    4) Once you get the data in common format then there is nothing in displaying the data using webdynpro application.
    I hpe this will clear you doubts. Please revert back in case you need more clarifications.
    Thanks and Regards,
    Pravesh

  • Problems with Merge Data Files

    Created a form with radio buttons and finally have it working on my computer including the Merge Data Files creating the report.csv file.  However, when my co-worker creates the report.csv, the columns for the radio buttons are not included.  Had this problem on my computer when I had names for the radio buttons, but fixed it.  The data columns for the radio buttons are not exported on the co-workers computer.  Both are Pro X version, mine 10.0.0 but co-worker's is 10.1.7.
    Any suggestions?

    Back up all data.
    Please triple-click anywhere in the line below on this page to select it:
    defaults delete -app Safari WebKitOmitPDFSupport
    Copy the selected text to the Clipboard by pressing the key combination command-C.
    Quit Safari. Launch the built-in Terminal application in any of the following ways:
    ☞ Enter the first few letters of its name into a Spotlight search. Select it in the results (it should be at the top.)
    ☞ In the Finder, select Go ▹ Utilities from the menu bar, or press the key combination shift-command-U. The application is in the folder that opens.
    ☞ Open LaunchPad. Click Utilities, then Terminal in the icon grid.
    Paste into the Terminal window by pressing the key combination command-V. I've tested these instructions only with the Safari web browser. If you use another browser, you may have to press the return key after pasting.
    Wait for a new line ending in a dollar sign (“$”) to appear below what you entered. You can then quit Terminal. Test.

  • Essbase cube data file size

    Hi,
    Why is it showing different numbers about my data file size in EAS>database>edit>properties>storage and a full database export.
    Thanks,
    KK

    Tim, in all seriousness, I am not a stalker. Honestly. You just post about things that interest me/we share some of the same skills. Alternatively, Glenn stalks me, I stalk you, it's time for you to become a sociopath too and stalk someone else.
    Okay, with that insanity out of the way, the other thing that could have a big impact on export size is if the OP did a level zero or input level export as opposed to a full export. In BSO databases in particular, that can lead to a very, very large set of .PAG (and to some extent .IND files) and a rather small export file size as the calculated values aren't gettting written out.
    If the export is done through EAS I think the default is level zero.
    Regards,
    Cameron Lackpour
    Edited by: CL on Sep 23, 2011 2:38 PM
    Bugger, the OP wrote "full database export". Okay, never mind, I am a terrible stalker. I agree with everything Tim wrote re compression.
    In an effort to add something useful, if you use the new-ish database archive feature in MaxL, you will essentially get .PAG files + .IND files combined into a single binary file. I used to be a big fan of full restructures, clears, and reloads to do defrags, but now go with the restructure command. Despite the fact that it's single threaded, in my limited testing (only done it at one client) it was faster as the export all, clear, reload. If you combine that with the archive mode you might have a better approach.
    Regards,
    Cameron Lackpour

  • Please explain the difference, data file wise, between an album and folder

    First day with iPhoto. I've just finished reading most of the help files. However, I'm still confused between the differences of an album and a folder.
    Specifically; I see the iPhoto Library data tree in Finder. I get that iPhoto imports pictures to the Library. But we take pictures randomly. There's a 100% certaintly that after I import the most recent images, they'll all need to be individually moved to an appropriate sub-category area. I'll make all the areas (House, Family & Friends, Skiing ,etc..).
    What I don't want to have happen is to duplicate actual photo images. I'd like to move them out of the library and into their permanent home. Otherwise, the library will turn into a 3,000 photo mish mash of pictures and be unusable.
    So.. do I create my new areas as albums, or as folders? My hunch is folders. Then again, it's also possible that I'm not fully understanding the libraries functions.
    Many thanks
    - Rowan

    HI Rowan,
    iPhoto imports each of your camera imports or folder imports as a roll within iPhoto (set your view to View>film rolls to see them) and the Finder (under Originals/Year/roll name)
    The organization within iPhoto of making albums and folders to put albums and other folders in, is only seen within iPhoto as they are actually info contained in data files. You will not see the folders and albums or even books, slideshows, calendars, etc in the finder. all the info for those is contained in data files.
    The library contains all the images you have imported.
    When you make Albums containing the images, you are not duplicating those images. the albums actually just reference the images that are in it.
    therefor if you delete photos from an album, they will still be in your library.
    If you delete photos from the library and then empty iPhoto's trash, you are deleting them from iPhoto and your hard drive.
    Folders are used to organize even further within iPhoto.
    Folders cannot contain loose images. You have to put images in an album first, then you can put albums in a folder.
    You can also put slideshows and books etc into a folder. You can also put a folder into another folder.
    There are different ways to view your iPhoto Library within iPhoto.
    You can view by date, film rolls, keywords, ratings. Go to View in the menu bar and click on it and scroll to your choice.
    I personally view by film rolls (imports) and keep the film rolls closed (option click on the disclosure triangle of an open roll to close all rolls)
    So now I will offer you more info just in case you might need it:
    --First thing to know and remember is this...Do not drag any images, folder of images into the iPhoto Library in the Finder. Images have to be imported into iPhoto within the application. Do not scan images and save them into the iPhoto Library folder in the Finder. Save them to another location such as the Pictures folder or even the desktop. You can then import them into iPhoto.
    If you have already put files/folders in the iPhoto Library folder in the Finder then you will also find out that if you try to import them into iPhoto you will get an error message. No worry, just drag them to the desktop and import from there.
    --All images that you import are shown in the library view. You can choose how you want to view, by rolls, by date, by rating, etc. When you put images in an Album, slideshow, book, etc, you are actually just putting pointers to those images in the library. You are not adding more images. If you delete an image from the Album it will still be in the library. If you delete an image from the library it is deleted from iPhoto's database and your hard drive (unless you have it backed up somewhere else)
    --You have a folder of images on your hard drive and want to import them into iPhoto. Drag the folder of images into an open iPhoto Library window and the folder of photos will be copied into the library, resulting in a new roll with the name of the folder. You now have two copies of those photos, the ones in iPhoto's database and the ones on your desktop. You can keep the ones on your desktop that you just imported as backup or you can delete that folder.
    -- you scan a picture/pictures and save it in a folder. You cannot scan directly into iPhoto or the iPhoto Library folder in the Finder.
    You want all your photos in iPhoto so you import them into iPhoto.
    Now you have two copies of that picture/pictures, so you can delete the originals that were in the scanned folder and keep the one/ones that were imported into iPhoto.
    -- You download pictures from your camera into iPhoto.
    There is now one copy of each of the pictures. (DO NOT HAVE IPHOTO DELETE THE IMAGES FROM YOUR CAMERA! DELETE THEM MANUALLY WITH THE CAMERA-if something goes wrong with the import and they are never imported and then they are deleted from the camera you might end up losing those images)
    You want to change something about a picture you imported, such as
    cropping it or changing the size, or changing the orientation.
    Once you do that to a picture, you now have two copies of the picture
    in iPhoto, the original and the edited one. The edited one will be in the library organize view. The original is packed away in an Original folder in your iPhoto Library folder under the date of the roll. You can always revert to the original by control clicking on the photo and choose "revert to orginal" You will not have this choice if you used iPhoto Diet to get rid of the Originals.
    (a quick note on cropping within iPhoto...when you are in edit mode, you automatically will be in the crop mode with cross hairs to highlight the crop area. To finish cropping you must click the crop button and then go back to library view and your cropped picture will be there.
    3.You want to use Photoshop or another graphic program to edit a picture in your iPhoto library.
    You can open up prefs for iPhoto and choose "when double clicking on
    photo ..do" choose "other" and select Photoshop. Now you can edit all
    pictures in your iPhoto library in PhotoShop by double clicking. If you save the photo with the same name and as a flattened file it will be saved right into iPhoto and you will see the changes. If you don't want to save it into iPhoto then do a "save as" and save to the desktop. You will then have the original photo still in iPhoto and your new edited photo on the desktop.
    Or, with iPhoto open, you can drag a picture from the library window
    to your desktop (you see a + sign on the pic you are dragging). You now
    have two of the same picture, one in the iPhoto library and one on your desktop. You can open up the one on your desktop in any graphic program and work on it. The one in iPhoto stays the same. You can also share/export the picture/pictures to your desktop or folder to work on them or do batch processing, etc. You will still have the originals in your iPhoto Library.
    Or, you can open up the ~/Pictures/iPhoto Library/folders and option drag any
    picture out of the folder to your desktop. Notice that you will see a plus sign while dragging the photo. This is copying the file to your desktop
    I would advise anyone not to do this as they might forget to use the option key and drag the photo out. Next time you open iPhoto the photo will be missing.
    Two Apple kbs for you to read
    Don't tamper with files in the iPhoto library folder
    About the iPhoto Library folder
    Don't forget that in Library view you can Control click on any picture and get a contextual menu with many options. One is to revert to original.
    Backing up your iPhoto Library
    1. Burn the iPhoto Library folder in the Finder to a CD or DVD
    This method will give you a burned iPhoto Library folder that can be copied back to your computer to replace a damaged library. You can also use this method to backup an old library when you want to create a new Library to use as your current library.
    insert a blank CD into your internal or external CD-RW drive and copy the iPhoto library to the CD icon on your desktop. When you drag the CD icon to the Trash/Eject button in the Dock, you are given the option to burn the CD. Click Burn and the CD is created. To burn a DVD backup of your digital images, use a DVD and a SuperDrive-equipped Mac
    The easiest way to burn an iPhoto Library folder in the Finder that is larger than 4.7 gig to fit on one DVD is to burn sections of the folder.
    Drag the iPhoto Library folder to the desktop
    Double click the folder to open it.
    Drag each Year folder to the desktop.
    You should be left with the iPhoto Library folder containing all the data files, and the Year folders.
    Combine whatever year folders that amount closest to a DVD burn size on one DVD. Make sure that you have burned all the Year folders, then the iPhoto Library folder with all the data files.
    If you ever need to use this backup, insert the DVDs into your computer and copy the folders to the desktop. Put all the Year folders back into the iPhoto Library folder. Then put the iPhoto Library folder back into the Pictures folder.
    You can also check out applications for disc spanning:
    Disc-spanning software
    DropDMG
    Toast
    Dragon Burn 4
    Retrospect Express-comes with some external drives
    Retrospect for Macintosh Desktop Edition
    2. Copy the ENTIRE iPhoto Library to an external drive formated for a Mac. Do not use this as your only back up as the external can also go bad.
    3. Copy the ENTIRE iPhoto Library to your iPod in disk mode
    4.Creating your own CDs and DVDs for viewing in iPhoto
    This method is a great way to back up Albums of older photos or even your entire library if it is small enough to fit on a DVD. This method will give you a library that will mount within iPhoto in the source column to be viewed. To import any images from this library they need to be dragged into your library in the source column.
    If you just want to backup the images in your library:
    1) Within iPhoto select the images, albums or rolls you want to backup. Go to Share>Export and export them to a newly created folder on the desktop. Follow the directions in the next link.
    Creating a CD or DVD to be viewed in Windows or by a photo processing company
    1.. If you backed up the entire iPhoto Library by burning within iPhoto or burning the folder in the Finder, make sure the burned copy is a good working copy before you delete the iPhoto Library folder in the Finder. You delete the iPhoto Library in the finder by dragging it to the trash when iPhoto is closed. When you next launch iPhoto it will create a new empty library for you to start anew.
    2. If you burned just the images, be aware that that is all you are archiving. No metadata will travel with the images such as comments, keywords, etc.
    You can then delete those images within iPhoto by highlighting them and hitting the delete key, then empty iPhoto's trash. Do this often and in groups so iPhoto will not choke on too many images.
    Importing Images from the hard drive, CD, or DVD
    To import a folder with subfolders of images maintaining the same organizational structure (or close to it):
    Drag the folder into iPhotos viewing area.
    A film roll will be created with each sub folders name. To view the rolls in the Library you need to first go to the menu bar and choose View>by film rolls.
    To make each roll into an Album, highlight the tile of the roll
    Go to File>new album from selection.
    You will now have an Album in the source column with the images from that roll. Do this for each roll if you want them to be an Album. This is your choice.
    Next, go to the menu bar and hit File>new folder
    Name this new folder with the year or whatever the name was of the Parent folder containing the subfolders that you had dragged into iPhotos viewing area.
    Next drag all the Albums into the respective new Parent folder you just made.
    Albums- collection of images from one roll or many rolls. The Albums will be listed in your source column when you make them. The albums only contain placeholders for the images that are still in the library. They are not duplicates.
    Rolls- rolls are created when you import folder of images. It will be given the name of the folder you are importing.
    Rolls are also created from each import from your camera. You are given the option to name the roll at import.
    Folder-a folder you create manually using the File>new folder command
    Folders can hold Albums, slideshows, books, another folder, etc.
    One other way you can import a folder of images and have an Album created for it as the same time it is imported as a roll in the Library view:
    Drag each folder of images into the source column of iPhoto. When you see the plus sign, drop it in the source column.
    An album will be created in the source column, and the roll that the album was created from will be in the library view window.
    Hope this helps!
    iMac 800 512, iBook 700 640   Mac OS X (10.4.6)   AE, Canon i9900, Canon LIDE30, Canon S2, iPod 3gen, shuffle
    iMac 800 512, iBook 700 640   Mac OS X (10.4.6)   AE, Canon i9900, Canon LIDE30, Canon S2, iPod 3gen, shuffle

  • Data file (.dat)

    Hi everybody,
    Below, there's a few lines of "AllData.dat" file:
    ! DATA
    Actual, 2005 January; Periodic, [None] [None] AverageRate; [ICP None] USD, EUR [None] [None] 1.05742
    Actual, 2005 February, Periodic, [None] [None] AverageRate; [ICP None] USD, EUR [None] [None] 1.0891426
    ! LINE_ITEM_DETAIL
    Actual, 2007 February; YTD; EastSales; USD; Salaries_Temp; [ICP None] [None] [None] [None] [None], "Jon Smith", 500
    Actual, 2007 February; YTD; EastSales; USD; Salaries_Temp; [ICP None] [None] [None] [None] [None], "Kathleen Moore"; 800
    ! DESCRIPTIONS
    Actual, 2007 January;; EastSales; USD; Salaries_Temp; [ICP None] [None] [None] [None] [None] "Record Intern Salaries for January"
    Actual, 2007 February;; EastSales; USD; Salaries_Temp; [ICP None] [None] [None] [None] [None] "Record Intern Salaries for February"
    Actual, 2007 March;; EastSales; USD; Salaries_Temp; [ICP None] [None] [None] [None] [None] "Record Intern Salaries for March"
    Typically, 13 fields correspond to the 12 dimensions plus the value given for the intersection of these 12 values (Am I wrong?)
    <Scenario>; <Year>; <Period>; <View>; _ <Entity>; <Value>; <account>; <ICP>; _ <Custom1>; <Custom2>; <Custom3>; _ <Custom4> ; <Data>
    1- What I want to understand is where each value of theses 13 values is saved after loading the file? thanks in advance.
    2- What's the section "!Line item detail" for?
    Thnaks in advance.

    The data value is stored in HFM's relational repository at the intersection of the 12 dimensions of metadata. Each data table is a scenario_year combination, and inside the table you will see an index of Entity / Value / Accont / ICP / Custom1 / Custom2 / Custom3 / Custom4. "View" isn't stored - it's derived by HFM. Period comprises the columns of the table, and the data value for each period is stored under the relevant Period column.
    The other lines in your file relate to Line Item Detail. These are stored in separate tables, and the aggregate value of Line Item Details for a particular cell are stored in the data tables.
    --Chris                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

Maybe you are looking for

  • Mac OS X Server Moment and 30 Gb free space lost

    Hi Today have problem on system disk free 30 Gb and have than: Jul 11 16:24:42 undefined KernelEventAgent[69]: tid 00000000 received VQ_LOWDISK event (4) Jul 11 16:24:42 undefined KernelEventAgent[69]: tid 00000000 type 'hfs', mounted on '/', from '/

  • Oracle Performance Issues

    Greetings listers, I've some performance metrics reported as critical on my system. Can you help me understand how to fix these issues? I've the performance tuning guide , which am going through. would like to know the experts comments here about the

  • How to remove help icon in Webcenter Spaces

    Hi All, There is a help icon in every taskflow in webcenter spaces, please let me know how to remove it? Thanks in Advance.

  • Generate Report BBP_GET_STATUS_2 in ECC 6

    Do you I need to generate report BBP_GET_STATUS_2 if the SAP version is ECC6.0? Because based on the information I gathered, it seems like when it is SRM only it needs to be generated.

  • Can't I open new tab at once?

    When I open new sigght on new tab, can't I open new tab at once? ffgfish