Clarity

 View Only
  • 1.  NSQL for Cost plan Details

    Posted Sep 19, 2014 09:23 AM

    Good day,

    I'm creating a custom portlet similar to the out of the box Cost plan detail under the financial plan. Does anyone have a similar portlet? can you provide the NSQL used for that? Please help.

    Thanks,

    -Georges



  • 2.  Re: NSQL for Cost plan Details

    Posted Sep 19, 2014 10:00 AM

    Hi,

     

    What product does your question refer to? I'd be happy to move it to the right community so it is answered faster.



  • 3.  Re: NSQL for Cost plan Details

    Posted Sep 19, 2014 10:04 AM

    Clarity PPM we're on version 13.3



  • 4.  Re: NSQL for Cost plan Details

    Posted Sep 22, 2014 12:38 PM


  • 5.  Re: NSQL for Cost plan Details

    Posted Sep 23, 2014 09:59 AM

    How do I get the actual costs too?

    Thanks,

    -Georges



  • 6.  Re: NSQL for Cost plan Details

    Posted Sep 23, 2014 12:07 PM

    from ppa_wip, you can get actual costs

     

    NJ



  • 7.  Re: NSQL for Cost plan Details

    Posted Sep 24, 2014 11:42 AM

    Hi NJ,

    After creating the Grid portlet I'm getting the following error message:

    ERRORNPT-217: This query produced duplicate dimensional data. The results shown here may be invalid or incomplete.


    my values are not unique in all columns, how can I go around that and create a multi dimensional portlet?

    Thanks,

    George



  • 8.  Re: NSQL for Cost plan Details

    Posted Sep 24, 2014 11:51 AM

    That NPT-217 is one of the most common errors that we get with NSQL portlets (there will be lots of threads on here talking about it if you search for them).  What it is telling you is that what you have defined in your NSQL as the DIM is not unique in the data-set that is returned.

     

    So to make the error go away you just "correct" your NSQL - either fix it so what you have defined as the DIM is unique or define a different (unique) DIM.