MinList function does not work in the values of Date or datetime in DRM

Hello

We have a custom property End Date with the data type date. We want to calculate the minimum term overall of all the children of a particular node.

When you use the below function it gives an empty value as output.

MinList (ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.NO_ALL_ALL_ENDDATE), [comma], #, true), #, date)

If remove us the part MinList and only assess ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.NO_ALL_ALL_ENDDATE), [comma], #, true), we get an output like the 31/12/2019 # 31/12/2018.

Why DRM is not able to extract the min value? DRM support such use of this function?

We even tried with a date time property, but the result is the same.

If using the method mentioned above, it is not possible to get the date value min, what alternative approach can be taken to achieve this?

Any help on this is much appreciated.

Thank you

Nathalie

I found this useful, check if this can help,

Using MinList to MaxList with Date or DateTime DRM (Doc ID 1967005.1) values

Managing the relationship of data Hyperion - Version 11.1.2.3.000 and later

Information in this document applies to any platform.

GOAL

Example: How can we calculate the minimum term overall of all the children of a particular node?

You have a custom End Date property with the data type date. You tried to use MinList with ListNodePropValues as well:

MinList (ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.EndDate), [comma], #, true), #, date)

This gives an empty value as output.

SOLUTION

The most reliable way to do this using formulas is to format the property date as a string in ISO 8601 format. Yyyy-mm-dd format, alphabetical order is also date order. Add a using the property of type string like this:

FormattedDate (Custom.EndDate), yyyy-mm - ddThh:mm:ss)-omit the time of the 't' it if you wish. Note that the format string is case-sensitive.

