Conversion of seconds in hh in essbase

Hello world

I need help. We have data loaded in essbase in seconds. We would like that the measure to be displayed in the format hh: mm: in smartview, EN etc. Is this possible? Maybe using format strings? Did someone done before? Pointers would be appreciated.

Thank you very much

Russell

It can be done by using the MDXFormat property, although it is not enough:

MdxFormat (Concat

(Concat (Concat (left (right (Concat ("0", NumToStr (Int (CellValue () / 3600))), 5), 2), ': '),))

Concat (Left (Right (Concat ("0", NumToStr (Int (Mod (CellValue (), 3600) / 60))), 5), 2), ': ')),

Left (right (Concat ("0", NumToStr (Int (Mod (CellValue (), 60))), 5), 2))

)

)

This assumes that you do not exceed 99 hours (based on the request of "HH" I imagine that this is the case).  Left / right and Concat ("0"... thing is with a zero and trim decimal garbage NumToStr creates values of left-button to a single number.)

Select {TestMdxFormat} on columns,

{[Years]} on the lines

[app. DB];

Axis-1 {TestMdxFormat}

(Years) 03:02:01

How Excel interpreter this output is another matter - it removes a zero non-significant time on my system.

Tags: Business Intelligence

Similar Questions

  • Conversion from seconds to a date in another language

    Hi all

    I am currently working on an application that uses web services to fill a web user interface.  One of the outputs is a time that is generated using the LabVIEW method 'get time in seconds'.  Do as this, I convert the value to double precision float and send it to the host (on request).  On the side of the host, I use Javascript to fill in a text box with the current measurement date and time.  To do this, I use the followign code

    var dateobj = new Date(1904,1,1);
    
    /* The variable 'time' should be the seconds since
     * midnight 1 Jan 1904 of the current measurement.
     */
    var measTime = dateobj.setSeconds(time);
    

    When I do this, what I find is that the time is in fact a month off the coast.  I can fix this by changing the date of the creation of my "dateobj" on December 1, 1903.  Someone has seen this before, possibly in another language?  It is not beyond the realm of reason that I do something wrong, but I can't seem to get it right now that.

    Thanks, Matt

    OK... it is pretty lame, but proves to be a js problem and not a problem of LV.  Months are 0-based.  so... Jan is 0 js world.  Ugh... Detective Conan.  For those interested, here's an example:

    http://jsfiddle.NET/4gc9r8gy/2/

  • Distiller will suddenly end/crash the * SECOND * time I open a file for conversion to PDF.

    The subject says it all: Distiller will suddenly end/crash the * SECOND * time I open a file for conversion to PDF.

    But I think I have an idea why this is happening. In general, I use Distiller to convert EPS or PS files as PDF files. In addition, almost without fault, I incorporate the required (only of Type 1) fonts directly in files EPS/PS (using the required format to PFA) so no local fonts on my computer are needed to be looked at to distill in to be embedded in the file PDF. they are already in the EPS/PS files.

    But yesterday, I tried to convert EPS/PS files to PDF using Distiller in which I had NOT embedded fonts Type 1 (PFA format, of course) in the source of EPS/PS files. All first this conversion would work (in which I select "open" and choose an EPS/PS file for conversion), but after this initial conversion, the * SECOND * time I clicked "Open" the file, Distiller would immediately close/crash.

    Then, I searched the web for answers and discovered that some people have trouble distilling to initialize if all their computer system fonts were read-only. So I went back to my EPS/PS files and embedded fonts Type 1 (PFA format) required in them and then - as if by magic - distill worked without a hitch: I could open and convert any number of them in succession, with distilling never close / crashing.

    Then, I found the reason why distilling had been crashing at the second attempted to open a file (once again, simply by pressing the "open" button to find a file to convert, * no * after selecting a file) must have something to do with distilling scanning fonts installed on my computer, when there was no PFA font incorporated to make reference to , and a read only font on my system was the cause of the problem. However, I have looked in both places of logic where my fonts must be located (c:\psfonts and c:\windows\fonts), but found * no. attributes * files fonts defined in 'read only' so, I'm stumped.

    I use Distiller Pro 10.1.1316 (acrodist.exe) on a machine to earn 8.1. I found similar positions, which dates back to 2004, about Distiller crashing immediately after opening when certain fonts are read-only; I haven't found a post about anyone successfully using Distiller to convert EPS or PS to PDF and then have the program crash when the "Open" button is pressed subsequently. The clues, anyone?

    Background: Distiller Server is a product discontinued long - ago - use of Distiller server is now simply prohibited, and LiveCycle PDF Generator is available for servers.

    Since you are not using Distiller Server and this forum is essentially abandoned, I recommend that you try the Acrobat - forum creation (etc.) instead.

  • bug bizzare conversion file excel2007.xlsx excel2003.xls

    FYI... I found a weird bug:

    Retrieve data in same Excel add-in after I run the script, I found:
    CLEARDATA "FORECASTS."

    I exported level zero data and there is no FORECAST data in the OSB 11.1.1.3 cube.

    I used Smartview 11.1.1.3 for Excel to retrieve and confirm Classic-Excel-Add-In to recover - we returned the same problem - both have been recover numbers when it should show all the #missing.

    I think I know what the problem is. I restarted my computer, I created a whole new spreadsheet using Excel 2003. I get all the #missing now.
    The first worksheet is bug. She has been cached the old data! The reason why it was bug was because it was sent to me by e-mail as a file excel2007.xlsx - but I converted to the excel2003.xls file. If something was wrong in the conversion.

    Published by: Fan of Essbase on April 7, 2010 22:34

    Published by: Essbase Fan April 12, 2010 12:15 AM

    Are - what you happened to test recovery on the e-mail worksheet convert xlsx since rebooting your machine? I was wondering if it could be something in your regard. I suppose he could have something in the data cache, but I wouldn't necessarily blame it on Excel... If anything it was a bug somewhere to Essbase.

    Excel is simply a place of exit a script Essbase report is concerned, the retention of data in a query Essbase is therefore not something that excel is capable, with the exception...
    (1) ' formula preservation. "
    (2) a subset of cells selected during recovery

  • How to compare the different timestamps and check that one is greater.

    Hi guys,.

    I have a small question about datetime.

    I have the following data in a table to the timestamp format.

    01:00:00.000
    19/05/2009

    01:00:00.000
    22/05/2009

    01:00:00.000
    23/05/2009

    What I want to do is to check the date is higher, then the other.  Simply, my question is how to make comparison between dates, especially when they are in the form of time stamp

    Secondly, I would like to ask if I have a timestamp which has the following values

    01:00:00.000
    22/05/2009

    How can I convert in seconds?

    Thank you

    You can create an array of timestamps and min/max table compares sets of stamps.

    Use the double conversion for seconds since...

  • Combine the elements of a 2D array online

    Hi all

    I'm pulling in a date column and a column of time since a text file, creating a 2D data table, and then I'm stuck trying to merge the two columns.

    For example, I need to take the Date and time the row 0 of the 2D table data are combining in index 0 a 1 d table. Then I need to convert this "timestamp" in seconds. An example is attached.

    Any help would be appreciated

    Erik

    Do you need an array of strings? Which characters will separate the data at the time?

    Conversion of seconds using the time of LabVIEW from 12:00, January 1, 1904 is pretty straighforward well that is correctly time and seconds dividers can be difficult. Conversion at any time requires more effort.

    Lynn

  • Installation of EMP 11.1.2.4

    Hello world

    We bought the following products of EMP:

    1. planning including workforce and capital expenditures

    2 Essbase

    3 HFM

    4 FDM

    We have a user license about 35 and are now in implementation phase, after reading and analysis of documents of design that we plan to deploy the product in the following order:

    1 server a 32 GB of RAM, 16 VCPUs

    All the modules above of EPM (the layer of Foundation as well) except Essbase

    2 Server B 32 GB RAM, 16VCPUS

    This table will contain only the essbase database

    I want to know what is the best possible method to deploy, I would really appreciate if I can get some tips on this

    Thank you

    Concerning

    Shahrukh

    I could share my experience:

    We use the same configuration:

    The first server: all products of EPM and Infrastructure except for ESSBASE Server

    The second server: only Hyperion ESSBASE

    +

    The third server essbase - as second node to the failover cluster

    And everything works but.

    P.S. but we have more RAM on the ESSBASE Server

  • Error PDF - only then to make it compatible with Acrobat > 5

    I have an InDesign document that I established

    In short: export for compatibility Acrobat 4 - all right. But exporting to Acrobat 5-9, I get this error:

    Details:

    This book is printed in 3 sizes, I export a PDF of the doc main, then I imported that pdf in a new InDesign document and resize it

    The PDF file that was exported in the main document is perfect

    However, the other 2 InDesign documents are not, and which contain this perfect PDF are NOT!

    When I export to any greater than 4 Acrobat version compatibility, I get the above error.

    (It is caused by a graphic in the document I did)

    Someone has an idea?

    Thank you

    David

    I made a sample file for all those who want to can test and see

    Here is a link to a zip file (on mega.nz) - in the ziip there is an InDesign doc with some PDFs (test files that I made)

    The InDesign doc has 2 pages:

    • Page 1 is the graph of the origin of the problem.
    • Page 2 is a pdf file that is imported from page 1 (I exported page 1 and then placed in page 2

    Try to open one of the 'Page 1' PDF files in Acrobat, you won't get any problems

    However, open PDF "All pages", Acrobat 4 files will be just fine, all other causes error when scrolling of page 2

    More info:

    I use the latest version of CC InDesign and Acrobat CC Pro

    10 Windows pro 64 bit

    @Willi, understood, thanks for the great info here!

    Now, just an update:

    1. I tried separating the pieces to the image... it turns out that part of it caused the error
    2. I made a new icon with transparency - simple words with a drop shadow - had the same result! When you export to > Acrobat 5 with the color conversion, pdf was defective
    3. Tried to place InDesign doc - it worked

    So, it seems pretty clear what is the cause of this problem.

    This is obviously due to the conversion of two-color on transparency, and that's why:

    1. When export us it first without conversion, the second export is very good, even with the color conversion
    2. When we place the indd instead of the PDF file, there is no error - simply because there was no color conversion
    3. When the first export is exported to compatibility with Acrobat 4, there is no problem because the transparency is flattened.

    I don't know if this is the behavior expected or not, but not knowing this topic certainly made me crazy and used a lot of my time!

    I hope that this analysis will be useful to others - or maybe even cause Adobe to fix something here...

    Thank you

    David

  • Transitions

    When I change the transition/length while he substituted once, not who I am too.

    Is the conversion of seconds frames: images?

    What happens if you click and drag left/right to set the duration?

  • . CHMS refuse to merge

    I have a system of 11 HTML (5 master projects and subprojects 6) aid projects. I use conditional text (on the subject and the text of levels), user-defined variables, and SSM layouts to create 22. CHMS for our customers.

    This week I learned that some sub-projects (but only a little) make their appearance is no longer in the. CHMS after generation. I tried to delete and re-create the reference subproject main project table of contents, deletion and recreation of the main project. File CPD (open the project again) and recreate one of the subprojects. No luck.

    I get messages from using the form:

    The name of the mk:@MSITStore:C:\[path]\[project file] .chm: / [project name] .hhc contains an invalid HTML tag.

    but I can't understand _which_ tag isn't valid - or what I could have done to cause the problem.

    I don't want to add each topic in the subprojects in each main project which should have their because that creates opportunities for error when updates are necessary, but it would be better than not having the information at all for users.

    Any ideas? Thank you

    Beverly Robinson

    It took several telephone conversations with second level technical support, but I finally got a solution:
    1 using the Windows Explorer, delete the project container. XPJ and. DPC files.
    2. using Notepad, edit the project container. HHP file and remove all references to merged projects. (Merger information near the bottom of the file).
    3. from Windows Explorer, open the container project. HHP file. (RoboHelp starts and recreates him. XPJ and. PFC files).
    4. in the table of Contents tab, again merging the subprojects.
    5 recreate conditional build Tags, user-defined and implemented unique Source Variables.
    6 compile the project.

  • I am a user of Picasa for a long time conversion to Lightroom.  I share photos with dropbox on a MAC, a Windows computers, storing images and the catalog in dropbox.  I'm able to share the LR catalog, but on the second system images can be found as s

    I am a user of Picasa for a long time conversion to Lightroom. I share photos with dropbox on a MAC, a Windows computers, storing images and the catalog in dropbox. I'm able to share the LR catalog, but on the second system images can be found as a prefix system DB files have different user names. Any ideas?

    At the point of Lightroom to another location for photos, follow these instructions:

    http://www.computer-darkroom.com/lr2_find_folder/find-folder.htm

    Note: If the catalog is constantly being synchronized to DropBox, you will most likely follow these instructions whenever you open the catalog on another computer.

  • Essbase Integration does not connect to my second Essbase instance installed on port 1424

    Dear Experts,

    I'm working on 11.1.2.2 version of Essbase Integration Services on Windows 2008 R2 Service pack 1.

    Today when I try to build the schema via EIS on my second instance of Essbase (configured on port 1424) I get the following error:

    "Unable to connect to the Essbase server: servername:1424 (error # 1030818).

    (Note that this instance of first default Essbase 1423 port)

    I'm able to generate contour when in the window of connection of Essbase of IST,

    I give server name as 'servername:1423' that is to say my first instance Essbase.

    But higher error happens when I give the name of the server as "servername:1424".

    An idea on how to get this resolved.

    Best regards,

    Amit

    Ah... His second Instance Essbase,.

    Although the OPMN of this 2nd instance is in the started state, but Essbase did not,

    so I restarted the machine and also replaced the SEC for Second Instance of trial file...

    Now I'm able to generate outlines of study of environmental impact for this 2nd instance.

  • Excel for Essbase conversion error

    Hello

    I'm trying to load some data from Excel to Essbase in 10.1.3.5.

    Get the following error:

    Unable to start execution:

    com.sunopsis.tools.core.exception.SnpsSimpleMessageException: no conversion for the type of STRING data, source Microsoft Excel technology and technology target Hyperion Essbase

    Someone suggest a solution?

    See you soon

    Hello

    It seems that the convert to is not defined in the technology to Hyperion Essbase.

    Go to-> Manager->-> Hyperion Essbase physical Architecture topology (expand it)-> Data types-> String-> convert to-> under technologies you can see Microsoft Excel as Undefined, select VARCHAR in this menu drop-down.

    Like wise do for Microsoft Excel-> convert to-> Hyperion Essbase, select string drop down as such.

    Thank you
    Guru

  • Conversion of HH24:MI:SS to the second question

    Hello everyone,

    I am fairly new (read: about 2 days) for the entire PL/SQL world and I have a small problem with one of my projects. I have googled and looked around forums and tried to apply what I took place, but so far without success.

    The general situation is the following:

    I create a .bat file that allows to retrieve data in a comma-delimited file and 'download' the data in a table of my choice. However, in the file, I am 'loading', one of the columns contains a time value of the HH24:MI:SS type (for example: 0:05:32). The sequence of the column in the file matches that of my table and the .bat file.

    My stand-alone table to test this conversion looks like this:

    Table: Conversion_Test

    Column name data type
    NUMBER OF AUTO_ID (12)
    NUMBER OF TIMES (12)
    WORK VARCHAR2 (32 bytes)
    DATE OF UPLOAD_DATE

    AUTO_ID and UPLOAD_DATE columns are filled by the triggers that have been tried, tested and found to be working very well. My test file contains 1 row data raw (no header or any other information is present).

    I managed to convert the HH24:MI:SS in seconds through SQL * more interface with the following query:

    ----------------------------------------------------------------------------------------------------------------------------------------
    SELECT
    SYSDATE, to_number (substr (' 00:05:32 ', 1, 2) * 3600 + substr ("00:05:32 ', 4, 2") * 60 + substr (' 00:05:32 ', 7, 2))
    of the double

    Which returns the correct result:

    SYSDATE
    --------
    TO_NUMBER (SUBSTR (' 00:05:32 ', 1, 2) * 3600 + SUBSTR (' 00:05:32 ', 4, 2) * 60 + SUBSTR ("00:05:32)
    --------------------------------------------------------------------------------
    23/10/08
    332

    Relevant potential content off (not entirely) .bat file:

    DOWNLOAD THE DATA
    INFILE 'dat\%date%.dat '.
    Add
    IN THE Conversion_Test TABLE
    FIELDS TERMINATED BY '; '.
    (
    XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX *.
    Working
    )

    * XXXXXXXX = location of relevant statement.

    I tried to reproduce the results of my query sysdate with the following statements:

    1 time "to_number (substr ('Time', 1, 2)) * 3600"" +"to_number(substr ('Time', 4, 2)) * 60 "" " + " to_number(substr ('Time', 7, 2))"",

    This generates the following error message:

    SQL * Loader-350: Syntaxiserror in the 7th.
    ', 'from') ' expected, '+' found.
    Time "to_number (substr ('time', 1, 2)) * 3600" + "to_number (substr ("Time"^)).


    2 time "to_number (substr ('Time', 1, 2)) * 3600 + to_number(substr ('Time', 4, 2)) * 60 + to_number(substr ('Time', 7, 2))" "."

    3 time "to_number (substr ('Time', 1, 2)) * 3600 + (substr ('Time', 4, 2)) * 60 + (substr ('Time', 7, 2))" "."

    These generate the following error message:

    Sheet 1: denied-error in the table CONVERSION_TEST, TIME column.
    ORA-01722: invalid number

    4 time "to_number (substr ('time', 1, 2)) * 3600 + (substr ('Time', 4, 2)) * 60 + (substr('Time',7,2)) double«,»»

    This generates the following error message:

    Sheet 1: denied-error in the table CONVERSION_TEST, TIME column.
    ORA-00917: lack of comma

    Question: I want to do is turn this HH24:MI:SS 'format' in seconds and then put them in a column of my table numbers by running the .bat file.

    I hope I've provided enough information to give you a good overview of the problem and possible solutions.

    With respect,

    Luhaine

    Published by: user10465140 on 23-Oct-2008 07:28

    Published by: user10465140 on 23-Oct-2008 07:30

    Published by: user10465140 on 23-Oct-2008 07:30

    Published by: user10465140 on 23-Oct-2008 07:33 - Clearafication and clean.

    .. .or let Oracle do the math:

    time "to_number (to_char (to_date (: time, 'HH24:MI:SS'), 'SSSSS')).

  • Seconds for conversion hh

    Hi all

    I have seconds in one column. I need that convert to the format hh: mm:... can anyone suggest on this... Please...

    Thank you

    Hello

    You can directly use the data format in the responses.

    Column properties Goto-> data-> hh [duration (secs)] format

    see oracle's Web site for more...

    Thank you

    Prasanna

Maybe you are looking for

  • Environments of light to measure for the 3D text?

    Hi everyone- Is it possible to add additional custom lighting environments in the environment of the drop-down menu when you work with a 3D text in FCPX/Motion? Or are we limited to nine proposed by Apple? Where are stored these environments? Where a

  • Why my games crash immediately after clicking on the icon?

    original title: After double clicking on the icon of the game, the problem windows window appears and says it checks for a solution.  I can't understand how to solve this problem.  It does not occur on all games. Why my games crash immediately after

  • Onedrive moves to the spinning

    After you have installed the windows desktop onedrive 7 and when I do this it seems that my cursor turn continuously with the blue circle.  When I uninstall the software it disappears. And then as soon as I reinstalled it's back.

  • Questions from Wifi, can't connect wireless phone

    Yesterday, my router was working fine.  Then all of a sudden I can't connect to the network without using an ethernet cable.  I tried the reset of the router and restart my laptop and any troubleshooting must try.  Still not connect without using an

  • Is it possible to hide a URL if you use it in a merge field?

    I use a URL for a merge field in an e-mail and although it's good to send the link in full, it would be great if she could be masked as something else like "Register" now and have the specific URL behind copy.  Is there a way to do this?  Would it be