Then the function MinList
MinList (ReplaceStr (ListNodePropValues (ListChildren (SortOrder), [comma], Custom.Helper), [comma], #, true), #, string)
will work.

Note that MinList and MaxList functions return an empty value if the list contains members that are not specified data type. With the help of ReplaceStr converts implicitly dates to strings, causing MinList and MaxList to fail if you specify DateTime.

Tags: Business Intelligence

Similar Questions

  • My Lenovo ThinkPad(red scroll) scroll function does not work in the new Firefox 4. It worked very well at point 3.6. Can you please fix this because it is a very important feature.

    (Middle button) scroll feature does not work on the new firefox 4. For this reason, so I need to move the scroll bar to move the page. It's very irritating problem, if you are a guy who uses the middle button to scroll. Can you if you please fix this...

    Thank you!!!

    I've updated to Firefox 4.01 today and the Center knob on my Lenovo T400 does more. I downloaded the updated Ultranav utility and the Ultranav driver for my T400 by http://www-307.ibm.com/pc/support/site.wss/MIGR-72858.html , then uninstalled the 'Thinkpad Ultranav Driver' to add/remove programs, rebooted and then installed the update utility and driver (another reboot) and now it works perfectly.

    So happy to get it working again.

  • Sum function does not work in the group clause current 'function not found SUM'

    Hi all

    Im working on one. Model RTF to use with EBS R12, I use the version 10.1.3.2.1 on Windows 7.

    I'm reports on invoices for a customer with a subtotal for each customer, but the subtotal does not work

    It worked with a later version of BI publisher model generator, but it was not the right version for EBS.

    The code is shown below, patterns valid OK it's just that when I try to preview the outout I get the error ' caused by: oracle.xdo.parser.v2.XpathException: not found "SUM" function.

    <? for each: G_CUSTOMER? > <? sort: client_name: "growing." data-type = "text"? >

    <? Client_name? >

    <? for-each: G_MAIN? >

    <? ADJUSTMENT_NUMBER? >

    <? NAME? >

    <? ADJUSTMENT_AMOUNT? >

    <? end foreach? >

    <? Sum (Currrent - Group () / ADJUSTMENT_AMOUNT)? >

    <? end foreach? >

    Pointers much appreciated.

    Thank you

    Guy

    Just should be fine, I guess.

    If you still get the error, try to remove this feature and see if the error occurs. Another error is caused by something else.

  • My "Get Assistance" function does not work on the HP Support Assistant, so I ask here.

    I have a desktop p7 - 1067c and am having problems with some hardware. The CD/DVD drive does not read disks and some keys on the keyboard do not work.

    I replaced the keyboard with a keyboard Dell (smart card) and now a different key does not work. I also rebooted the computer hardware drivers and the windows driver and still no change. My HP does not allow me to download the Dell keyboard driver.

    Does anyone have any advice as to what I should do next? Is this a hardware problem?

    My warranty is still valid.

    2 pieces of equipment failed? I would like to phone HP > 1-800-474-6836

  • U3014, DDM does not work when the value of DP to 1.2 (this is normal)

    The AMD Radeon HD 7700 supports DP1.2, but if I do it with the OSD menu, the DDM (Dell Display Manager) does not work? But the return to normal if defined DP1.2 on disable. Is this a bug or I made a mistake?
    Serial number U3014 P1V6N42N444L
    AMD Radeon HD 7700 Series
    Windows 7

    * Found the answer. Open the MDD for the U3014 Manual:

    FTP://FTP.Dell.com/manuals/all-products/esuprt_electronics/esuprt_Display/Dell-u3014_User%27s%20Guide2_en-us.PDF

    * "NOTE: MDD is not supported in DP1.2 / STD (Daisy Chain).

  • Accept Cookies function does not work with the synchronization

    I've updated my computer laptop and desktop for Firefox 29. I took off the old synchronization service on my desk and then successfully set up the link on the desktop for the new synchronization. Then I tried to connect my laptop to the new synchronization service (never related to the synchronization of the old so no possibility to break the link provided or required). Whenever I hit the "Start" button in the routine Sync settings, I get a message that cookies are not enabled. I went in the Firefox Options and scrupulously cookies enable to get instructions from sites that Firefox offers several times. I even put Firefox.com...yet and accounts.firefox.com is allowed in the cookie exceptions list. I get the same message "cookies are not enabled" despite all this. It's like Firefox on the laptop does not respond to the privacy settings. Can someone help me out of this mess?

    Co - ADR thanks for the suggestion. I did as you suggested, but it has not solved the problem. I completely uninstalled Firefox and all the remnants of Firefox, downloaded and installed a new copy. This new installation solved the problem, so I have to assume that the earlier copy has been altered somehow.

  • Transition from tables to call a library function does not work after the application builder

    Call a DLL with function of library to call that requires a data table to work properly in Labview, but after building an exe with the application generator, the call no longer works.  Dereferecing the pointer in the DLL returns all values 0 and not the real.

    So finally figured it out.  It seems that you cannot use the utilities of pointer in an exe built such asGetValueByPointer.xnode.  Once I replaced the calls with calls to DSNewPtr and MoveBlock library, everything works as expected.

  • new emails to get function does not work. The only way for me to get into the Inbox is to move the cursor on the top line through all the mail back to the Inbox

    It is difficult for me to return to the tab 'Inbox '. Now, I have to scroll to the left through the tabs until I get out of the Inbox to access all my emails.

    The general 'get new messages' does not result or response when I click it. Or not clicking my name specific email for work messages.

    Thank your for your help.

    TwoArrows

    I suggest to you that start close tabs message after reading them.
    Now right-click on a tab and choose close other tabs.

  • Satellite M200 FN function does not work after the downgrade to XP

    Hello
    Recently, I have donwgraded my Vista to XP on Satellite M200 home but the Fn works for mute, brightness etc, don't work.
    All solutions?

    Thank you.

    Hello

    First of all, I must say that the Satellite M200 cannot be a European model for Toshiba laptop.
    I didn t find any Toshiba XP drivers on the European driver from Toshiba website.

    Eventually he s Toshiba U.S. laptop series or model Australian for Toshiba laptop.

    However, I think the buttons FN don t work on Win XP because the correct driver is missing and not installed (modules, etc) or the BIOS does not support the XP completely.

    I noticed a similar problem on a laptop A200. After installation of XP the FN buttons didn't work, but after update of the version of the BIOS XP I get the FN feature

    If both is possible
    I put t know if an update of the BIOS especially for Win XP is available but you can check it out, if it is not available, you will need to use the laptop without the FN buttons feature s.

    Good bye

  • Windows media player shuffle function does not work repeat the songs for two lanes

    I run windows 7 and Media player as my player used by default since I use a computer a decade ago, I find it does everything what I want (in general), however, recently, when I open him and invariably put to play a playlist, if it's the shuffle, it seems to alternate between two songs, I then go manually click on another track that , for some reason, seems to sort it out. Any ideas please? Martin.

    <p class="help"> <p class="reply">Hi Martin,</p> <p class="reply">You may need to rebuild the database from the Windows Media Player library.<br>Here's how:<br>a. exit Windows Media Player.<br>b. Click Start, run, type <strong>%LOCALAPPDATA%\Microsoft\Media Player</strong>and then click <strong>OK</strong>.<br>c. Select all files in the folder, and then click <strong>delete</strong> on the <strong>file</strong> menu.<br>Note: You don't have to remove the folders that are in this folder.<br>d. restart Windows Media Player.</p> <p class="reply">For further troubleshooting, see section to run the troubleshooting utility that resets the settings:</p> <p class="reply"><a href="http://windows.microsoft.com/en-IN/windows7/Open-the-Windows-Media-Player-Settings-troubleshooter" rel="external nofollow noreferrer">http://Windows.Microsoft.com/en-in/Windows7/open-the-Windows-Media-Player-settings-Troubleshooter</a></p> <p class="reply">Please let us know the results.</p>

  • JavaScript function does not work on the JSFF page load but runs on page refresh

    A bit of background first:-I'm a front-end developer who use jDeveloper to build templates/pages. I also manage client scripting using af:clientListerner tags. But my knowledge on the related backend stuff (beans, triggers, actions) etc. is almost zero. So, I'll use technical very simple terms to describe my problem.


    Scenario:


    Let's say I have two pages JSFF, first.jsff , and second.jsff


    In first.jsff, I have a command link that navigates to second.jsff. Inside of this page, I have a javascript function that I need to run when the user interface is rendered. But as soon as second.jsff load, my JS function never fires. Only when I refresh the page see running. This what second.jsff looks like:

    <?xml version='1.0' encoding='UTF-8'?>
    <jsp:root xmlns:jsp="http://java.sun.com/JSP/Page" version="2.1" xmlns:af="http://xmlns.oracle.com/adf/faces/rich" xmlns:f="http://java.sun.com/jsf/core">          
       <af:panelGroupLayout id="pgl17" styleClass="mainBox AFStretchWidth">
           <af:resource type="javascript">
                function runOnLoad(){
                      alert("Hello world");
               }
               runOnLoad();
            </af:resource>
            /*   other ADF components go below this line
            .
            .
            .
            */
       </af:panelGroupLayout>
    </jsp:root>
    
    
    

    So I see the alert only when I refresh the page (i.e. after the redirection occurs, I have to refresh the page to make the JS run)

    What I'm missing here?

    jDeveloper version is 11.1.1.9.0

    You will use this fragment of .jsff inside the .jspx page. In the .jspx inside the af: document add clientListener as:

        
          
          .
          .
          .
        
    

    Change the javascript method to be:

     
          function runOnLoad(event)
          {
            alert("Hello world");
           }
     
    
  • property ignoreHostnameVerification does not work when the value programmatically

    Hi, I am using weblogic 10.3.2.0. In my code, I tried to set this property to system with
    System.setProperty("weblogic.security.SSL.ignoreHostnameVerification","true");
    as I saw in many places online. However, if I try this and then make an https request later, I still get the exception:
    Caused by: javax.net.ssl.SSLKeyException: [Security:090504]Certificate chain received from <snipped> - 192.168.184.170 --> <snipped> failed hostname verification check. Certificate contained ...
    If I just set the system property when booting the server (""-Dweblogic.security.SSL.ignoreHostnameVerification = true "as a parameter of the JAVA virtual machine"), the https connection works very well.

    This may be the cause? Why aren't as I can to set it programmatically?

    Thanks in advance, apologies so bad forum or an unclear question. If so, please advise.

    Hello

    In the code example, the weblogic.security.SSL.ignoreHostnameVerification property applies to the client that runs as a standalone application, in another JVM. In this case, the client ignores the host name that is exposed by server connection and digital certificate.

    Kind regards.

  • My slideshow function does not work and the msg of error shows impgspl.ax has stopped working properly. Troubleshoot is confusing

    My question is explicit. I don't want to disable just etc. unregisted get the job of slideshow feature! Answers please?

    I was wondering why won't you try unsubscribing impgspl.ax?

  • Google search function does not work from the Google home page

    I have Google as my home page, but when I enter a topic to search I get no results - just a blank page

    Yes! This reset has restored normal search to Google. Thanks a lot for your help.

  • When a pdf file is open in a tab, automatic scrolling of the cushion does not work in the other tabs, but only for the specific PDF tab.

    The Tablet/mouse scroll function does not work for the other tabs when a PDF file is opened.

    Hi ESNE,.

    Have you checked to see if your PDF is updated? You should take a look at the Base files display PDF in Firefox article. There are lots of good information in there. You should try both of the suggested PDF Add-ons to see if this solves the problem.

    Hope this helps!

Maybe you are looking for